.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,146,35;--color-primary-1:255,178,0;--color-primary-2:255,74,0;--color-primary-3:255,106,0;--color-primary-4:255,127,0;--color-secondary-0:213,243,246;--color-secondary-1:128,218,229;--color-secondary-2:44,194,211;--color-secondary-3:14,154,229;--color-secondary-4:9,39,42;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8315cee2-8090-4b12-b959-fd483b1b5005/2025_4K_Videokonferenz_Hintergrund_Teams_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { background-color: transparent; background-image: none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container > .video-iframe-container { display: none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row > .video-iframe-container { display: none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .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); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { border-width: 0; border-radius: 0; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#q4ZFTmkveH1pNgOlVTIhgdKEvZn6zTX3 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXFSa8KRFDIfLlqVt4WohTd5giQDRn9a { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eX8xhFWkxOKXF7ywkIaw4LSckLx3t1Wt { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPJeRPfs4rppCbeAD3VotnQ9m3mxWy6H { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwutBH64KG4NBFJ54QhzZy5UrazZTAhv { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:52.875rem;display:block; }
#q6hBBA6KPqLV5PW1cxuiW4XQt5XqJrlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.adaptive-delivery-prevent-bg, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyload, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyloading { background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { background-color: transparent; background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .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); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { border-width: 0; border-radius: 0; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container { background-color: transparent; background-image: none; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container > .video-iframe-container { display: none; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row > .video-iframe-container { display: none; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .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); }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container { border-width: 0; border-radius: 0; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#Xl0DIXwGQR5NSAMgkawOCTCzzexxQFKy { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTw6FDggpConkv5FEGSlPaWixSZUgl4d { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc > .row .container { border-width: 0; border-radius: 0; }#aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:none; }#fbTcsL7oidh8lUZ9agGs7sempsgSzBwK { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PUIPEwTTFB3UUBEfA5u4sfaWFUMJvUty { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KqcTtFHMm6iOcB65QonklshQ5EZVeG0c { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HOupACElVoDt3ugpZg46sgT9VGM5n7ev { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Csu6fADdxXDIktaQJDDkARG4ZUUhB77o { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:52.875rem;display:block; }
#fSpEAJkxfDLM8cToTX9UKkqmeOtwLuFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { position:relative;display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { background-color: transparent; background-image: none; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container > .video-iframe-container { display: none; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row > .video-iframe-container { display: none; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .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); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { border-width: 0; border-radius: 0; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zp20xXznzHiZzlQx90EzG9RzfTodADo5 { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x11EyrCXxDuF90fmzya0aCiPMcXWS808 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#005aab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:0rem;display:block; }
#r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ee1b24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:0rem;display:block; }
#UlsupzXZaIJyeWld863O3d6lqVcVNwTr { position:relative;display:block; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr { background-color: transparent; background-image: none; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container > .video-iframe-container { display: none; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row > .video-iframe-container { display: none; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .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); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr { border-width: 0; border-radius: 0; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hiUfheFNmX5O7k1vpDB4u3oHTZZVas9O { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#LnaFeMoInszrBXLAJToE3V7blwiFzzrl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTcG1luZ8pBVJJZkF3vDxhJBrwR9zpEw { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#wfRdCuFMzXnmVNIAlbKXbyR9xxqC7432 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#S17l9mqwntn7ozrwBgLJzrI1b3Gyamiv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:3.9rem;font-style:normal;display:block; }
#bFHpANoPMkJLVs1bc8ErxxZ7osVQsZbG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#klWlFtGLfXqWpF76PA4pz28uK3GSwJOy { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#uIo6c6q4f5KVVOEFx75sfhqA2vV4I5U5 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:13.832900166511rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#Phx0tVnFzQhXQtNVTqeUXC4FpUdl2utS { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q3iIWeL8KyPx5C1D5lsVur9ecRKrllqF { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:15.4375rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
#nL3yhFwOhprKI7S9fLacD0Ky8NGABCMf { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:17.0625rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
#WSQdvHOxThnoFRJE4DWPER3tTtSXDlCu { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:18.625rem;left:26rem;height:1.3rem;font-style:normal;display:block; }
#oPfplem0uTvpkPFsXTgdXNfQW9yhKAdO { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:18.5rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#B3Ws94l66h3dtPeMZuFBSiMEpy9lm5f4 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#Z7FfMsBHu53OcIXAuXOquvNH8ZUpNrvS { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#VzS39trH6ekMCXu2wp8xGEZ8rJ5sEri9 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:16.875rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#QWvx2ReyPhQob8GtPTtWH3Byvq2Tms7y { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:15.375rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#K0XoaOTmFTAD3RzrAgFegKAuuOeUWT64 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:15.4375rem;left:38.375rem;height:1.3rem;font-style:normal;display:block; }
#TW6CZrRUs0EGXdo1PISkOin8ObPW3UDm { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:16.875rem;left:38.375rem;height:1.3rem;font-style:normal;display:block; }
#AqtXhy3I531cIRH9spHphdWLCudV1ZbG { position:relative;display:block; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG { background-color: transparent; background-image: none; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row .container > .video-iframe-container { display: none; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row > .video-iframe-container { display: none; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .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); }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG { border-width: 0; border-radius: 0; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#B8yl7aZyhaNd3Rv58TJqp8uTvkbzVLba { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#z4CpigVmAUAgW3ldXp9KqyveFq1xRPvG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gB9o68yC8DMh2yUvgbbDxhNHIWf5uuax { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Vkh2eXFF7o7yhW8WDG5GpU1IaEAbgcTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4357604980469rem;left:20.560981750488rem;height:3.9rem;font-style:normal;display:block; }
#s8Dzz0KnLhUWE6naZlEmxyws5PfgWyPf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301209449769rem;left:20.693359375rem;height:3.9rem;font-style:normal;display:block; }
#CZ49RDRW6WZ5vhK1NNaXSXAU7NmU8LZu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ZTxcgF131AP4NUUPHFqvVIzVX652bDvd { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5605625rem;width:19.5605625rem;top:1.7491316795349rem;left:0rem;overflow:hidden;display:block; }
#kp2va35EqNn3tAdpkrzySzAdn8pCqOt1 { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MsgANUy0yXnQ2HLOUwSScZkia9Oh9hsT { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:13.875rem;left:21.6875rem;height:1.3rem;font-style:normal;display:block; }
#fENuuf8EP7zTeQsfQSECRItgH6Gh5eUA { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:15.5rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
#MNAHRTQxW1m9ISLEzvolDiTE3y2UEuFx { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:15.3125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#ZLTN7Ad4Gv04rmZTK7I6FIH8wx7O3QXn { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#hPzOubGQclxMui93flAQUdP82OKlDZnq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:17.125rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
#ueQC39Vo8HGkgWnZ9aFLz47rtx0NTeOg { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:18.6875rem;left:26rem;height:1.3rem;font-style:normal;display:block; }
#cropSfThfr4WsJMbtKoXqZXTX5fa2oWE { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:18.5625rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#uNuzoVaT9DTV45cAWzE8v2ythLk6cQQr { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:16.9375rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#vymv0dIyLv3148dhIi6C8wQsnqTTSpAJ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:15.4375rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#Ek9ZIxT8kETq99UTpv3w5h0VNRiGGNXh { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:15.5rem;left:38.375rem;height:1.3rem;font-style:normal;display:block; }
#KBlRH3Uthr3S4iFdSJGUCqUDTaX8sIiO { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:16.9375rem;left:38.375rem;height:1.3rem;font-style:normal;display:block; }
#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU { position:relative;display:block; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU { background-color: transparent; background-image: none; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row .container > .video-iframe-container { display: none; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row > .video-iframe-container { display: none; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .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); }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU { border-width: 0; border-radius: 0; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Pxir1PadPGLDZG7PwPbl0qES82o6BviS { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#PEXvv8qkrmJAbmRlhgHzS4I94shbcNUE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uk1GfMbnybTHxorJaqxW5HAKVEMsKI4c { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#n9xwrtoVVWtv7FZGOoOuEi77Hmb2qdrB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:3.9rem;font-style:normal;display:block; }
#DGiTNTTcNvz68EuUi3zhuEBHIlMgTKSO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:3.9rem;font-style:normal;display:block; }
#qMFKP9fsZkklCnd4aAueeZym4WaXBSTC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#SsINXcbwVKPtiUkrZdTwuk0lNUJsSJe4 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#e0B4BB2Mu9gokBD1dnbkEGcQ1pVA8nuO { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:15.375rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
#ydyhGPdoJQdNFU8PdlDysvIrhgyv0A53 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.6875rem;height:1.3rem;font-style:normal;display:block; }
#FiJsn2LQoM7pLbbCT5ks13xPUiTKrykb { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AkJTx9E7e3whyNaDJvFwh70xJ9yDrEg3 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#IEHw8vNADcB7AQH05r2iD83Hyoxk3oLq { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#rsXm0lgICrQNWABNgPFvUEb2BTofM7l7 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#kX7B7OsDwcMIahWLfpFwTJem7GeXEubl { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:18.5625rem;left:26rem;height:1.3rem;font-style:normal;display:block; }
#yxqe7lp2TiUG9GVneWimmDSZXU57CwfU { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:17rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
#kfDd8duXEuhRHoV219LTZ6GSEgeiu2Rv { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#t5dCclt1h8WGfkgrX5wJHgTrQMZ2CDkD { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#HNTV9aNlqw4fEIatq4aDRrWyEx1tsZHp { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:15.375rem;left:38.375rem;height:1.3rem;font-style:normal;display:block; }
#XTEvVoev9aT89L6okB08HHKxO8UOHmdz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:16.8125rem;left:38.375rem;height:1.3rem;font-style:normal;display:block; }
#y2As34QTwZptfMdLREi9z6vAG2MbeKoM { position:relative;display:block; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM { background-color: transparent; background-image: none; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row .container > .video-iframe-container { display: none; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row > .video-iframe-container { display: none; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .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); }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM { border-width: 0; border-radius: 0; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uKPvRu0NDZR9WiMJDu2ZoBlTm3lLwTos { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Ndf1xJneJ9AVnMLXoU8gC5NTvBuzg6KE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uByVJfv7cOhCIbcfqKT2B4TTdCJ5xpIM { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#qHnOSJyBshR443z4Rn98SzvMbpP09kqb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:3.9rem;font-style:normal;display:block; }
#Q6C7A5HTU6y1JmpGgkF7KbhwGAGDvedu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:3.9rem;font-style:normal;display:block; }
#oE1AOg7idUm6KpHSewEwIzKi40A0mbzr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#TidVDlcJsolLTsAeU0pZpVIT3ai4hRqd { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#ynkoux6OzL8vhHixlpldHXTvgxmBbLbX { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.687284469604rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#Cw14lf6PA3TIp10eKHDyNqe0EQH0zXVp { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#VHfER9iJcMGTs2LyTorJ89FEzJPdqXdt { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#aRdQiCkLpqsEJBIGwH6girWOO3ta1M9G { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#XTfDhTTamgkDL6cUikyTd23yZ8WQ3Rvh { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:16.973741531372rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#SL5eCHv6Gx2MZuQooZi4mCbKfP7SoJSB { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:18.562284469604rem;left:25.999565124512rem;height:1.3rem;font-style:normal;display:block; }
#u1kA3cHZqy4245Q5d6IblgvmycMQFvbl { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#XTKtdrIARBwOvEdaSSE7TrxgTP1K99Am { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rR8NQyMoGJxHlbEcF7PD0Fe24xp89b3W { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#HPWPlP7QKN6aK46TLsIiP0kB1Kgt40l6 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#dmWs8Tt1MXZ59Q6fRlOph1wUErmcDnT3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.810981750488rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#vlzAkoiQHydqG36kvh2f4dFDSy8nkr0I { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK { position:relative;display:block; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK { background-color: transparent; background-image: none; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row .container > .video-iframe-container { display: none; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row > .video-iframe-container { display: none; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .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); }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK { border-width: 0; border-radius: 0; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dh7nP0TRdCTwyb685iKZvoLCJCR9do7k { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#BkD5TcaPN3CoNdPoQVhDHQEX0vKh0c08 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K27Q9W2xycBptPwchKVTBovEVTkiTwvf { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#BZ9LcTNoFXOsaNwKMhJCJptfUbZeF0vx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:3.9rem;font-style:normal;display:block; }
#KrK3Vs2u6pHH4ZHFKTcoEQCTrhS40asz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:3.9rem;font-style:normal;display:block; }
#Uxgn6BsfKlqcI1wScz46IQcLsr0I2xPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#RKf0A5RS3ENmAAkMzHScJAD48BAW5khF { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#GFblAdGK8UUEpn9CH7EiugySQcZJFr0m { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.687284469604rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#UHEBTGdzzgXD30E2GromQTJvTwCBVrLJ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#LtFirhvTCPeKbM87w0uqC16VaOV2EznQ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#otBlTD1T1brtXDeOLtHEyWQ8czRVI6wc { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#Hy1XKbVbGtT9owtTT9eKHHRfJzJlTpZ3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:16.973741531372rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#qUxQrRPrzV5TQOCwl4cLb9yxaownSEnG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:18.562284469604rem;left:25.999565124512rem;height:1.3rem;font-style:normal;display:block; }
#N25JqJMS6XfBTwDtvTgGZty6xXcruDs2 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#qkggMsD1r3RfCTFFFl87d7ImBITNt9iD { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Trb369mukwX2xxnv9qoH1cqKVGOgIiWU { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#y3h9rvNyw4VcsHgtLmhzNVGpOEAJp8UO { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#G5s7UWkT6QDmO3qSXF6qgmszPwk9oInK { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.810981750488rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#FK4Xm5HDfdgfnmVlzXahpdM4M2FIfUzS { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL { position:relative;display:block; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL { background-color: transparent; background-image: none; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row .container > .video-iframe-container { display: none; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row > .video-iframe-container { display: none; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .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); }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL { border-width: 0; border-radius: 0; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#s5P3qTt7ihuwuHTtndUXdrSKVbTWgoFs { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#qIwmnKmbabgisFHEKcBvrEleHMO3VpGu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqCcCxNxmUvl8CB8TwqC6UXK0ACOKhOm { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#KQDIBQ6tSJuHZq2nqJ7WSShZ2fDN0BrA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:3.9rem;font-style:normal;display:block; }
#fSS7AeWNJ1uigvD07COMnG2dKagAvs5b { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:3.9rem;font-style:normal;display:block; }
#O7HaagR9EVNvTkgOOgq39hgyITvyeMcr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#Li0eUJx9uRpt81orTeDsG5Zw3MkWyyWQ { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#Ka42iGcAkK56qz3xdVJ6DoABoPpZAViB { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.687284469604rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#ghXqwNRTufzHMK3mp5Ok4x15GAtcU9PO { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#K5VpeObUbNtSIxtB6x89saogfg2sX0SG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#Mcz5a3dtIbx2EiDmgeBR0PA0y4pSdibO { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#i3C6FAzbrEnSB7CskV1pqKOrcbLxGepu { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:16.973741531372rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#bihpF8JTo0P3dJh9zwbR79F8FOqbg2RN { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:18.562284469604rem;left:25.999565124512rem;height:1.3rem;font-style:normal;display:block; }
#lvTG0u7Tqofzt3chSJk6ODrzWwBN9U0e { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#Ep44M6qI6hVMATlP2pIPrHxRqfFlxfJq { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e4dTvrwS2SW1kWFqy5cTGlplFDJqM4gh { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#qQlFGVvXNJdxto7JMJaF72wacIE5J5sh { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#yTxTqWmCnhV6yTTzNULHdSacAcbuPNJq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.810981750488rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#sPAgmW3Xg0UySaoeD11PC8pNZf4E6Wkl { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl { position:relative;display:block; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl { background-color: transparent; background-image: none; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row .container > .video-iframe-container { display: none; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row > .video-iframe-container { display: none; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .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); }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl { border-width: 0; border-radius: 0; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MVDclNsaXANfNRBQWIVHscTEmTe3yV5T { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ZhcXwmPONsMairDcJlk5hg0fIwvedwdm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hV6fxOVfo8Igk8PIEFwTxTdazRiRxRsi { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Nb7VVKA36MOdzIW82KnqxLKk6ixpNsR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:1.95rem;font-style:normal;display:block; }
#Eyv9fhb6kebT6OzdnObEdPt4gGAID4aS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:2.6rem;font-style:normal;display:block; }
#JbtMK4K7saecQRtxmuVWoST5z9L8JwnW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#cqPMHnvC9slWl1sCoSpnnTsqTmcFTge9 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#TOQhlpxWSBnkQu7InhQtvKg9ZWxwTSWX { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.687284469604rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#Den3e2SHDGJo3D2aXbSlPOBpAXDhNxzq { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#CzWRWhz09RyEm9amk2HkVcfSX53A3QXa { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#TlG26vp1TIJynPz0lHHmrVKi7Tyfg8Pb { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#rZBBK8Eeexv4lGRXco7KQzgLOBRbnDCK { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:16.973741531372rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#VfNngiNZd2Ru6QG1ANKVhpJIrmATkBpS { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:18.562284469604rem;left:25.999565124512rem;height:1.3rem;font-style:normal;display:block; }
#KzkQF6rBqNKd9SHQmTHCqWOxkL2XZwa9 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#PRVemVmHKai0FxeQhqzNxW6yak9InzZ4 { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IclsJmdsUFz9zB0D1R5LSwXdhCgQJzUb { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#frTA3OVdZw2N83pHBPEmJhckqJ8h5BPn { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#WiCt1N3xaUziCx6bIzL2aoNtDKCLumWl { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.810981750488rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#aJTvmovElokt34ara3uopPe9GwrgbXI0 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 { position:relative;display:block; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 { background-color: transparent; background-image: none; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row .container > .video-iframe-container { display: none; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row > .video-iframe-container { display: none; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .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); }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 { border-width: 0; border-radius: 0; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Us5uwCM17Q9TwbJJzOBJNEfpOUV1dBe5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#OSaAOTcaiyO0B4ULONUZFb5CyzawOcwH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDtmxwcsNgaAiisrnX2QeccqSldlwzVS { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#uRLf45hpbIdk8EaLSaCWMDhQlzkQKdzF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:1.95rem;font-style:normal;display:block; }
#RAGc58IVVH3zFhDm7iLQpveB9s5FUJlR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:2.6rem;font-style:normal;display:block; }
#mLA9GHHiINHp5RXcTLfTJv8ozgcuepdU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#NzLUqwd4as7scvAkJ1qpsdnihwkCC0Sc { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#BwUBK80DnrM03pKN4R6ozdU20LkT0Q2g { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.687284469604rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#rHVZDRx8loKKkBoJcZX5QTc5H1XMKROf { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#ies2Xw2QqpFQfPHXh1uyLnVSD1fRLPPq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#wJk2HZZQN0XkmZUbI9xuIHpehqfc3bXl { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#kTExoBEm4GJT6VbXz6Na1L7LRWIDrw04 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:16.973741531372rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#Q6oRSITQNTtsdMC5oiFJt0pLnT5UMVTb { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:18.562284469604rem;left:25.999565124512rem;height:1.3rem;font-style:normal;display:block; }
#RSdn1C84y0i1vWrTo4qgIpEoQPzx98PL { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#BPtTpTKrbs3zef2nQywGvRQKFzDWbyKv { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VeeLFeffR9pQHVlp1Z6RmKUzAJFSecgR { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#e39OBEKX3IiUps4z7Nk7kkqovbTVwUlZ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#ZJ5kcfVIJUSBAzrNbkyksG5G2d76ePvk { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.810981750488rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#KcRtDPnuBbB9ohlznp7dAVS50v7RTeoN { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi { position:relative;display:block; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi { background-color: transparent; background-image: none; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row .container > .video-iframe-container { display: none; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row > .video-iframe-container { display: none; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .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); }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi { border-width: 0; border-radius: 0; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g8TVFGw9IzhZJ3U3fPt7MM7x7hrvTeUO { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#yx8TAgWR4xr0b9VlbnguPymrbTDwc7BF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fwv4u7Jx1RcqSzy6yUQtsQpMuL1QSyaD { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#CiVqJgQMo1TKdWOwMmaXdlAmUmvmcPzd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:3.9rem;font-style:normal;display:block; }
#oUNwwyQ45rrCPKR54at0WDnpxVp5VO75 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:2.6rem;font-style:normal;display:block; }
#whazy4CzsLvhWm11fZXTxvmSnEWsLr7b { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#DGKRzEn53VE8VpuSldfHZUB33EgmX9uf { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#ISt6c8LN2RQUZhsikqa2l3FEF6iIFzg1 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.687284469604rem;left:21.687282562256rem;height:1.3rem;font-style:normal;display:block; }
#M8SAeJJ8bkt3BI8RI5IxqExbOTmkSx31 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#NCMC50ec32BPTycUidgV4KzfgeBVOfRz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#n4QLPHIp8Oo3qR1Aw7yxlvpGo25TX7u2 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#O4D0hP1gAtyCCbcNdbifE85HPxPEg0a8 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:16.973741531372rem;left:25.967884063721rem;height:1.3rem;font-style:normal;display:block; }
#bJUcEgK0Ai2znK1onVP7mkIlHrNhf8co { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:18.562284469604rem;left:25.999565124512rem;height:1.3rem;font-style:normal;display:block; }
#sHQVpMecugKZSGreLOvkctnz0eCNwwEe { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.6875rem;height:1.625rem;font-style:normal;display:block; }
#OwhB33MnRWRZyqeTFghmLdG4Vg82eNHN { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OPNS631OhvL4VVDx7xDrhMyXsqz0VUbx { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#kmTVDocnN6iGpqGe1n8nzNUz08efuXzH { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.8125rem;left:34.1875rem;height:1.625rem;font-style:normal;display:block; }
#o2o4Mfsll8GrTZl05AfD59muxmMGNvex { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.6221875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.810981750488rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#e4BezoWxlBWOrd8eqkAxKAydZPxKN3bp { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:15.348308563233rem;left:38.374565124512rem;height:1.3rem;font-style:normal;display:block; }
#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV { position:relative;display:block; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV { background-color: transparent; background-image: none; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row .container > .video-iframe-container { display: none; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row > .video-iframe-container { display: none; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .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); }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV { border-width: 0; border-radius: 0; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RT7Rlm6XRPKuG5dcPFy00Qy85B5f3SPD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#IrvayCPITn5Sy4V2D2TXbZT4JbqTOgQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0149726867675rem;left:48.811851501465rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctNBDvKd3AR8CLrIAdvl9JNBErgEA5uo { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#c8tcm69hxeX5S1IJ7q2omKT2sUeWxkyH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368515014649rem;left:20.562065124512rem;height:3.9rem;font-style:normal;display:block; }
#ZP3Ozw7Jlr26wnbTvreSKIHTAbIThfwz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9301223754881rem;left:20.693359375rem;height:5.2rem;font-style:normal;display:block; }
#ZD8qp80kkGcyKEnTJTBw6nVS7wgx3aAw { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#IbTzkWoV0GJbKTqLhwfecdbd6DpTB5M8 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Iz5nAUuXqnXA4PNcbVQS3E0IaIwQUsA6 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#RL33d1fFGTsS4MIhG3h1bynb8JN1JDv4 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#tAFPI69M3vPrcBbkmnaFukEkFiO068B4 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4995625rem;width:16.4995625rem;top:3.2801666259766rem;left:1.4225234985351rem;overflow:hidden;display:block; }
#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR { position:relative;display:block; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR { background-color: transparent; background-image: none; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row .container > .video-iframe-container { display: none; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row > .video-iframe-container { display: none; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .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); }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR { border-width: 0; border-radius: 0; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pU7i2hOnNOGMGboA4Lh5c0mJdhAOpkLW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#SzHVZ6eO396tQ2LuLqz1CuzkaLP18OOn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQUWssAd8z2i0XiZRsnFeZVEsawXuBqh { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#lyJ1cJXef6KuTMTsNWe4EG1NABnROeTp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#pWWNtQTeHWL17VCOOl0dwgsLWgz0mN8W { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4761314392087rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#M3J1AAfogoGxsFRCdRMccPfQs5MPNLvB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#hlsQ3LLe0d3ec4Ty3o3uIXPZA8GxKvVv { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TRUUPKqr63erDr6ww4P5aGXFP8qqes4t { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#KN7sy2ZoZrLWRlRrnb48FWL1WHqGhoxt { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#pFfUVgUsUNTZ31y6dTaHkuqT5ZepE944 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { position:relative;display:block; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { background-color: transparent; background-image: none; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container > .video-iframe-container { display: none; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row > .video-iframe-container { display: none; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .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); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { border-width: 0; border-radius: 0; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#F9PdRAKOc3wUW06CA0NCAuwPXUsizZMW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#CDfPmwp4AUy7E6XJ1o8GR2AgO4PwXT8w { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHM6dqdofEXpefrT8sZMA6CK6GyuhiR9 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#om5fZab6rNk7EFX86UfI49dBMicKFN66 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#kffUG0k1VyyMU6Job7Sbe24suJk1gGA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4370651245119rem;left:20.624278068542rem;height:5.2rem;font-style:normal;display:block; }
#I8tgru9KOdsvatv4xAI22peC5evF6lCT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#rUbdriDEhafSONQ2MrulDKXUe9MhOpeG { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#h42tDo4DqB4lAr830MOePSTrBHDqFbmO { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125001907349rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LeGIuQKkeEKkuwf6kdxQDPi6EWZill5H { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.6875rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#dSJItp9HeTzQtcLI2FC6O9TfnUE25CV7 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.52499961853rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { position:relative;display:none; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { border-width: 0; border-radius: 0; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Jce1mIeK7dMsPKSByv6Tkbceci8iX1vZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#BRPCcAG2bPAcCgC32UovWTT0cpDxykzT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZCboNoLTdRTZyV1GxP72vwbsCUiAGvy { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#TF5BLCSk1g2sOcmqZowrE3cUOlwsuJb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#sA5ZuUPzOV2cZ2VBBqEOJLITWWGkMI2M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.625rem;height:3.8994125rem;font-style:normal;display:block; }
#K9T5Eu41X3KNVHvr88LW2JKTTv7gFDF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.5996125rem;font-style:normal;display:block; }
#hzh4XaeyI6KzllVbOwxg3T02uIg6pZ5k { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.8125rem;top:0.09375rem;left:0rem;overflow:hidden;display:block; }
#FbOThH8IEwXlPmkkRTpGOcbWFzMPtfv6 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125001907349rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eQnUGwRZFr8Vt5T9gcMsT5GBshZAmeLZ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.6875rem;left:20.937501907349rem;height:1.29980625rem;font-style:normal;display:block; }
#lqtToQ1UvnaEBg2ApOeoDe79OSzKiC2s { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.52499961853rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { position:relative;display:none; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { border-width: 0; border-radius: 0; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#C9ZDWrq8qNslOUaM5dUTS0ctKDQZRi7O { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Ror1Cs2gpDABg7rOD3JqkeWLsf5vUlLn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZ6lHo0aQ6WyVO1U3NMWtrRAuBuh7mO8 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#DHw8eiVIc6WlUlLoxid8mXr96FDA7PfA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#mdkvKOmBRGreyZAVAuR3tFsZKUZOzh4k { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4761276245119rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#pJm57CnVIi12Dqc5fNncp59zKWZcyLR8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#zUU4XTsfeJzOauMbEL3xoQHZ2KODATWS { box-sizing:content-box;height:4.3125rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.625rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bHV3ZCSUXmVpTiELsSSXcwubA3TLTLnw { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#pwiIkC84WWqNs7E5yyeQ4R0MS28Ax67m { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#uHFDoksLQZNvOuJdHdxs24kIGI4TqJRP { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.6875rem;left:21.1875rem;height:1.625rem;font-style:normal;display:block; }
#nNMRFXyzJNrHEkE9FscB4eSetSTeaM7T { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.9375rem;left:25.875rem;height:1.3rem;font-style:normal;display:block; }
#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { position:relative;display:block; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { background-color: transparent; background-image: none; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container > .video-iframe-container { display: none; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row > .video-iframe-container { display: none; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .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); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { border-width: 0; border-radius: 0; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IlLILE6Q4675MeriiectOB3fUtvVnOQ9 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.875rem;left:7.25rem;display:block; }
#C3NOlM7RxJz3wtSlqOwQKv431qfSDeVU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCNbOSl7ULd8SPOTradPCPKKEu3S8IMJ { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#rxzfGi2MIdoeAotFIVdG2kcZP8AqPSba { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#LaMVn6nTs0cf7lneGpmVZUAfEhgz0723 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1636352539062rem;left:20.562067985534rem;height:3.9rem;font-style:normal;display:block; }
#nrRkcSVJFMMmoiHvDveMZng5KKNJ4cSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#GiJE5TEgmaT72ct6lZBGW6uIr1zSEhJt { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pRaKTmRVGLW6RKDDKnAeTOx4uE065ZhR { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Ipira2LT9mhqzyTEdhMMuGTlUnSPeD65 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#ip0ItmzKE7n8RcQyQaUEuDEtpetV4f01 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#gk7xvTWIamCyQ0xyfHF6cKZOknmLgoGc { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#u7VJZCD8RF89FETN0lfTZCOQPT8PJ1ff { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Tkyq9vxKMQB206Nwa3tpI2TZA47raWb4 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#cfzZXOc3f3rLpAJnoSgobQ320vde7gpw { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#HOWDbfaWs3Ksyz7TK0lbTN4OPEPipTX1 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#wfPx3rtKSXNAuKg2lBUFMq6Fh7H114Kf { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#RZwTVvt8U5q86tPeh0NhJr8bqA2DnwiA { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#nVNAwTy0uD0elI2xDeaZNXTdLigVl43n { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#FSm4k5Lhfk4chw5m3UvMdMwrInzobPmy { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#VyX1dAaXe7JO9NmOiRgGEhRiQtrZ6I3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:14.6875rem;left:48.65625rem; }
#esFLy7yIXq1XsOg5QBwA8ToPznRcNFWX { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.8193359375rem;left:48.625rem;height:1.05625rem;font-style:normal;display:block; }
#rO7FH9M54InPUzgyIh36stXRl8hl4PVc { position:relative;display:block; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc { background-color: transparent; background-image: none; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container > .video-iframe-container { display: none; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row > .video-iframe-container { display: none; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .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); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc { border-width: 0; border-radius: 0; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bsKz4Q9Ka9a4Br2xTIQxsTw5IGbc3OUv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ddilr2ZBwmUa9OcrPZBpN5yBu2wTOvTx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuNw93ePDeDsPE8cGw4dhZtX8osBfeDS { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#plkTCMiZTwtNiD0AJy30s5riVhg3qkGH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#mxQSGSCzIsZpNx7yTzFRpTIIfcTcwxKt { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#ti61ptcPB5P4UAsSCI33OFthFp32PKaB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#oxa1NbLuLTu1TG9NJVQIr5y0nit1QL6K { box-sizing:content-box;height:5.8125rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874206542969rem;left:20.249219894409rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NgCbBewncfvG3D9h5nxtkHLKfWwUx13h { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#NzaqvGOJp974V9L6SLMcRkC8L0yAZmHl { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#PkBxNOvZkSNwGg8tszTIJIhWbfdpSssv { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#u493CsxcGnipQMtbTXT4Hu3in5QFD6TJ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Wsb2RT6oN0TFJshFrJSyVQiG21RAyXFk { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#VV2VEPgH7XT6Msc0WCceZnoMIIPNAVvc { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#Pr8vpRpGC2oR0lAxCdo4QH6JtN2Pc9rJ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:14.6875rem;left:33.4375rem;height:1.625rem;font-style:normal;display:block; }
#L2JfIMpm7HhQBvg73E2DExgp0gfbbic5 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:14.75rem;left:37.125rem;height:1.3rem;font-style:normal;display:block; }
#XcwTGngN9Vmk3xEwmh9FabqscD68ZsGR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:15.1875rem;left:48.6875rem; }
#mTJ0FBusvM6wP0TLXJ0rz0awCnGNBo6M { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.3125rem;left:48.625rem;height:1.05625rem;font-style:normal;display:block; }
#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { position:relative;display:none; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { border-width: 0; border-radius: 0; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#SW268tZvETsifFXVtTQA7F2alvdKVwNG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:22.6875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#HkCtVOXqk6qBUOUMrdEfs0hLI0OS5k4n { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZonpqwKGs1tALlMxMNG1fvJizDLI3UT { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#yhT1lPTu8EHEyLZRcAwaqWnHuRuAFP5l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#VuSJRzPcudyl4LwvD9JqkipmTvlBPMdF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4761199951175rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#FP3UnX9UJeAODRbzmGD3g5GwIiKqU1FS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#bKziX7Vf5wurW083i1TgkwSUZmM7bxic { box-sizing:content-box;height:6.75rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:20.562501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OgRW6MBz07tqua8C3an6c1S805L3KWxt { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#Axq4DPXTV8bpr27TRcwiIlTWAVeaHeQs { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.25rem;height:1.625rem;font-style:normal;display:block; }
#bMTCtXqQ2yacolGZaTylUJyTAXMG3e1i { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#ZGpxV6ql2rDihpsqifaQcUbk3870eZMQ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.130859375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#d929l578v1bz809BtwQ3IZf7qxmVzfwf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:17.625rem;left:48.875rem; }
#fs0BlTQoJvXHArOpdpLTQewuixZmQSVR { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.75rem;left:48.8125rem;height:1.05625rem;font-style:normal;display:block; }
#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { position:relative;display:block; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { background-color: transparent; background-image: none; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container > .video-iframe-container { display: none; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row > .video-iframe-container { display: none; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .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); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { border-width: 0; border-radius: 0; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#s4JvyQLekFE7RrhTfotObd5QbgQHFgwq { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#WVGeNUWMxuZO1niPUuKvfR1sGduud4Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5i9fnC4R4T6FRiBqQq0mlx1NAFim4xg { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#SmVsCggyamEX4fMm4XJ76olvPWJBy6UT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#ZXcfPwklMVqvBdLCO1f4T1CqZ4C3Tq6x { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1636199951175rem;left:20.562067985534rem;height:3.9rem;font-style:normal;display:block; }
#LUEr4qV4nvU96HGnFQEFkCwXxbKkp4aA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#biRx0UyiJLaEvTsJ7IzofJL9cybpLEQT { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QzFWmeN58GkegE8oQzPJTGheObAmFtow { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#S9484ATRExpc6F93cXoCST80L1oEc9aF { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#qfDE4OATHwCholm2KrXTMZ9etp4Zwce7 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#VQnUhvw3tvKngI8qi0JlCrA2y676KdBv { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#RsaiqV6uSL5RXFXGiW1uhdEv5XCDMZXg { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Cx7JJzwywOipoDUfiUrKZ4yS5brWMskQ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#O1aRnzX2evr6mSRQrcQV8LzqALErhTUK { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#LXWtGumXm9Lk6EdZIgAIuDCIIHi6vXDG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#pSZcO6FOR7qeXBJqzMDSkvWCpKwWWDLD { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#BfahO2Uq6CMDwBW8LwgWnBTEEK61D8gE { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#yhi9ihPsbyI45tzqmTDe5b6cbTp48xDX { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#S5oBW15uM2JzokgG3bBtE0K0uf77JTV2 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#LpT4BsvHn71GURKurhFH76tv9iH3PTcU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:14.75rem;left:49.4375rem; }
#nsg90ZTpMRzTyN8hBpvRHTvyHnLMCrIf { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:18.875rem;left:49.375rem;height:1.05625rem;font-style:normal;display:block; }
#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { position:relative;display:block; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { background-color: transparent; background-image: none; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container > .video-iframe-container { display: none; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row > .video-iframe-container { display: none; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .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); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { border-width: 0; border-radius: 0; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ScLBbfcFqVrpc7OvHClDv6GeG62M0ReW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#FKWKzq3mg2lFXmDAW6hp4fP3TtOgHaKE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#At58mBUdemGqlhSMAe2MqmTexEn4poQy { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#xBt67KDNAbJXuDm7OJDw2myaPiFCc3Ne { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.437141418457rem;left:20.561964035034rem;height:1.95rem;font-style:normal;display:block; }
#gbsAszAGP8axbbRqyxxRyFTZHTTz7DQ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1629028320312rem;left:20.561343193054rem;height:3.9rem;font-style:normal;display:block; }
#qeKr3kCpTKAhvxhlLW4EvuHg8T4QHokZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#HKTlnig6tVXTwS4cTRWrH1vmfrl4AdCw { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g16kFXSaTiVlLyInElOJSEGiwULzzPBB { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#rF9sW1hEDDebT5n6f5TSraWTlapgniTM { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#kLlX6hlW0A4BOUMmlqgcXGftZJxy5nWr { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#eTppXdkUxAp2TfFXuak8Dn6TntAzfPH4 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#HpgZwonHDS7LsBd7OIZu3BrmdwDoiXsr { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#glpBROpisT82StNAEXTmxbOtQFkICzml { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#FU6iP233d6KmWnHrH0aA8lQdzhBHPROi { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#uhSZSoWEgIZUq57bJVk5MlnkRWh8ad9S { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#zIM8iuH6kTONhgPkeJ9D2rSBHzOBZOMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:14.75rem;left:49.5rem; }
#tbbgPqTIbhgcVmKeggQ5uON04mehZ9dW { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.875rem;left:49.4375rem;height:1.05625rem;font-style:normal;display:block; }
#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { position:relative;display:block; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { background-color: transparent; background-image: none; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container > .video-iframe-container { display: none; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row > .video-iframe-container { display: none; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .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); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { border-width: 0; border-radius: 0; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lf3TBQsygmr4P6tbmHVJSoB894pHrNxd { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3119375rem;width:51.0618125rem;top:1.8741023540497rem;left:7.0294742584231rem;display:block; }
#g1d0Ta8BEnPLyurwRTg7QrMi1n87kSzA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8PVXZx61sz3qIHXXHJokEQVPeEchERc { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#tKBI9GcntBUvMKbuzw17ODBIxNNLD00Z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#kx2PasRU3c00qkeLoTW5h2P7273P5Tmt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1636352539062rem;left:20.562067985534rem;height:3.9rem;font-style:normal;display:block; }
#aqVQz8qHgxTQKTW1KmHT4PupvcIBZH6o { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#vZcIJ9CKS7OFkzILmEC367qbwvNdTna1 { box-sizing:content-box;height:5.375rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#k2TXefn7ovgiqOdmLBmwl8TyOd44iVLM { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409103393555rem;left:21.124464035034rem;height:1.3rem;font-style:normal;display:block; }
#kO61uT7Eq1kCHNxNBlkyFNDzFDJ7Fwo0 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#sRgWs8iZWlD4t3DguNSWrB8SCgbdF8bf { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:15.5625rem;left:21.125rem;height:1.625rem;font-style:normal;display:block; }
#UeTyFiaC7Bt60dgvQTDPfrRskcmvDQcn { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:15.6875rem;left:25.3125rem;height:1.3rem;font-style:normal;display:block; }
#KbWoQBoiRebeNKEetBydlsIo28FNLiP3 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:18.875rem;left:49.375rem;height:1.05625rem;font-style:normal;display:block; }
#zMSvPEquN7VDzxhgUkxRiOWUVzTx8uLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:14.75rem;left:49.4375rem; }
#hWRILqCc1xxDrogXMivElTZw2TixaIBz { position:relative;display:block; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz { background-color: transparent; background-image: none; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container > .video-iframe-container { display: none; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row > .video-iframe-container { display: none; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .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); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz { border-width: 0; border-radius: 0; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ogm92sD4XAqLMJ1gW8hQhkT0ABDV9PST { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.1806640625rem;left:7.25rem;display:block; }
#T3NGZTDVKHfFsAOz85Tm8sP7tLKBOT33 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.3125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtqL8HgT0oKZ2IXnX0VGkRQ8TxITXLRT { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#FIvF8ErwcgU40u0QExozOaKWTMpB49Rf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#uEQ6mIWnTUeHi65Slkc4ZEw7oUxAbTkx { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.7314453125rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#ULMyOFFbkmQnV1Lo7sPJmWL0Iq832yWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#rL5oszmlinL4aWrmmFLEJasDtNAq0xnZ { box-sizing:content-box;height:7.1875rem;width:26rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8056640625rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rP2BaNh0FnX091HZ8sGaq8MiFgwZ1BbC { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:12.3125rem;left:21.34375rem;height:1.3rem;font-style:normal;display:block; }
#silXBToBWpfCHt7RmkncIoszlo2Ag8aq { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#RoKvDXFQ6TQnVJqhguhtui7FJ8CdeCy0 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:13.930480957031rem;left:21.343751907349rem;height:1.625rem;font-style:normal;display:block; }
#l0c0rVxPFQ9bueu0wBD31pNrSdp8qGMX { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.492980957031rem;left:21.343751907349rem;height:1.625rem;font-style:normal;display:block; }
#uvE8zAn427XtAxZDKbFcJ1cyHCJNQIFV { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:14.217193603516rem;left:25.968751907349rem;height:1.3rem;font-style:normal;display:block; }
#R6SlSZisArepDkpvTh7LLWCt5P4ww654 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.717193603516rem;left:25.968751907349rem;height:1.3rem;font-style:normal;display:block; }
#A6TLwiMACtgs54Tvf0cCqW9TkE1aTzps { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:14.055038452149rem;left:33.71803855896rem;height:1.625rem;font-style:normal;display:block; }
#IbVdVxAkAbOsEmUZaA3C5D4tNz2MOPcQ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:14.242538452149rem;left:38.437498092651rem;height:1.3rem;font-style:normal;display:block; }
#sZPs6mMhpOKDF32IBlqoEwkKbokIwLh5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:13.9375rem;left:49.625rem; }
#e1y75cWWkoAq1F72qQf2rdxtIA3BP4U5 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:18.0625rem;left:49.5625rem;height:1.05625rem;font-style:normal;display:block; }
#SuBnUZJgKVwybtE41VrF0AuAOiayA75a { position:relative;display:block; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a { background-color: transparent; background-image: none; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container > .video-iframe-container { display: none; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row > .video-iframe-container { display: none; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .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); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a { border-width: 0; border-radius: 0; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UIUrJ48cN1teFCrbLyKi8hCbcTHPsPw8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#BTqCNwfODZ0iEBD0NVJxeCe6EoTTZHTG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.8125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6KotEwl8u2nxTkU5csDIdGO3iQWbcDB { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#rdtAhCcPQMlPSownpygzbM8VqOwKFXy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#Z3bM5nQvDXBRlu1ndFI42vx5NwF4DUTH { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1640625rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#tShM8zX3EmoWg8ysX44TKr7Qzk3f57vf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#dc4ZLMrVzkaD7MgN0QPWoTCZczS6FNPf { box-sizing:content-box;height:6.125rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874643325806rem;left:20.248579025269rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Tgv5p62JOQSIXSrcAlFTHgEkI8lc8pcw { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.783201217651rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#ora48PdpDTn5LSfoDAdVpyw1it2iglhG { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#QeLJPMBcs7O7hfzn4mH6pGoqxMS72M1S { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#p6zTaZJbTUQUkV1JFefhpmGdhV5kVK0S { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.395418167114rem;left:24.936079025269rem;height:1.3rem;font-style:normal;display:block; }
#fRuCzN0iMn4VtzpsTM5krGqV55kIPGgJ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:15.271127700806rem;left:33.905359268189rem;height:1.625rem;font-style:normal;display:block; }
#pOKeDDED5yxiqeJs0txwnF1m4C9RwtB3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.393644332886rem;left:37.55592918396rem;height:1.3rem;font-style:normal;display:block; }
#o6XS2D6rQWh0p1QT06V16nwv4KA4XRE2 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:17.11171913147rem;left:21.374219894409rem;height:1.625rem;font-style:normal;display:block; }
#eKVGAqsGlzHyav6Sfp6pkFaOMRcxlu4U { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:17.23671913147rem;left:33.90468788147rem;height:1.625rem;font-style:normal;display:block; }
#OCpLE23w43fBDASSocEQVN121CTUQkMe { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:17.249219894409rem;left:24.99843788147rem;height:1.3rem;font-style:normal;display:block; }
#ntxUqtiNq1xdvFCEsQfSMUaMcyqMiRH9 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:17.249219894409rem;left:37.612501144409rem;height:1.3rem;font-style:normal;display:block; }
#T4WnKBREKcOsPnktrq9dIn4o0affcLIS { position:relative;display:block; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS { background-color: transparent; background-image: none; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container > .video-iframe-container { display: none; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row > .video-iframe-container { display: none; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .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); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS { border-width: 0; border-radius: 0; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vzepMIGchvXxed6dhLb64hnKM03lCGpG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#xEI7rDbMIWDt56dqoov0FuyTQ5T8HLRO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4ekyNynlMeGPQRLJAPXgDyCXBxt8Tg3 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#t9VFTAAEb3pkAI8MA3lAcDJ2A2az0W6b { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#qvJ8yZdPT0re9iFkh7prduJ7nIRxKPLg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1636352539062rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#cHw62FB32bDPphCUddlPBLPVd95agkp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#RfANTgJkf1ywybghxxFpLKXrXDfHpVCv { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xoHk0VfbU5bOETwbqV4q1e6W0nca72Ox { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#e5DudEs96lVilgD2wtZsXBUAQSDBMAiO { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#uQcbd1qBfNf0KHaaT8oNb6vlDItwF9rn { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#rAUtTTfpduS3KWSVKsuq6PKwuShcHnu5 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#zN8NHaHTkN4qPt1zeVMos1ha8leR3FGw { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#fV5hVTbNRWxTSQMrw5gsr2vEo2uf1TGc { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#Ava2PxWxF3UnSFeWppL4vOUc8fDfPRvI { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#dCTzTv2FPqCmsZrI54OftWRLJtSWv5Wd { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#HTLLB4D3dWnfV3DKo23bRQoaSpnTT3TQ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#MMxrXiXlcSc6eCD1MkX0xMJAoBEtRoMc { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#SkXKWEwgURiN32cXTZDL1mdnBtBph9qe { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#cClxJ347dPndlD35exgyPT61zqnBUoZI { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { position:relative;display:block; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { background-color: transparent; background-image: none; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container > .video-iframe-container { display: none; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row > .video-iframe-container { display: none; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .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); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { border-width: 0; border-radius: 0; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nbeNNK6srhV4XsOTGwH40vlbPm5t4vKU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#y5MhrWctUBafnlkZlLo1BguOaHiaUxdp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.5625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNmsytwZnN7zn07kpP1mTPqb89kKZeK6 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#o4dS9tvnTlGAnCtXZm4TxlUiiOSslo0k { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#fNp4msCbo7Sy6oOWt5aQQ2CGqO5mmEE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#Ok99C2nxEsV0pmJKoknUuRrkZ2LEG5DF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#pMO95GbwgHPtaKSkRAeBO3x8LHvLKAZb { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hqk5A3vkWXmEViqN8HHG7lAfSZDye5eJ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Cm0HGWqw1UfkKxWAibB3P6qNMw5uLV6w { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#zreLDpLHBN0zTwCh58VusvzuMmGXhdrK { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#uADvWEmGoICvpXgXSdoG7dRDLFQS2foK { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Gaa8LlEDMXJvzTGyvnIg4RKLCBvRbh1y { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#TJiWLukKICF7wTddwRsVlb7UN34ddUAr { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#XLnSIkaWWF3LwNQLIteJmus64aEQ3fKA { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#TOlx91g1VE2HIO72NxiwReBJOvdeO89l { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#iRdw98cIBcOAWnFN7qmXSCT4hthOPRTe { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#o0VGfnxkg62s5HVao7DFsiSf0uPKo35A { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#gt6OT4FgX6VMThAP8RIqOy4bqJWbMctq { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#vTLyrT2mn9UIbkT5tTJqvEVMMgN4fSEn { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { position:relative;display:block; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { background-color: transparent; background-image: none; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container > .video-iframe-container { display: none; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row > .video-iframe-container { display: none; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .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); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { border-width: 0; border-radius: 0; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lBiJ73r5c4BWdtHgBfDn5HOGpUhTVp9J { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#FyuSmk96vqoqESGQnVK28rNniJ5pOwiU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.1875rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kh4E1S8QOmUCiL2bHxQepbZKyARpG62V { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Wc4bSFtdamcAbpLDxiQztTKtEu3whTiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#OXlg74MlesL6ylRdvqP5Tk7ThU2vczOF { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#wS1cF26XGx7lzMFwBGImodq30D3FTMDe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#guNfLT0vzQn4m30TyzNVtuez8zhqc616 { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V021rLDV7TzRfHG8fwK01neqRExAuepW { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#UdkCDy8xazMi2yzxpFsXb8ExVJ7PxKTc { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#H9kOpBfLJNRhv5MnTlQ4xABOPVoLPC4p { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#AT7idgZSS7cenRq4P7y0k72s4e4wGFUh { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#QgfRfspCRa1uTnTRoc2nBFWpCfyJKAcz { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#RiLJplcPzLINpgTqVnet2dGsfrdfIKlz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#esABWhxATdThwBhFBeLe9eouEPOOI5gL { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#MP42pr6CGs5rOEc59LN4xbvnOg5KccPq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#z7Ow3FeNHgNXV3LyzbmZo5kJgeuS30NE { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#zzpxTCMyKGVMgcnM2h7hLuJZQPmMJJCa { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#pMsm39lRGXB12NTIpfDcsET4gAe4WBaG { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#d3r6KTdstPsaOTuksDV2hgwRAeLqrDVU { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#P1bo42silqusZTciK0kN73IuQHTPVKsH { position:relative;display:block; }#P1bo42silqusZTciK0kN73IuQHTPVKsH { background-color: transparent; background-image: none; }#P1bo42silqusZTciK0kN73IuQHTPVKsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container > .video-iframe-container { display: none; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row > .video-iframe-container { display: none; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .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); }#P1bo42silqusZTciK0kN73IuQHTPVKsH { border-width: 0; border-radius: 0; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EpdPKoxhHI0IRWHb9cmtxopQEr0to4SZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#XBOLNT0TWxflX8DBhXwpz4Qw0KUwKH1w { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.6875rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMm2oSJIVADWil4OGeqWTEZyMslm3tbT { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#m6ZzTNu2r8uIaPEI2fUgloGynf6DnRM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.437141418457rem;left:20.561964035034rem;height:1.95rem;font-style:normal;display:block; }
#wGbDSQWyD79ShfQTm130gTKldn2EdtkI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1629028320312rem;left:20.561343193054rem;height:5.2rem;font-style:normal;display:block; }
#y7avJsonB53uCDIZxWmu6f0gc0OQrBnu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#uTK1W2bkvDw9nZGG5kxixdidIy3MNnyM { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KxEubt1lCuFMcmQ55BPFyPnwSfLi8O4U { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Q14av7t8tCZ8ZxeyfCUT14AlI4pBd8pw { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#y5gMH5PtgTzx6vD2krL8dh6Ztm6z0qxD { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#pcLarrl0sKBqv2BxkzvFuvZMTrp9xoSg { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#P8oPzTI0SiNQORgDVTDHWyv6vRyfLi8a { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#KCQ2imgDMUyAV0AdTOWguO9rfchE8hak { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#m1VPV1HGz05n06IkKpFZRsEFX9pcXlHL { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#X7BmwydDBTzGlTluP9yoSGN7MBf4Nlbz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { position:relative;display:block; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { background-color: transparent; background-image: none; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container > .video-iframe-container { display: none; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row > .video-iframe-container { display: none; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .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); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { border-width: 0; border-radius: 0; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mWMv4xFesCXPa9irCuyoSUOHqgKn4Sqm { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#z8H5EJuSxpLZZxvtIn4IhXpk07uOc6KZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.4375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKCGmnrZIahfcq25zN64316MQOSw8OL5 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#AXysHRfSiwZw2sTUewBOgIW0wNTDwsR8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#tXH0DXnDncCUx56ZI9LxVvrFzwC74a9e { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4761047363281rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#GrEcgW783fbGXXosGUhr0KWAHTAyXhl4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ZIlItkqTvhgIXw2oFBAIl1VeI7NJM4FJ { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PrWnqXyntNFvLR9NJqbgxk18WSkrpiVz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#wBtsFTkd2SsEmEHzz5mCO1vQ5286sRKL { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#iKrLbVqv18171T65XzFQMJoKLt8WsVOK { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:2.0294733047486rem;left:0rem;overflow:hidden;display:block; }
#JRNzymfx5SrnfVAasDkThueEgBeWlnrR { position:relative;display:block; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR { background-color: transparent; background-image: none; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container > .video-iframe-container { display: none; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row > .video-iframe-container { display: none; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .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); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR { border-width: 0; border-radius: 0; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ebyUoX8aIIMlxnqoZ0bOHxDMBffcThF3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Df1bqUTaVNCy0PuWi08hL9PsZPFPgOsn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5x10VOuEZUnwI1KC1DWVdoLQEPX1Sy1 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#SLHQ7LhQvPsC5Gt9dofVkZr5d9Tn3pm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#m6Hk4tJ77qDIl0MWlNJvnhT1hHabbERg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1636352539062rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#wz7XuTsEaaBgcVGJTro07VVfEXfRxqzl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#xrlHqKdy0674osgmVQri0Bnb37sFUGQf { box-sizing:content-box;height:6.125rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.87375831604rem;left:20.248579025269rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#K8CWdyK26sW8WdOQ0VAzlrrwm5n9MOru { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.532846450806rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#ygeOgWIOG7LAO9HuizzTmasJzzcb2tds { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#btAKieBPWO85W7EAaPi0KLnqqaRTDB8v { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.63125038147rem;left:50.750001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Va8Xzgh1dcRwZlMhiF74piT4LBPa6pKk { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#DOd1mdzkK343h1T2sQ5pRnnuWses63bP { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#P1fRqB9yQsvOdQ3GP2vCXToHxcMAaAs7 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.395418167114rem;left:24.936079025269rem;height:1.3rem;font-style:normal;display:block; }
#uVQckeWDp6vJZpaKhktpeKvkcl8qWMvm { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.893999099731rem;left:24.934301376342rem;height:1.3rem;font-style:normal;display:block; }
#mC6puDwOBHkEZ818AlrloAUIDTfM20Tu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:13.9375rem;left:48.875rem; }
#BUo8wQSxhTx3gUE5L8EeB5UO1dB5XPe6 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:18.0625rem;left:48.8125rem;height:1.05625rem;font-style:normal;display:block; }
#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { position:relative;display:none; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { border-width: 0; border-radius: 0; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Uit54lc5U4zafAOlNN11POTRVIJzs7a1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#lB7u1GP7beJJzHcNVdkUnuZw3Jc3ozzC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffuMBRwBdSUpSk9mrVokCroW4oNdSqQP { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#owBl1vmpE34WPFJsrVJbKmqkNkSqrbNF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#gwX3vQJrFlXnASciwLb8XHTl6SkOns7c { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#B2owhw2F1kPwZgufoXUrl6qfE2xHWkH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#P9qeZvS6IH0coTNsctEqasVzKcDRecqi { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DPupQQOWNA8vJTo1fX2ML5Dqs7XUiILG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#iUTVbnT6XnNomAmaQnPMlq5eQwmNxBy2 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#DUuNgMShK3uF4IvUBDMGx03zytQrLMWr { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.624625rem;width:21.624625rem;top:0.71644020080569rem;left:0rem;overflow:hidden;display:block; }
#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { position:relative;display:block; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { background-color: transparent; background-image: none; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container > .video-iframe-container { display: none; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row > .video-iframe-container { display: none; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .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); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { border-width: 0; border-radius: 0; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DAtLlZgSmJUqCaza5nNNmA7mzbKduqhe { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#XD0EVW0TdME1PVUbzX5lGwVxFThyDEhO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfpnkhzDkqcWK3V9xgIt3Vk6xHIhUTu4 { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#KfFgMEORIbcPvkt5H7s5Ty699v5bpLnt { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#vemtmIr9qO9CCGOLCxv5UZIvMzKozpIA { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:2.6rem;font-style:normal;display:block; }
#a7lRlQv6vvC4tzUXBkLBwhqXREiMKPm2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#LCcg6H51T1WGZSsgpzsiiTMfsdr7itlA { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PShQVlQmiRpqePA9gXRO4VM05ntPT94C { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#yzOg7NRGCzIVMZRfUKzhhswcSEU6X6M2 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#ETC8BXXikV7CfPSNv5Tx2TIUfkWPMHTw { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:19.6875rem;top:1.6875rem;left:0.6875rem;overflow:hidden;display:block; }
#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { position:relative;display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { background-color: transparent; background-image: none; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container > .video-iframe-container { display: none; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row > .video-iframe-container { display: none; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .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); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { border-width: 0; border-radius: 0; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kO4dGdrItFr5GZusMif3671NUveNWRLl { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C35rwD1bLH7zVsl03lSl95OCVfNchCxg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#005aab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:0rem;display:block; }
#MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ee1b24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.0625rem;left:0rem;display:block; }
#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { position:relative;display:block; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { background-color: transparent; background-image: none; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container > .video-iframe-container { display: none; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row > .video-iframe-container { display: none; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .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); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { border-width: 0; border-radius: 0; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ueIzSPWkHtcT25Htfbwy3EfTlfKLhwMz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:20.75rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#diLkUUPuCOCBopHXD1odQTsSC4sx9VK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0yq736skl2t4iaXncroU5EowsJkzDWQ { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#nbxbJmTG7Ocg2OAuDgSWWxCgxSJeyo7o { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#PA6u29paeWxen2NWA42aricx4QO4A3Qi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.16357421875rem;left:20.562067985534rem;height:3.9rem;font-style:normal;display:block; }
#GRzJTos3obZZgTAnl9PfUiRPNC9rZUyN { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#p24pBX0J6oHx6f0GecnWUTI6a06dIU6y { box-sizing:content-box;height:7.625rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874221801757rem;left:20.249219894409rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NC7J2zba8H575LSCrMok7VLSGbxD0Dia { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#UUvKbHbhk4EbQgxce4RGfphqQPn5GTkn { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#NfKiNLsfb2Vech6frcSVLrR8uEXZxASW { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#lToX6GUWQQTlmUdDv3FXGa6UDPHNJbnH { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#r2sesup3krv6kbIzeB3fGy6e0JPfORT5 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#b8PKiuSr8I53GvO8bg48RLwIxxdbPO4V { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#MQApETNs3r5vtNeVuhdVPoaMNTgPTky3 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#ibQ2G5VUwbtvmmi2w4spL7LouRoTXeZu { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#aQyvxb1U3l67GW8CDXlswzO27mGanh58 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.395315170288rem;left:21.374219894409rem;height:1.625rem;font-style:normal;display:block; }
#yZ4O4UUwXd9ZkyHPlZghxIWCwvpBFNOq { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:18.020312309265rem;left:21.374219894409rem;height:1.625rem;font-style:normal;display:block; }
#QnTBGTGRvbM48dfLTm0X1Jmtzv1KDHzy { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.582812309265rem;left:24.99843788147rem;height:1.3rem;font-style:normal;display:block; }
#iJrslEWqxTwWlAFNZXr0iIv9p0Cmq0m3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.182812690735rem;left:25.12343788147rem;height:1.3rem;font-style:normal;display:block; }
#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { position:relative;display:block; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { background-color: transparent; background-image: none; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container > .video-iframe-container { display: none; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row > .video-iframe-container { display: none; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .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); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { border-width: 0; border-radius: 0; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nGKqorOu8J7RPQS2VMZGBgARo3zEhccv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#tn3f9QUN2oK9CEtOuTKdxiIObAGe0VDs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.8125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLO5kpJA7tPT1pTJVJuBuCZahM4gEoSs { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Kl8I1PdtB30AdLlkcGhySwWN1P1TiPxC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#SxCRgQ2IP5pTKvuP1JQ5NXPKNUJfe6pQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#wQqdTmgvMw7LACWTDpaKLkJUwBiq5dPs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#yoMdv7PgyHu26uqZLcrHDTBqysuwmPHR { box-sizing:content-box;height:6.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.874649047851rem;left:20.249464035034rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nc3QpsFokNCDDUyIRod0FCU70hPomiT6 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Ss47iRHkQZ83oOEl6gHI355aUgHr6DKc { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#TzQbi8mAJJ4ggWcpf7pBTLTqKKJFt4iN { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#IoEikFmxGAwBvSTzbmLTgh4ODqNGysoS { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#rT2dwh0Cfi9EaPInFvDXXMeJAKuuTrKA { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#qcs1mLXTQQ8TDdr2gRZNmT5CcsdAXri0 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#Udo77D638KiedA5wOpCnQTRW6yZo9dAR { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#ZCMGXQKK29LWDucpwW92qcZovMNE89NI { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#TnlXkQvMXzLa6X6sVdqbTp2ptC9htnp3 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#fywRgwFQuWnLb5R5O0yEcreLdCgU1h9P { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#DpfptRF2u7ToJbwt1souHvCIcDPDcpru { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#vdZLMprGefzFkR5VAbFZ5TtAkmDchkas { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { position:relative;display:block; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { background-color: transparent; background-image: none; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container > .video-iframe-container { display: none; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row > .video-iframe-container { display: none; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .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); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { border-width: 0; border-radius: 0; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PNhWTOe3QsyJzNqoiJlTSg8d90exTnBn { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Gtuniw1Ol3gIMlS2fu4Qb83sEdNsppBM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFKfG4TXMWkIBUZPaa5lUeVEUPtwHCkT { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#lT1XqyweJTDlghbHIqsTkSTvq7N8DomH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#QVZ91ls21NJaRN52viNggzmRKo4aLpcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#muZGF52Kts0xhI5033ENPGETHIfSlBI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#dF6e0iZrxUgq9N78ZW609i8EcccKI8ds { box-sizing:content-box;height:7.5rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.873046875rem;left:20.248046875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#F4JiC8XWzEKqEqsEPSvcDip25N6TzQvJ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.532846450806rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#TJ3zO7fN15h9sx1a06TbNqGLTJKXRn2F { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#A3DdlhQophPP0FyvpJML8TDXCV7qKfO6 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#egQRoJXCycc1Vh3DNQJHKpi2VThZq7Ac { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#HAFBoSEiiSryPvW5ATKxqLvckLkbfNaw { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.39453125rem;left:25.748046875rem;height:1.3rem;font-style:normal;display:block; }
#T2BiS6gM5XX5dmPrE9GbFNlfPGks3JJk { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.8935546875rem;left:25.80859375rem;height:1.3rem;font-style:normal;display:block; }
#r6sLAgTGE1mXOrvvrf6UrFDxiRQLPcOv { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:18.362501144409rem;left:21.374219894409rem;height:1.625rem;font-style:normal;display:block; }
#oATVTxeLZN1o6dAp7PdB7OHOznwJZqqx { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.45859336853rem;left:25.843751907349rem;height:1.3rem;font-style:normal;display:block; }
#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { position:relative;display:block; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { background-color: transparent; background-image: none; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container > .video-iframe-container { display: none; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row > .video-iframe-container { display: none; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .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); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { border-width: 0; border-radius: 0; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MlTgFfpTApWcI1DIRLVvEeXoxcyFZHAz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#r8XqKP0AbPvyEFDf1lFUyWevHN1LLqwM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i01nmMHcGZcW0TNVaUCeK1M3Ttw8R8Pg { position:absolute;display:block;z-index:15024;background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#XciFoMc4EbsEVGH1zlSnCoiHsmys5mWk { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#wr4wZVfXVL0lOzn5spJLg4TxFiKvEPW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1636352539062rem;left:20.562067985534rem;height:5.2rem;font-style:normal;display:block; }
#luZba3acsn3fWQO3kxtRQeh1QnmVNqKH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#Xi705InTQhbA53PodOGO6HATpfhmBq2Q { box-sizing:content-box;height:6.125rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.87375831604rem;left:20.248579025269rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W6GDQMTx7iNwM3DGdFkpAHUL4HmE62QX { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.532846450806rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#uquuxhRANBMhCKLyeaTtSaUtkWMFEKyS { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#F9T21BL8mzBdJ6moOcKHxi1bL2ImceNT { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#cxcTsnyTJiK3R94Prn9hlFwXT6C3NScr { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#kTwBesTd62KiWOUTseRQWfJbtkLdcwag { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:15.395418167114rem;left:24.936079025269rem;height:1.3rem;font-style:normal;display:block; }
#zKoiWKME3MlCqov8D42zAaP8AuzxVg43 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.893999099731rem;left:24.934301376342rem;height:1.3rem;font-style:normal;display:block; }
#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { background-color: transparent; background-image: none; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container > .video-iframe-container { display: none; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row > .video-iframe-container { display: none; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .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); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { border-width: 0; border-radius: 0; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/781c6360-1e44-4a5e-9009-f89cfc2ece3b/2025_4K_Videokonferenz_Hintergrund_Teams_02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.adaptive-delivery-prevent-bg, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyload, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyloading { background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { background-color: transparent; background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .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); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { border-width: 0; border-radius: 0; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE { display:block; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4ZFTmkveH1pNgOlVTIhgdKEvZn6zTX3 { top:1.125rem;left:0rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFSa8KRFDIfLlqVt4WohTd5giQDRn9a { top:1.1875rem;left:6.75rem;width:12.0625rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8xhFWkxOKXF7ywkIaw4LSckLx3t1Wt { top:1.125rem;left:20.125rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJeRPfs4rppCbeAD3VotnQ9m3mxWy6H { top:1.125rem;left:29.4375rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwutBH64KG4NBFJ54QhzZy5UrazZTAhv { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hBBA6KPqLV5PW1cxuiW4XQt5XqJrlN { display:block; }
 }@media only screen and (max-width: 763px) { #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 { display:none; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xl0DIXwGQR5NSAMgkawOCTCzzexxQFKy { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTw6FDggpConkv5FEGSlPaWixSZUgl4d { top:2.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc { display:block; }#aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbTcsL7oidh8lUZ9agGs7sempsgSzBwK { top:1rem;left:0rem;width:3.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIPEwTTFB3UUBEfA5u4sfaWFUMJvUty { top:1.25rem;left:5.2500005364418rem;width:6.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcTtFHMm6iOcB65QonklshQ5EZVeG0c { top:4.875rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOupACElVoDt3ugpZg46sgT9VGM5n7ev { top:1rem;left:8.0625005364419rem;width:5.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csu6fADdxXDIktaQJDDkARG4ZUUhB77o { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSpEAJkxfDLM8cToTX9UKkqmeOtwLuFa { display:block; }
 }@media only screen and (max-width: 763px) { #ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp20xXznzHiZzlQx90EzG9RzfTodADo5 { top:3.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11EyrCXxDuF90fmzya0aCiPMcXWS808 { top:7.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { top:1.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { top:1.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlsupzXZaIJyeWld863O3d6lqVcVNwTr { display:block; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiUfheFNmX5O7k1vpDB4u3oHTZZVas9O { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaFeMoInszrBXLAJToE3V7blwiFzzrl { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcG1luZ8pBVJJZkF3vDxhJBrwR9zpEw { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRdCuFMzXnmVNIAlbKXbyR9xxqC7432 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17l9mqwntn7ozrwBgLJzrI1b3Gyamiv { top:8.875rem;left:14.568359375rem;width:26.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFHpANoPMkJLVs1bc8ErxxZ7osVQsZbG { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWlFtGLfXqWpF76PA4pz28uK3GSwJOy { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIo6c6q4f5KVVOEFx75sfhqA2vV4I5U5 { top:13.8125rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phx0tVnFzQhXQtNVTqeUXC4FpUdl2utS { top:13.375rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3iIWeL8KyPx5C1D5lsVur9ecRKrllqF { top:15.4375rem;left:19.8125rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3yhFwOhprKI7S9fLacD0Ky8NGABCMf { top:17.0625rem;left:19.8125rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSQdvHOxThnoFRJE4DWPER3tTtSXDlCu { top:18.625rem;left:19.875rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPfplem0uTvpkPFsXTgdXNfQW9yhKAdO { top:18.5rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Ws94l66h3dtPeMZuFBSiMEpy9lm5f4 { top:16.875rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FfMsBHu53OcIXAuXOquvNH8ZUpNrvS { top:15.25rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzS39trH6ekMCXu2wp8xGEZ8rJ5sEri9 { top:16.875rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWvx2ReyPhQob8GtPTtWH3Byvq2Tms7y { top:15.375rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0XoaOTmFTAD3RzrAgFegKAuuOeUWT64 { top:15.4375rem;left:32.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6CZrRUs0EGXdo1PISkOin8ObPW3UDm { top:16.875rem;left:32.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqtXhy3I531cIRH9spHphdWLCudV1ZbG { display:block; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8yl7aZyhaNd3Rv58TJqp8uTvkbzVLba { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4CpigVmAUAgW3ldXp9KqyveFq1xRPvG { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB9o68yC8DMh2yUvgbbDxhNHIWf5uuax { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkh2eXFF7o7yhW8WDG5GpU1IaEAbgcTJ { top:4.375rem;left:14.435981750488rem;width:20.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Dzz0KnLhUWE6naZlEmxyws5PfgWyPf { top:8.875rem;left:14.568359375rem;width:25.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ49RDRW6WZ5vhK1NNaXSXAU7NmU8LZu { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxcgF131AP4NUUPHFqvVIzVX652bDvd { top:1.6875rem;left:0rem;width:19.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2va35EqNn3tAdpkrzySzAdn8pCqOt1 { top:13.4375rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsgANUy0yXnQ2HLOUwSScZkia9Oh9hsT { top:13.875rem;left:15.5625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fENuuf8EP7zTeQsfQSECRItgH6Gh5eUA { top:15.5rem;left:19.8125rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAHRTQxW1m9ISLEzvolDiTE3y2UEuFx { top:15.3125rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTN7Ad4Gv04rmZTK7I6FIH8wx7O3QXn { top:16.9375rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPzOubGQclxMui93flAQUdP82OKlDZnq { top:17.125rem;left:19.8125rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQC39Vo8HGkgWnZ9aFLz47rtx0NTeOg { top:18.6875rem;left:19.875rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cropSfThfr4WsJMbtKoXqZXTX5fa2oWE { top:18.5625rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNuzoVaT9DTV45cAWzE8v2ythLk6cQQr { top:16.9375rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vymv0dIyLv3148dhIi6C8wQsnqTTSpAJ { top:15.4375rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek9ZIxT8kETq99UTpv3w5h0VNRiGGNXh { top:15.5rem;left:32.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBlRH3Uthr3S4iFdSJGUCqUDTaX8sIiO { top:16.9375rem;left:32.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU { display:block; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxir1PadPGLDZG7PwPbl0qES82o6BviS { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEXvv8qkrmJAbmRlhgHzS4I94shbcNUE { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk1GfMbnybTHxorJaqxW5HAKVEMsKI4c { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xwrtoVVWtv7FZGOoOuEi77Hmb2qdrB { top:4.375rem;left:14.437065124512rem;width:22.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGiTNTTcNvz68EuUi3zhuEBHIlMgTKSO { top:8.875rem;left:14.568359375rem;width:23.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMFKP9fsZkklCnd4aAueeZym4WaXBSTC { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsINXcbwVKPtiUkrZdTwuk0lNUJsSJe4 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0B4BB2Mu9gokBD1dnbkEGcQ1pVA8nuO { top:15.375rem;left:19.8125rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydyhGPdoJQdNFU8PdlDysvIrhgyv0A53 { top:13.75rem;left:15.5625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiJsn2LQoM7pLbbCT5ks13xPUiTKrykb { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJTx9E7e3whyNaDJvFwh70xJ9yDrEg3 { top:15.1875rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEHw8vNADcB7AQH05r2iD83Hyoxk3oLq { top:16.8125rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXm0lgICrQNWABNgPFvUEb2BTofM7l7 { top:18.4375rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX7B7OsDwcMIahWLfpFwTJem7GeXEubl { top:18.5625rem;left:19.875rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxqe7lp2TiUG9GVneWimmDSZXU57CwfU { top:17rem;left:19.8125rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDd8duXEuhRHoV219LTZ6GSEgeiu2Rv { top:16.8125rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5dCclt1h8WGfkgrX5wJHgTrQMZ2CDkD { top:15.3125rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNTV9aNlqw4fEIatq4aDRrWyEx1tsZHp { top:15.375rem;left:32.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEvVoev9aT89L6okB08HHKxO8UOHmdz { top:16.8125rem;left:32.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2As34QTwZptfMdLREi9z6vAG2MbeKoM { display:block; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKPvRu0NDZR9WiMJDu2ZoBlTm3lLwTos { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndf1xJneJ9AVnMLXoU8gC5NTvBuzg6KE { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uByVJfv7cOhCIbcfqKT2B4TTdCJ5xpIM { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHnOSJyBshR443z4Rn98SzvMbpP09kqb { top:4.375rem;left:14.437065124512rem;width:20.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6C7A5HTU6y1JmpGgkF7KbhwGAGDvedu { top:8.875rem;left:14.568359375rem;width:25.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE1AOg7idUm6KpHSewEwIzKi40A0mbzr { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TidVDlcJsolLTsAeU0pZpVIT3ai4hRqd { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkoux6OzL8vhHixlpldHXTvgxmBbLbX { top:13.625rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw14lf6PA3TIp10eKHDyNqe0EQH0zXVp { top:15.125rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHfER9iJcMGTs2LyTorJ89FEzJPdqXdt { top:15.3125rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRdQiCkLpqsEJBIGwH6girWOO3ta1M9G { top:16.75rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfDhTTamgkDL6cUikyTd23yZ8WQ3Rvh { top:16.9375rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL5eCHv6Gx2MZuQooZi4mCbKfP7SoJSB { top:18.5rem;left:19.874565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1kA3cHZqy4245Q5d6IblgvmycMQFvbl { top:18.4375rem;left:15.5625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKtdrIARBwOvEdaSSE7TrxgTP1K99Am { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8NQyMoGJxHlbEcF7PD0Fe24xp89b3W { top:15.3125rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPWPlP7QKN6aK46TLsIiP0kB1Kgt40l6 { top:16.8125rem;left:28.0625rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWs8Tt1MXZ59Q6fRlOph1wUErmcDnT3 { top:16.75rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlzAkoiQHydqG36kvh2f4dFDSy8nkr0I { top:15.3125rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK { display:block; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh7nP0TRdCTwyb685iKZvoLCJCR9do7k { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkD5TcaPN3CoNdPoQVhDHQEX0vKh0c08 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K27Q9W2xycBptPwchKVTBovEVTkiTwvf { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9LcTNoFXOsaNwKMhJCJptfUbZeF0vx { top:4.375rem;left:14.435981750488rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrK3Vs2u6pHH4ZHFKTcoEQCTrhS40asz { top:8.875rem;left:14.568359375rem;width:24.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxgn6BsfKlqcI1wScz46IQcLsr0I2xPZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKf0A5RS3ENmAAkMzHScJAD48BAW5khF { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFblAdGK8UUEpn9CH7EiugySQcZJFr0m { top:13.625rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHEBTGdzzgXD30E2GromQTJvTwCBVrLJ { top:15.125rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtFirhvTCPeKbM87w0uqC16VaOV2EznQ { top:15.3125rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBlTD1T1brtXDeOLtHEyWQ8czRVI6wc { top:16.75rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy1XKbVbGtT9owtTT9eKHHRfJzJlTpZ3 { top:16.9375rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUxQrRPrzV5TQOCwl4cLb9yxaownSEnG { top:18.5rem;left:19.874565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25JqJMS6XfBTwDtvTgGZty6xXcruDs2 { top:18.4375rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkggMsD1r3RfCTFFFl87d7ImBITNt9iD { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trb369mukwX2xxnv9qoH1cqKVGOgIiWU { top:15.3125rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3h9rvNyw4VcsHgtLmhzNVGpOEAJp8UO { top:16.75rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5s7UWkT6QDmO3qSXF6qgmszPwk9oInK { top:16.75rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK4Xm5HDfdgfnmVlzXahpdM4M2FIfUzS { top:15.3125rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL { display:block; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5P3qTt7ihuwuHTtndUXdrSKVbTWgoFs { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwmnKmbabgisFHEKcBvrEleHMO3VpGu { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqCcCxNxmUvl8CB8TwqC6UXK0ACOKhOm { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQDIBQ6tSJuHZq2nqJ7WSShZ2fDN0BrA { top:4.375rem;left:14.435981750488rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSS7AeWNJ1uigvD07COMnG2dKagAvs5b { top:8.875rem;left:14.568359375rem;width:24.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HaagR9EVNvTkgOOgq39hgyITvyeMcr { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0eUJx9uRpt81orTeDsG5Zw3MkWyyWQ { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka42iGcAkK56qz3xdVJ6DoABoPpZAViB { top:13.625rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghXqwNRTufzHMK3mp5Ok4x15GAtcU9PO { top:15.125rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5VpeObUbNtSIxtB6x89saogfg2sX0SG { top:15.3125rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcz5a3dtIbx2EiDmgeBR0PA0y4pSdibO { top:16.75rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3C6FAzbrEnSB7CskV1pqKOrcbLxGepu { top:16.9375rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bihpF8JTo0P3dJh9zwbR79F8FOqbg2RN { top:18.5rem;left:19.874565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTG0u7Tqofzt3chSJk6ODrzWwBN9U0e { top:18.4375rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep44M6qI6hVMATlP2pIPrHxRqfFlxfJq { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4dTvrwS2SW1kWFqy5cTGlplFDJqM4gh { top:15.3125rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQlFGVvXNJdxto7JMJaF72wacIE5J5sh { top:16.75rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTxTqWmCnhV6yTTzNULHdSacAcbuPNJq { top:16.75rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAgmW3Xg0UySaoeD11PC8pNZf4E6Wkl { top:15.3125rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl { display:block; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVDclNsaXANfNRBQWIVHscTEmTe3yV5T { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhcXwmPONsMairDcJlk5hg0fIwvedwdm { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV6fxOVfo8Igk8PIEFwTxTdazRiRxRsi { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb7VVKA36MOdzIW82KnqxLKk6ixpNsR4 { top:4.375rem;left:14.435981750488rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyv9fhb6kebT6OzdnObEdPt4gGAID4aS { top:8.875rem;left:14.568359375rem;width:24.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbtMK4K7saecQRtxmuVWoST5z9L8JwnW { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqPMHnvC9slWl1sCoSpnnTsqTmcFTge9 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQhlpxWSBnkQu7InhQtvKg9ZWxwTSWX { top:13.625rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Den3e2SHDGJo3D2aXbSlPOBpAXDhNxzq { top:15.125rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWRWhz09RyEm9amk2HkVcfSX53A3QXa { top:15.3125rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlG26vp1TIJynPz0lHHmrVKi7Tyfg8Pb { top:16.75rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZBBK8Eeexv4lGRXco7KQzgLOBRbnDCK { top:16.9375rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfNngiNZd2Ru6QG1ANKVhpJIrmATkBpS { top:18.5rem;left:19.874565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzkQF6rBqNKd9SHQmTHCqWOxkL2XZwa9 { top:18.4375rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRVemVmHKai0FxeQhqzNxW6yak9InzZ4 { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IclsJmdsUFz9zB0D1R5LSwXdhCgQJzUb { top:15.3125rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTA3OVdZw2N83pHBPEmJhckqJ8h5BPn { top:16.75rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCt1N3xaUziCx6bIzL2aoNtDKCLumWl { top:16.75rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTvmovElokt34ara3uopPe9GwrgbXI0 { top:15.3125rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 { display:block; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us5uwCM17Q9TwbJJzOBJNEfpOUV1dBe5 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaAOTcaiyO0B4ULONUZFb5CyzawOcwH { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDtmxwcsNgaAiisrnX2QeccqSldlwzVS { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLf45hpbIdk8EaLSaCWMDhQlzkQKdzF { top:4.375rem;left:14.435981750488rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAGc58IVVH3zFhDm7iLQpveB9s5FUJlR { top:8.875rem;left:14.568359375rem;width:24.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLA9GHHiINHp5RXcTLfTJv8ozgcuepdU { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzLUqwd4as7scvAkJ1qpsdnihwkCC0Sc { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUBK80DnrM03pKN4R6ozdU20LkT0Q2g { top:13.625rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHVZDRx8loKKkBoJcZX5QTc5H1XMKROf { top:15.125rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ies2Xw2QqpFQfPHXh1uyLnVSD1fRLPPq { top:15.3125rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJk2HZZQN0XkmZUbI9xuIHpehqfc3bXl { top:16.75rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTExoBEm4GJT6VbXz6Na1L7LRWIDrw04 { top:16.9375rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6oRSITQNTtsdMC5oiFJt0pLnT5UMVTb { top:18.5rem;left:19.874565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdn1C84y0i1vWrTo4qgIpEoQPzx98PL { top:18.4375rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPtTpTKrbs3zef2nQywGvRQKFzDWbyKv { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeeLFeffR9pQHVlp1Z6RmKUzAJFSecgR { top:15.3125rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39OBEKX3IiUps4z7Nk7kkqovbTVwUlZ { top:16.75rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5kcfVIJUSBAzrNbkyksG5G2d76ePvk { top:16.75rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcRtDPnuBbB9ohlznp7dAVS50v7RTeoN { top:15.3125rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi { display:block; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8TVFGw9IzhZJ3U3fPt7MM7x7hrvTeUO { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx8TAgWR4xr0b9VlbnguPymrbTDwc7BF { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwv4u7Jx1RcqSzy6yUQtsQpMuL1QSyaD { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiVqJgQMo1TKdWOwMmaXdlAmUmvmcPzd { top:4.375rem;left:14.435981750488rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUNwwyQ45rrCPKR54at0WDnpxVp5VO75 { top:8.875rem;left:14.568359375rem;width:24.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whazy4CzsLvhWm11fZXTxvmSnEWsLr7b { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGKRzEn53VE8VpuSldfHZUB33EgmX9uf { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISt6c8LN2RQUZhsikqa2l3FEF6iIFzg1 { top:13.625rem;left:15.562282562256rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8SAeJJ8bkt3BI8RI5IxqExbOTmkSx31 { top:15.125rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCMC50ec32BPTycUidgV4KzfgeBVOfRz { top:15.3125rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QLPHIp8Oo3qR1Aw7yxlvpGo25TX7u2 { top:16.75rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4D0hP1gAtyCCbcNdbifE85HPxPEg0a8 { top:16.9375rem;left:19.842884063721rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUcEgK0Ai2znK1onVP7mkIlHrNhf8co { top:18.5rem;left:19.874565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQVpMecugKZSGreLOvkctnz0eCNwwEe { top:18.4375rem;left:15.562282562256rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhB33MnRWRZyqeTFghmLdG4Vg82eNHN { top:13.3125rem;left:14.4375rem;width:24.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPNS631OhvL4VVDx7xDrhMyXsqz0VUbx { top:15.3125rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTVDocnN6iGpqGe1n8nzNUz08efuXzH { top:16.75rem;left:28.062286376953rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2o4Mfsll8GrTZl05AfD59muxmMGNvex { top:16.75rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4BezoWxlBWOrd8eqkAxKAydZPxKN3bp { top:15.3125rem;left:32.249565124512rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV { display:block; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT7Rlm6XRPKuG5dcPFy00Qy85B5f3SPD { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrvayCPITn5Sy4V2D2TXbZT4JbqTOgQ8 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNBDvKd3AR8CLrIAdvl9JNBErgEA5uo { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8tcm69hxeX5S1IJ7q2omKT2sUeWxkyH { top:4.375rem;left:14.435981750488rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP3Ozw7Jlr26wnbTvreSKIHTAbIThfwz { top:8.875rem;left:14.568359375rem;width:26.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8qp80kkGcyKEnTJTBw6nVS7wgx3aAw { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbTzkWoV0GJbKTqLhwfecdbd6DpTB5M8 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5nAUuXqnXA4PNcbVQS3E0IaIwQUsA6 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL33d1fFGTsS4MIhG3h1bynb8JN1JDv4 { top:16.3125rem;left:22.061851501465rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAFPI69M3vPrcBbkmnaFukEkFiO068B4 { top:3.25rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR { display:block; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pU7i2hOnNOGMGboA4Lh5c0mJdhAOpkLW { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzHVZ6eO396tQ2LuLqz1CuzkaLP18OOn { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQUWssAd8z2i0XiZRsnFeZVEsawXuBqh { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyJ1cJXef6KuTMTsNWe4EG1NABnROeTp { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWNtQTeHWL17VCOOl0dwgsLWgz0mN8W { top:7.4375rem;left:14.437067985534rem;width:26.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3J1AAfogoGxsFRCdRMccPfQs5MPNLvB { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsQ3LLe0d3ec4Ty3o3uIXPZA8GxKvVv { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUUPKqr63erDr6ww4P5aGXFP8qqes4t { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN7sy2ZoZrLWRlRrnb48FWL1WHqGhoxt { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFfUVgUsUNTZ31y6dTaHkuqT5ZepE944 { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { display:block; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9PdRAKOc3wUW06CA0NCAuwPXUsizZMW { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDfPmwp4AUy7E6XJ1o8GR2AgO4PwXT8w { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHM6dqdofEXpefrT8sZMA6CK6GyuhiR9 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5fZab6rNk7EFX86UfI49dBMicKFN66 { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kffUG0k1VyyMU6Job7Sbe24suJk1gGA7 { top:7.375rem;left:14.499278068543rem;width:26.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8tgru9KOdsvatv4xAI22peC5evF6lCT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUbdriDEhafSONQ2MrulDKXUe9MhOpeG { top:1.125rem;left:0rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42tDo4DqB4lAr830MOePSTrBHDqFbmO { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGIuQKkeEKkuwf6kdxQDPi6EWZill5H { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJItp9HeTzQtcLI2FC6O9TfnUE25CV7 { top:15.5rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { display:block; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jce1mIeK7dMsPKSByv6Tkbceci8iX1vZ { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPCcAG2bPAcCgC32UovWTT0cpDxykzT { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZCboNoLTdRTZyV1GxP72vwbsCUiAGvy { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5BLCSk1g2sOcmqZowrE3cUOlwsuJb5 { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA5ZuUPzOV2cZ2VBBqEOJLITWWGkMI2M { top:7.375rem;left:14.499278068543rem;width:24.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9T5Eu41X3KNVHvr88LW2JKTTv7gFDF3 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzh4XaeyI6KzllVbOwxg3T02uIg6pZ5k { top:0.0625rem;left:0rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOThH8IEwXlPmkkRTpGOcbWFzMPtfv6 { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnUGwRZFr8Vt5T9gcMsT5GBshZAmeLZ { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqtToQ1UvnaEBg2ApOeoDe79OSzKiC2s { top:15.5rem;left:22.062501907349rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { display:block; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9ZDWrq8qNslOUaM5dUTS0ctKDQZRi7O { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ror1Cs2gpDABg7rOD3JqkeWLsf5vUlLn { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6lHo0aQ6WyVO1U3NMWtrRAuBuh7mO8 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHw8eiVIc6WlUlLoxid8mXr96FDA7PfA { top:4.375rem;left:14.437067985534rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdkvKOmBRGreyZAVAuR3tFsZKUZOzh4k { top:7.4375rem;left:14.437067985534rem;width:26.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJm57CnVIi12Dqc5fNncp59zKWZcyLR8 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUU4XTsfeJzOauMbEL3xoQHZ2KODATWS { top:14.625rem;left:14.4375rem;width:12.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHV3ZCSUXmVpTiELsSSXcwubA3TLTLnw { top:15.1875rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwiIkC84WWqNs7E5yyeQ4R0MS28Ax67m { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHFDoksLQZNvOuJdHdxs24kIGI4TqJRP { top:16.6875rem;left:15.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMRFXyzJNrHEkE9FscB4eSetSTeaM7T { top:16.9375rem;left:19.75rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { display:block; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlLILE6Q4675MeriiectOB3fUtvVnOQ9 { top:1.875rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3NOlM7RxJz3wtSlqOwQKv431qfSDeVU { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCNbOSl7ULd8SPOTradPCPKKEu3S8IMJ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzfGi2MIdoeAotFIVdG2kcZP8AqPSba { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaMVn6nTs0cf7lneGpmVZUAfEhgz0723 { top:7.125rem;left:14.437067985534rem;width:25.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrRkcSVJFMMmoiHvDveMZng5KKNJ4cSJ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiJE5TEgmaT72ct6lZBGW6uIr1zSEhJt { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRaKTmRVGLW6RKDDKnAeTOx4uE065ZhR { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipira2LT9mhqzyTEdhMMuGTlUnSPeD65 { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip0ItmzKE7n8RcQyQaUEuDEtpetV4f01 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7xvTWIamCyQ0xyfHF6cKZOknmLgoGc { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7VJZCD8RF89FETN0lfTZCOQPT8PJ1ff { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkyq9vxKMQB206Nwa3tpI2TZA47raWb4 { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfzZXOc3f3rLpAJnoSgobQ320vde7gpw { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOWDbfaWs3Ksyz7TK0lbTN4OPEPipTX1 { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfPx3rtKSXNAuKg2lBUFMq6Fh7H114Kf { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZwTVvt8U5q86tPeh0NhJr8bqA2DnwiA { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNAwTy0uD0elI2xDeaZNXTdLigVl43n { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm4k5Lhfk4chw5m3UvMdMwrInzobPmy { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyX1dAaXe7JO9NmOiRgGEhRiQtrZ6I3B { top:14.6875rem;left:42.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esFLy7yIXq1XsOg5QBwA8ToPznRcNFWX { top:18.8125rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO7FH9M54InPUzgyIh36stXRl8hl4PVc { display:block; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsKz4Q9Ka9a4Br2xTIQxsTw5IGbc3OUv { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddilr2ZBwmUa9OcrPZBpN5yBu2wTOvTx { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuNw93ePDeDsPE8cGw4dhZtX8osBfeDS { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plkTCMiZTwtNiD0AJy30s5riVhg3qkGH { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxQSGSCzIsZpNx7yTzFRpTIIfcTcwxKt { top:7.125rem;left:14.437067985534rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti61ptcPB5P4UAsSCI33OFthFp32PKaB { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa1NbLuLTu1TG9NJVQIr5y0nit1QL6K { top:12.8125rem;left:14.124219894409rem;width:24.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCbBewncfvG3D9h5nxtkHLKfWwUx13h { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzaqvGOJp974V9L6SLMcRkC8L0yAZmHl { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkBxNOvZkSNwGg8tszTIJIhWbfdpSssv { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u493CsxcGnipQMtbTXT4Hu3in5QFD6TJ { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsb2RT6oN0TFJshFrJSyVQiG21RAyXFk { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2VEPgH7XT6Msc0WCceZnoMIIPNAVvc { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8vpRpGC2oR0lAxCdo4QH6JtN2Pc9rJ { top:14.6875rem;left:27.3125rem;width:4.125rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2JfIMpm7HhQBvg73E2DExgp0gfbbic5 { top:14.75rem;left:31rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcwTGngN9Vmk3xEwmh9FabqscD68ZsGR { top:15.1875rem;left:42.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJ0FBusvM6wP0TLXJ0rz0awCnGNBo6M { top:19.3125rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { display:block; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW268tZvETsifFXVtTQA7F2alvdKVwNG { top:1.75rem;left:0rem;width:47.75rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCtVOXqk6qBUOUMrdEfs0hLI0OS5k4n { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZonpqwKGs1tALlMxMNG1fvJizDLI3UT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT1lPTu8EHEyLZRcAwaqWnHuRuAFP5l { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuSJRzPcudyl4LwvD9JqkipmTvlBPMdF { top:7.4375rem;left:14.437067985534rem;width:24.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP3UnX9UJeAODRbzmGD3g5GwIiKqU1FS { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKziX7Vf5wurW083i1TgkwSUZmM7bxic { top:12.6875rem;left:14.437501907349rem;width:12.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRW6MBz07tqua8C3an6c1S805L3KWxt { top:15.1875rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axq4DPXTV8bpr27TRcwiIlTWAVeaHeQs { top:16.875rem;left:15.125rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTCtXqQ2yacolGZaTylUJyTAXMG3e1i { top:3.8125rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpxV6ql2rDihpsqifaQcUbk3870eZMQ { top:17.125rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d929l578v1bz809BtwQ3IZf7qxmVzfwf { top:17.625rem;left:42.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs0BlTQoJvXHArOpdpLTQewuixZmQSVR { top:21.75rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { display:block; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4JvyQLekFE7RrhTfotObd5QbgQHFgwq { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVGeNUWMxuZO1niPUuKvfR1sGduud4Zl { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5i9fnC4R4T6FRiBqQq0mlx1NAFim4xg { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVsCggyamEX4fMm4XJ76olvPWJBy6UT { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcfPwklMVqvBdLCO1f4T1CqZ4C3Tq6x { top:7.125rem;left:14.437067985534rem;width:25.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUEr4qV4nvU96HGnFQEFkCwXxbKkp4aA { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biRx0UyiJLaEvTsJ7IzofJL9cybpLEQT { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFWmeN58GkegE8oQzPJTGheObAmFtow { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9484ATRExpc6F93cXoCST80L1oEc9aF { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDE4OATHwCholm2KrXTMZ9etp4Zwce7 { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQnUhvw3tvKngI8qi0JlCrA2y676KdBv { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaiqV6uSL5RXFXGiW1uhdEv5XCDMZXg { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7JJzwywOipoDUfiUrKZ4yS5brWMskQ { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1aRnzX2evr6mSRQrcQV8LzqALErhTUK { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXWtGumXm9Lk6EdZIgAIuDCIIHi6vXDG { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZcO6FOR7qeXBJqzMDSkvWCpKwWWDLD { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfahO2Uq6CMDwBW8LwgWnBTEEK61D8gE { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhi9ihPsbyI45tzqmTDe5b6cbTp48xDX { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5oBW15uM2JzokgG3bBtE0K0uf77JTV2 { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpT4BsvHn71GURKurhFH76tv9iH3PTcU { top:14.75rem;left:43.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsg90ZTpMRzTyN8hBpvRHTvyHnLMCrIf { top:18.875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { display:block; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScLBbfcFqVrpc7OvHClDv6GeG62M0ReW { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKWKzq3mg2lFXmDAW6hp4fP3TtOgHaKE { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #At58mBUdemGqlhSMAe2MqmTexEn4poQy { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBt67KDNAbJXuDm7OJDw2myaPiFCc3Ne { top:4.375rem;left:14.436964035034rem;width:25.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsAszAGP8axbbRqyxxRyFTZHTTz7DQ4 { top:7.125rem;left:14.436343193054rem;width:25.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKr3kCpTKAhvxhlLW4EvuHg8T4QHokZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKTlnig6tVXTwS4cTRWrH1vmfrl4AdCw { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16kFXSaTiVlLyInElOJSEGiwULzzPBB { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF9sW1hEDDebT5n6f5TSraWTlapgniTM { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLlX6hlW0A4BOUMmlqgcXGftZJxy5nWr { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTppXdkUxAp2TfFXuak8Dn6TntAzfPH4 { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpgZwonHDS7LsBd7OIZu3BrmdwDoiXsr { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpBROpisT82StNAEXTmxbOtQFkICzml { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6iP233d6KmWnHrH0aA8lQdzhBHPROi { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhSZSoWEgIZUq57bJVk5MlnkRWh8ad9S { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIM8iuH6kTONhgPkeJ9D2rSBHzOBZOMI { top:14.75rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbbgPqTIbhgcVmKeggQ5uON04mehZ9dW { top:18.875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { display:block; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf3TBQsygmr4P6tbmHVJSoB894pHrNxd { top:1.8125rem;left:0rem;width:47.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1d0Ta8BEnPLyurwRTg7QrMi1n87kSzA { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PVXZx61sz3qIHXXHJokEQVPeEchERc { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBI9GcntBUvMKbuzw17ODBIxNNLD00Z { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx2PasRU3c00qkeLoTW5h2P7273P5Tmt { top:7.125rem;left:14.437067985534rem;width:23.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqVQz8qHgxTQKTW1KmHT4PupvcIBZH6o { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZcIJ9CKS7OFkzILmEC367qbwvNdTna1 { top:12.875rem;left:14.125001907349rem;width:12.5625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TXefn7ovgiqOdmLBmwl8TyOd44iVLM { top:13.375rem;left:14.999464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO61uT7Eq1kCHNxNBlkyFNDzFDJ7Fwo0 { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgWs8iZWlD4t3DguNSWrB8SCgbdF8bf { top:15.5625rem;left:15rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTyFiaC7Bt60dgvQTDPfrRskcmvDQcn { top:15.6875rem;left:19.1875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWoQBoiRebeNKEetBydlsIo28FNLiP3 { top:18.875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMSvPEquN7VDzxhgUkxRiOWUVzTx8uLr { top:14.75rem;left:43.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRILqCc1xxDrogXMivElTZw2TixaIBz { display:block; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogm92sD4XAqLMJ1gW8hQhkT0ABDV9PST { top:1.125rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NGZTDVKHfFsAOz85Tm8sP7tLKBOT33 { top:7rem;left:38.5rem;width:9.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtqL8HgT0oKZ2IXnX0VGkRQ8TxITXLRT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIvF8ErwcgU40u0QExozOaKWTMpB49Rf { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQ6mIWnTUeHi65Slkc4ZEw7oUxAbTkx { top:6.6875rem;left:14.437067985534rem;width:23.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULMyOFFbkmQnV1Lo7sPJmWL0Iq832yWZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5oszmlinL4aWrmmFLEJasDtNAq0xnZ { top:11.75rem;left:14.4375rem;width:26rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2BaNh0FnX091HZ8sGaq8MiFgwZ1BbC { top:12.3125rem;left:15.21875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #silXBToBWpfCHt7RmkncIoszlo2Ag8aq { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoKvDXFQ6TQnVJqhguhtui7FJ8CdeCy0 { top:13.875rem;left:15.218751907349rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0c0rVxPFQ9bueu0wBD31pNrSdp8qGMX { top:15.4375rem;left:15.218751907349rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvE8zAn427XtAxZDKbFcJ1cyHCJNQIFV { top:14.1875rem;left:19.843751907349rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SlSZisArepDkpvTh7LLWCt5P4ww654 { top:15.6875rem;left:19.843751907349rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TLwiMACtgs54Tvf0cCqW9TkE1aTzps { top:14rem;left:27.59303855896rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbVdVxAkAbOsEmUZaA3C5D4tNz2MOPcQ { top:14.1875rem;left:32.312498092651rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPs6mMhpOKDF32IBlqoEwkKbokIwLh5 { top:13.9375rem;left:43.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1y75cWWkoAq1F72qQf2rdxtIA3BP4U5 { top:18.0625rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuBnUZJgKVwybtE41VrF0AuAOiayA75a { display:block; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIUrJ48cN1teFCrbLyKi8hCbcTHPsPw8 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqCNwfODZ0iEBD0NVJxeCe6EoTTZHTG { top:7rem;left:39.125rem;width:8.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6KotEwl8u2nxTkU5csDIdGO3iQWbcDB { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtAhCcPQMlPSownpygzbM8VqOwKFXy9 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bM5nQvDXBRlu1ndFI42vx5NwF4DUTH { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShM8zX3EmoWg8ysX44TKr7Qzk3f57vf { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc4ZLMrVzkaD7MgN0QPWoTCZczS6FNPf { top:12.8125rem;left:14.123579025269rem;width:24.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgv5p62JOQSIXSrcAlFTHgEkI8lc8pcw { top:13.75rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ora48PdpDTn5LSfoDAdVpyw1it2iglhG { top:15.125rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLJPMBcs7O7hfzn4mH6pGoqxMS72M1S { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zTaZJbTUQUkV1JFefhpmGdhV5kVK0S { top:15.375rem;left:18.811079025269rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuCzN0iMn4VtzpsTM5krGqV55kIPGgJ { top:15.25rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKeDDED5yxiqeJs0txwnF1m4C9RwtB3 { top:15.375rem;left:31.43092918396rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6XS2D6rQWh0p1QT06V16nwv4KA4XRE2 { top:17.0625rem;left:15.249219894409rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKVGAqsGlzHyav6Sfp6pkFaOMRcxlu4U { top:17.1875rem;left:27.77968788147rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCpLE23w43fBDASSocEQVN121CTUQkMe { top:17.1875rem;left:18.87343788147rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxUqtiNq1xdvFCEsQfSMUaMcyqMiRH9 { top:17.1875rem;left:31.487501144409rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WnKBREKcOsPnktrq9dIn4o0affcLIS { display:block; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzepMIGchvXxed6dhLb64hnKM03lCGpG { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEI7rDbMIWDt56dqoov0FuyTQ5T8HLRO { top:7rem;left:39.0625rem;width:8.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ekyNynlMeGPQRLJAPXgDyCXBxt8Tg3 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9VFTAAEb3pkAI8MA3lAcDJ2A2az0W6b { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvJ8yZdPT0re9iFkh7prduJ7nIRxKPLg { top:7.125rem;left:14.437067985534rem;width:24.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHw62FB32bDPphCUddlPBLPVd95agkp5 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfANTgJkf1ywybghxxFpLKXrXDfHpVCv { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHk0VfbU5bOETwbqV4q1e6W0nca72Ox { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DudEs96lVilgD2wtZsXBUAQSDBMAiO { top:14.75rem;left:15.249464035034rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQcbd1qBfNf0KHaaT8oNb6vlDItwF9rn { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUtTTfpduS3KWSVKsuq6PKwuShcHnu5 { top:16.375rem;left:15.249464035034rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8NHaHTkN4qPt1zeVMos1ha8leR3FGw { top:18rem;left:15.249464035034rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5hVTbNRWxTSQMrw5gsr2vEo2uf1TGc { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ava2PxWxF3UnSFeWppL4vOUc8fDfPRvI { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTzTv2FPqCmsZrI54OftWRLJtSWv5Wd { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLLB4D3dWnfV3DKo23bRQoaSpnTT3TQ { top:14.875rem;left:27.780714035034rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxrXiXlcSc6eCD1MkX0xMJAoBEtRoMc { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXKWEwgURiN32cXTZDL1mdnBtBph9qe { top:16.375rem;left:27.778940200806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cClxJ347dPndlD35exgyPT61zqnBUoZI { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { display:block; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbeNNK6srhV4XsOTGwH40vlbPm5t4vKU { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MhrWctUBafnlkZlLo1BguOaHiaUxdp { top:7rem;left:38.6875rem;width:9.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNmsytwZnN7zn07kpP1mTPqb89kKZeK6 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dS9tvnTlGAnCtXZm4TxlUiiOSslo0k { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNp4msCbo7Sy6oOWt5aQQ2CGqO5mmEE1 { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok99C2nxEsV0pmJKoknUuRrkZ2LEG5DF { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMO95GbwgHPtaKSkRAeBO3x8LHvLKAZb { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqk5A3vkWXmEViqN8HHG7lAfSZDye5eJ { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm0HGWqw1UfkKxWAibB3P6qNMw5uLV6w { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zreLDpLHBN0zTwCh58VusvzuMmGXhdrK { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADvWEmGoICvpXgXSdoG7dRDLFQS2foK { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaa8LlEDMXJvzTGyvnIg4RKLCBvRbh1y { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiWLukKICF7wTddwRsVlb7UN34ddUAr { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnSIkaWWF3LwNQLIteJmus64aEQ3fKA { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlx91g1VE2HIO72NxiwReBJOvdeO89l { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdw98cIBcOAWnFN7qmXSCT4hthOPRTe { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0VGfnxkg62s5HVao7DFsiSf0uPKo35A { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt6OT4FgX6VMThAP8RIqOy4bqJWbMctq { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTLyrT2mn9UIbkT5tTJqvEVMMgN4fSEn { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { display:block; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBiJ73r5c4BWdtHgBfDn5HOGpUhTVp9J { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuSmk96vqoqESGQnVK28rNniJ5pOwiU { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh4E1S8QOmUCiL2bHxQepbZKyARpG62V { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4bSFtdamcAbpLDxiQztTKtEu3whTiJ { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXlg74MlesL6ylRdvqP5Tk7ThU2vczOF { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS1cF26XGx7lzMFwBGImodq30D3FTMDe { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNfLT0vzQn4m30TyzNVtuez8zhqc616 { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V021rLDV7TzRfHG8fwK01neqRExAuepW { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdkCDy8xazMi2yzxpFsXb8ExVJ7PxKTc { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9kOpBfLJNRhv5MnTlQ4xABOPVoLPC4p { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7idgZSS7cenRq4P7y0k72s4e4wGFUh { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgfRfspCRa1uTnTRoc2nBFWpCfyJKAcz { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiLJplcPzLINpgTqVnet2dGsfrdfIKlz { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esABWhxATdThwBhFBeLe9eouEPOOI5gL { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP42pr6CGs5rOEc59LN4xbvnOg5KccPq { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Ow3FeNHgNXV3LyzbmZo5kJgeuS30NE { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzpxTCMyKGVMgcnM2h7hLuJZQPmMJJCa { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMsm39lRGXB12NTIpfDcsET4gAe4WBaG { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3r6KTdstPsaOTuksDV2hgwRAeLqrDVU { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bo42silqusZTciK0kN73IuQHTPVKsH { display:block; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpdPKoxhHI0IRWHb9cmtxopQEr0to4SZ { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOLNT0TWxflX8DBhXwpz4Qw0KUwKH1w { top:7rem;left:38.4375rem;width:9.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMm2oSJIVADWil4OGeqWTEZyMslm3tbT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZzTNu2r8uIaPEI2fUgloGynf6DnRM0 { top:4.375rem;left:14.436079025269rem;width:25.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbDSQWyD79ShfQTm130gTKldn2EdtkI { top:7.125rem;left:14.436343193054rem;width:25.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7avJsonB53uCDIZxWmu6f0gc0OQrBnu { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTK1W2bkvDw9nZGG5kxixdidIy3MNnyM { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEubt1lCuFMcmQ55BPFyPnwSfLi8O4U { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q14av7t8tCZ8ZxeyfCUT14AlI4pBd8pw { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5gMH5PtgTzx6vD2krL8dh6Ztm6z0qxD { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcLarrl0sKBqv2BxkzvFuvZMTrp9xoSg { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8oPzTI0SiNQORgDVTDHWyv6vRyfLi8a { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCQ2imgDMUyAV0AdTOWguO9rfchE8hak { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VPV1HGz05n06IkKpFZRsEFX9pcXlHL { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7BmwydDBTzGlTluP9yoSGN7MBf4Nlbz { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { display:block; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWMv4xFesCXPa9irCuyoSUOHqgKn4Sqm { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8H5EJuSxpLZZxvtIn4IhXpk07uOc6KZ { top:7rem;left:38.9375rem;width:8.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKCGmnrZIahfcq25zN64316MQOSw8OL5 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXysHRfSiwZw2sTUewBOgIW0wNTDwsR8 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXH0DXnDncCUx56ZI9LxVvrFzwC74a9e { top:7.4375rem;left:14.437067985534rem;width:26.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEcgW783fbGXXosGUhr0KWAHTAyXhl4 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlItkqTvhgIXw2oFBAIl1VeI7NJM4FJ { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWnqXyntNFvLR9NJqbgxk18WSkrpiVz { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBtsFTkd2SsEmEHzz5mCO1vQ5286sRKL { top:16.3125rem;left:22.062143325806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrLbVqv18171T65XzFQMJoKLt8WsVOK { top:2rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNzymfx5SrnfVAasDkThueEgBeWlnrR { display:block; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebyUoX8aIIMlxnqoZ0bOHxDMBffcThF3 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1bqUTaVNCy0PuWi08hL9PsZPFPgOsn { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5x10VOuEZUnwI1KC1DWVdoLQEPX1Sy1 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHQ7LhQvPsC5Gt9dofVkZr5d9Tn3pm5 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Hk4tJ77qDIl0MWlNJvnhT1hHabbERg { top:7.125rem;left:14.437067985534rem;width:22.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz7XuTsEaaBgcVGJTro07VVfEXfRxqzl { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlHqKdy0674osgmVQri0Bnb37sFUGQf { top:12.8125rem;left:14.123579025269rem;width:12.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CWdyK26sW8WdOQ0VAzlrrwm5n9MOru { top:13.5rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygeOgWIOG7LAO9HuizzTmasJzzcb2tds { top:15.125rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAKieBPWO85W7EAaPi0KLnqqaRTDB8v { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8Xzgh1dcRwZlMhiF74piT4LBPa6pKk { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOd1mdzkK343h1T2sQ5pRnnuWses63bP { top:16.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1fRqB9yQsvOdQ3GP2vCXToHxcMAaAs7 { top:15.375rem;left:18.811079025269rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVQckeWDp6vJZpaKhktpeKvkcl8qWMvm { top:16.875rem;left:18.808416366577rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6puDwOBHkEZ818AlrloAUIDTfM20Tu { top:13.9375rem;left:42.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUo8wQSxhTx3gUE5L8EeB5UO1dB5XPe6 { top:18.0625rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { display:block; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uit54lc5U4zafAOlNN11POTRVIJzs7a1 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7u1GP7beJJzHcNVdkUnuZw3Jc3ozzC { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffuMBRwBdSUpSk9mrVokCroW4oNdSqQP { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBl1vmpE34WPFJsrVJbKmqkNkSqrbNF { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwX3vQJrFlXnASciwLb8XHTl6SkOns7c { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2owhw2F1kPwZgufoXUrl6qfE2xHWkH1 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9qeZvS6IH0coTNsctEqasVzKcDRecqi { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPupQQOWNA8vJTo1fX2ML5Dqs7XUiILG { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTVbnT6XnNomAmaQnPMlq5eQwmNxBy2 { top:16.3125rem;left:22.062143325806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUuNgMShK3uF4IvUBDMGx03zytQrLMWr { top:0.6875rem;left:0rem;width:21.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { display:block; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAtLlZgSmJUqCaza5nNNmA7mzbKduqhe { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD0EVW0TdME1PVUbzX5lGwVxFThyDEhO { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfpnkhzDkqcWK3V9xgIt3Vk6xHIhUTu4 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfFgMEORIbcPvkt5H7s5Ty699v5bpLnt { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemtmIr9qO9CCGOLCxv5UZIvMzKozpIA { top:7.4375rem;left:14.4375rem;width:24rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lRlQv6vvC4tzUXBkLBwhqXREiMKPm2 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCcg6H51T1WGZSsgpzsiiTMfsdr7itlA { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShQVlQmiRpqePA9gXRO4VM05ntPT94C { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzOg7NRGCzIVMZRfUKzhhswcSEU6X6M2 { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETC8BXXikV7CfPSNv5Tx2TIUfkWPMHTw { top:1.6875rem;left:0rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO4dGdrItFr5GZusMif3671NUveNWRLl { top:4rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C35rwD1bLH7zVsl03lSl95OCVfNchCxg { top:8.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { top:10.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { top:11.0625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { display:block; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueIzSPWkHtcT25Htfbwy3EfTlfKLhwMz { top:1.75rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #diLkUUPuCOCBopHXD1odQTsSC4sx9VK6 { top:7rem;left:39rem;width:8.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yq736skl2t4iaXncroU5EowsJkzDWQ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxbJmTG7Ocg2OAuDgSWWxCgxSJeyo7o { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6u29paeWxen2NWA42aricx4QO4A3Qi { top:7.125rem;left:14.437067985534rem;width:25.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRzJTos3obZZgTAnl9PfUiRPNC9rZUyN { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24pBX0J6oHx6f0GecnWUTI6a06dIU6y { top:12.8125rem;left:14.124219894409rem;width:24.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC7J2zba8H575LSCrMok7VLSGbxD0Dia { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUvKbHbhk4EbQgxce4RGfphqQPn5GTkn { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKiNLsfb2Vech6frcSVLrR8uEXZxASW { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToX6GUWQQTlmUdDv3FXGa6UDPHNJbnH { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2sesup3krv6kbIzeB3fGy6e0JPfORT5 { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PKiuSr8I53GvO8bg48RLwIxxdbPO4V { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQApETNs3r5vtNeVuhdVPoaMNTgPTky3 { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQ2G5VUwbtvmmi2w4spL7LouRoTXeZu { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQyvxb1U3l67GW8CDXlswzO27mGanh58 { top:16.375rem;left:15.249219894409rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4O4UUwXd9ZkyHPlZghxIWCwvpBFNOq { top:18rem;left:15.249219894409rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTBGTGRvbM48dfLTm0X1Jmtzv1KDHzy { top:16.5625rem;left:18.87343788147rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJrslEWqxTwWlAFNZXr0iIv9p0Cmq0m3 { top:18.125rem;left:18.99843788147rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { display:block; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKqorOu8J7RPQS2VMZGBgARo3zEhccv { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3f9QUN2oK9CEtOuTKdxiIObAGe0VDs { top:7rem;left:39rem;width:8.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLO5kpJA7tPT1pTJVJuBuCZahM4gEoSs { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8I1PdtB30AdLlkcGhySwWN1P1TiPxC { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxCRgQ2IP5pTKvuP1JQ5NXPKNUJfe6pQ { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQqdTmgvMw7LACWTDpaKLkJUwBiq5dPs { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoMdv7PgyHu26uqZLcrHDTBqysuwmPHR { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc3QpsFokNCDDUyIRod0FCU70hPomiT6 { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss47iRHkQZ83oOEl6gHI355aUgHr6DKc { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQbi8mAJJ4ggWcpf7pBTLTqKKJFt4iN { top:1.75rem;left:0rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEikFmxGAwBvSTzbmLTgh4ODqNGysoS { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT2dwh0Cfi9EaPInFvDXXMeJAKuuTrKA { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcs1mLXTQQ8TDdr2gRZNmT5CcsdAXri0 { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udo77D638KiedA5wOpCnQTRW6yZo9dAR { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMGXQKK29LWDucpwW92qcZovMNE89NI { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlXkQvMXzLa6X6sVdqbTp2ptC9htnp3 { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fywRgwFQuWnLb5R5O0yEcreLdCgU1h9P { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpfptRF2u7ToJbwt1souHvCIcDPDcpru { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdZLMprGefzFkR5VAbFZ5TtAkmDchkas { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { display:block; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNhWTOe3QsyJzNqoiJlTSg8d90exTnBn { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtuniw1Ol3gIMlS2fu4Qb83sEdNsppBM { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKfG4TXMWkIBUZPaa5lUeVEUPtwHCkT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1XqyweJTDlghbHIqsTkSTvq7N8DomH { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ91ls21NJaRN52viNggzmRKo4aLpcZ { top:7.125rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muZGF52Kts0xhI5033ENPGETHIfSlBI1 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF6e0iZrxUgq9N78ZW609i8EcccKI8ds { top:12.8125rem;left:14.123046875rem;width:12.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JiC8XWzEKqEqsEPSvcDip25N6TzQvJ { top:13.5rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3zO7fN15h9sx1a06TbNqGLTJKXRn2F { top:15.125rem;left:15.2490234375rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3DdlhQophPP0FyvpJML8TDXCV7qKfO6 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQRoJXCycc1Vh3DNQJHKpi2VThZq7Ac { top:16.75rem;left:15.2490234375rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAFBoSEiiSryPvW5ATKxqLvckLkbfNaw { top:15.375rem;left:19.623046875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2BiS6gM5XX5dmPrE9GbFNlfPGks3JJk { top:16.875rem;left:19.68359375rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sLAgTGE1mXOrvvrf6UrFDxiRQLPcOv { top:18.3125rem;left:15.249219894409rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATVTxeLZN1o6dAp7PdB7OHOznwJZqqx { top:18.4375rem;left:19.718751907349rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { display:block; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlTgFfpTApWcI1DIRLVvEeXoxcyFZHAz { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XqKP0AbPvyEFDf1lFUyWevHN1LLqwM { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01nmMHcGZcW0TNVaUCeK1M3Ttw8R8Pg { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XciFoMc4EbsEVGH1zlSnCoiHsmys5mWk { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4wZVfXVL0lOzn5spJLg4TxFiKvEPW0 { top:7.125rem;left:14.437067985534rem;width:25.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luZba3acsn3fWQO3kxtRQeh1QnmVNqKH { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi705InTQhbA53PodOGO6HATpfhmBq2Q { top:12.8125rem;left:14.123579025269rem;width:12.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GDQMTx7iNwM3DGdFkpAHUL4HmE62QX { top:13.5rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uquuxhRANBMhCKLyeaTtSaUtkWMFEKyS { top:15.125rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9T21BL8mzBdJ6moOcKHxi1bL2ImceNT { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcTsnyTJiK3R94Prn9hlFwXT6C3NScr { top:16.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwBesTd62KiWOUTseRQWfJbtkLdcwag { top:15.375rem;left:18.811079025269rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoiWKME3MlCqov8D42zAaP8AuzxVg43 { top:16.875rem;left:18.808416366577rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { display:block; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr { display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.59);background-image:none;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE { position:relative;z-index:auto;display:none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q4ZFTmkveH1pNgOlVTIhgdKEvZn6zTX3 { width:7.5625rem;height:2.275rem;top:1.25rem;left:0.75rem;font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXFSa8KRFDIfLlqVt4WohTd5giQDRn9a { width:6.6875rem;height:2.275rem;top:1.25rem;left:11.375000536442rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eX8xhFWkxOKXF7ywkIaw4LSckLx3t1Wt { width:7.5625rem;height:1.1375rem;top:4.8937501907349rem;left:0.74921876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPJeRPfs4rppCbeAD3VotnQ9m3mxWy6H { width:9.0625rem;height:2.275rem;top:4.8937501907349rem;left:10.187500536442rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwutBH64KG4NBFJ54QhzZy5UrazZTAhv { width:6.0625rem;height:2.1875rem;top:8.6109380722044rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hBBA6KPqLV5PW1cxuiW4XQt5XqJrlN { display:block; }
 }@media only screen and (max-width: 763px) { #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.adaptive-delivery-prevent-bg, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyload, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyloading { background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { background-color: transparent; background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .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); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { border-width: 0; border-radius: 0; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 { display:block; }#PyWCOKDxq1HVumhISB2R4bgLq7bcrd10 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl0DIXwGQR5NSAMgkawOCTCzzexxQFKy { width:20rem;height:4.2252625rem;top:6.5888671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTw6FDggpConkv5FEGSlPaWixSZUgl4d { width:20rem;height:2.6rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc { position:relative;z-index:auto;display:block; }#aCdUCNQGTLAJ2J5uf3TdAioSp0OCqhTc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbTcsL7oidh8lUZ9agGs7sempsgSzBwK { width:3.625rem;height:1.21875rem;top:1.0625rem;left:0.375rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUIPEwTTFB3UUBEfA5u4sfaWFUMJvUty { width:4.5rem;height:1.21875rem;top:1.0625rem;left:4.6875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqcTtFHMm6iOcB65QonklshQ5EZVeG0c { width:3.25rem;height:1.21875rem;top:1.0625rem;left:9.8750005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HOupACElVoDt3ugpZg46sgT9VGM5n7ev { width:5.5625rem;height:1.21875rem;top:1.0625rem;left:14.187500536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Csu6fADdxXDIktaQJDDkARG4ZUUhB77o { width:6.0625rem;height:2.1875rem;top:4.1726570129394rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSpEAJkxfDLM8cToTX9UKkqmeOtwLuFa { display:block; }
 }@media only screen and (max-width: 763px) { #ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp20xXznzHiZzlQx90EzG9RzfTodADo5 { width:13.0625rem;height:2.11263125rem;top:2.75rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11EyrCXxDuF90fmzya0aCiPMcXWS808 { width:20rem;height:2.6rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { width:20rem;height:0.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { width:20rem;height:0.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlsupzXZaIJyeWld863O3d6lqVcVNwTr { display:block; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiUfheFNmX5O7k1vpDB4u3oHTZZVas9O { width:20rem;height:46.6875rem;top:3.7500038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaFeMoInszrBXLAJToE3V7blwiFzzrl { width:7.375rem;height:2.6rem;top:34.0625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTcG1luZ8pBVJJZkF3vDxhJBrwR9zpEw { width:5rem;height:0.125rem;top:36.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRdCuFMzXnmVNIAlbKXbyR9xxqC7432 { width:16.436625rem;height:5.85rem;top:22.782119750976rem;left:2.1006944775581rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S17l9mqwntn7ozrwBgLJzrI1b3Gyamiv { width:16.936875rem;height:4.875rem;top:28.628473281861rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFHpANoPMkJLVs1bc8ErxxZ7osVQsZbG { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klWlFtGLfXqWpF76PA4pz28uK3GSwJOy { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIo6c6q4f5KVVOEFx75sfhqA2vV4I5U5 { width:6.5625rem;height:1.21875rem;top:38.705512523651rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Phx0tVnFzQhXQtNVTqeUXC4FpUdl2utS { width:20rem;height:12.4375rem;top:37.973083496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3iIWeL8KyPx5C1D5lsVur9ecRKrllqF { width:6.5625rem;height:1.21875rem;top:41.062057495118rem;left:6.3747833371163rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nL3yhFwOhprKI7S9fLacD0Ky8NGABCMf { width:6.5625rem;height:1.21875rem;top:42.875rem;left:6.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WSQdvHOxThnoFRJE4DWPER3tTtSXDlCu { width:6.5625rem;height:1.21875rem;top:44.875427246094rem;left:6.3118494153025rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPfplem0uTvpkPFsXTgdXNfQW9yhKAdO { width:4.12435rem;height:1.7068125rem;top:44.631286621094rem;left:2.1006944775581rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3Ws94l66h3dtPeMZuFBSiMEpy9lm5f4 { width:4.12435rem;height:1.7068125rem;top:42.6875rem;left:2.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FfMsBHu53OcIXAuXOquvNH8ZUpNrvS { width:4.12435rem;height:1.7068125rem;top:40.87434387207rem;left:2.1245661377907rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzS39trH6ekMCXu2wp8xGEZ8rJ5sEri9 { width:4.12435rem;height:1.7068125rem;top:48.047729492188rem;left:2.2558594346046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWvx2ReyPhQob8GtPTtWH3Byvq2Tms7y { width:4.12435rem;height:1.7068125rem;top:46.342010498047rem;left:2.1299913525581rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K0XoaOTmFTAD3RzrAgFegKAuuOeUWT64 { width:6.5625rem;height:1.21875rem;top:46.449432373047rem;left:6.3118494153025rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TW6CZrRUs0EGXdo1PISkOin8ObPW3UDm { width:6.5625rem;height:1.21875rem;top:48.291870117188rem;left:6.3118494153025rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AqtXhy3I531cIRH9spHphdWLCudV1ZbG { display:block; }#AqtXhy3I531cIRH9spHphdWLCudV1ZbG > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8yl7aZyhaNd3Rv58TJqp8uTvkbzVLba { width:20rem;height:45.5625rem;top:3.7500004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4CpigVmAUAgW3ldXp9KqyveFq1xRPvG { width:7.375rem;height:2.6rem;top:33.5625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gB9o68yC8DMh2yUvgbbDxhNHIWf5uuax { width:5rem;height:0.125rem;top:36.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkh2eXFF7o7yhW8WDG5GpU1IaEAbgcTJ { width:18.25rem;height:5.85rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8Dzz0KnLhUWE6naZlEmxyws5PfgWyPf { width:16.936875rem;height:6.09375rem;top:26.794704437256rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZ49RDRW6WZ5vhK1NNaXSXAU7NmU8LZu { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxcgF131AP4NUUPHFqvVIzVX652bDvd { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2va35EqNn3tAdpkrzySzAdn8pCqOt1 { width:20rem;height:11.75rem;top:37.499786376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsgANUy0yXnQ2HLOUwSScZkia9Oh9hsT { width:6.5625rem;height:1.21875rem;top:38.374565958977rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fENuuf8EP7zTeQsfQSECRItgH6Gh5eUA { width:6.5625rem;height:1.21875rem;top:40.556426048279rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MNAHRTQxW1m9ISLEzvolDiTE3y2UEuFx { width:4.12435rem;height:1.7068125rem;top:40.368926048279rem;left:0.87348097562787rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTN7Ad4Gv04rmZTK7I6FIH8wx7O3QXn { width:4.12435rem;height:1.7068125rem;top:42.074654579162rem;left:0.87348097562787rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPzOubGQclxMui93flAQUdP82OKlDZnq { width:6.5625rem;height:1.21875rem;top:42.262154579162rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ueQC39Vo8HGkgWnZ9aFLz47rtx0NTeOg { width:6.5625rem;height:1.21875rem;top:43.905383110046rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cropSfThfr4WsJMbtKoXqZXTX5fa2oWE { width:4.12435rem;height:1.7068125rem;top:43.780383110046rem;left:0.87348097562787rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uNuzoVaT9DTV45cAWzE8v2ythLk6cQQr { width:4.12435rem;height:1.7068125rem;top:47.191843986511rem;left:0.87348097562787rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vymv0dIyLv3148dhIi6C8wQsnqTTSpAJ { width:4.12435rem;height:1.7068125rem;top:45.486113548279rem;left:0.87348097562787rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ek9ZIxT8kETq99UTpv3w5h0VNRiGGNXh { width:6.5625rem;height:1.21875rem;top:45.673613548279rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBlRH3Uthr3S4iFdSJGUCqUDTaX8sIiO { width:6.5625rem;height:1.21875rem;top:47.435984611511rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU { display:block; }#zpG3DyTxptlLQAP7RPJ03e40ULzW1PQU > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxir1PadPGLDZG7PwPbl0qES82o6BviS { width:20rem;height:46.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEXvv8qkrmJAbmRlhgHzS4I94shbcNUE { width:7.375rem;height:2.6rem;top:33.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uk1GfMbnybTHxorJaqxW5HAKVEMsKI4c { width:5rem;height:0.125rem;top:36.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xwrtoVVWtv7FZGOoOuEi77Hmb2qdrB { width:18.25rem;height:5.85rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGiTNTTcNvz68EuUi3zhuEBHIlMgTKSO { width:16.936875rem;height:4.875rem;top:28.003473281861rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMFKP9fsZkklCnd4aAueeZym4WaXBSTC { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SsINXcbwVKPtiUkrZdTwuk0lNUJsSJe4 { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0B4BB2Mu9gokBD1dnbkEGcQ1pVA8nuO { width:6.5625rem;height:1.21875rem;top:40.375rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ydyhGPdoJQdNFU8PdlDysvIrhgyv0A53 { width:6.5625rem;height:1.21875rem;top:38.436415910721rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiJsn2LQoM7pLbbCT5ks13xPUiTKrykb { width:20rem;height:12.1875rem;top:37.624794006347rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJTx9E7e3whyNaDJvFwh70xJ9yDrEg3 { width:4.12435rem;height:1.7068125rem;top:40.125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEHw8vNADcB7AQH05r2iD83Hyoxk3oLq { width:4.12435rem;height:1.7068125rem;top:41.75rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsXm0lgICrQNWABNgPFvUEb2BTofM7l7 { width:4.12435rem;height:1.7068125rem;top:43.375rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kX7B7OsDwcMIahWLfpFwTJem7GeXEubl { width:6.5625rem;height:1.21875rem;top:43.5625rem;left:5.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxqe7lp2TiUG9GVneWimmDSZXU57CwfU { width:6.5625rem;height:1.21875rem;top:42rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kfDd8duXEuhRHoV219LTZ6GSEgeiu2Rv { width:4.12435rem;height:1.7068125rem;top:46.786027908325rem;left:1.1234809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t5dCclt1h8WGfkgrX5wJHgTrQMZ2CDkD { width:4.12435rem;height:1.7068125rem;top:45.080297470093rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HNTV9aNlqw4fEIatq4aDRrWyEx1tsZHp { width:6.5625rem;height:1.21875rem;top:45.330297470093rem;left:5.3743494153022rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTEvVoev9aT89L6okB08HHKxO8UOHmdz { width:6.5625rem;height:1.21875rem;top:47.030168533325rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y2As34QTwZptfMdLREi9z6vAG2MbeKoM { display:block; }#y2As34QTwZptfMdLREi9z6vAG2MbeKoM > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKPvRu0NDZR9WiMJDu2ZoBlTm3lLwTos { width:20rem;height:46.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndf1xJneJ9AVnMLXoU8gC5NTvBuzg6KE { width:7.375rem;height:2.6rem;top:33.6875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uByVJfv7cOhCIbcfqKT2B4TTdCJ5xpIM { width:5rem;height:0.125rem;top:36.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHnOSJyBshR443z4Rn98SzvMbpP09kqb { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6C7A5HTU6y1JmpGgkF7KbhwGAGDvedu { width:16.936875rem;height:6.09375rem;top:26.856559753418rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oE1AOg7idUm6KpHSewEwIzKi40A0mbzr { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TidVDlcJsolLTsAeU0pZpVIT3ai4hRqd { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkoux6OzL8vhHixlpldHXTvgxmBbLbX { width:6.5625rem;height:1.21875rem;top:37.936200618744rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cw14lf6PA3TIp10eKHDyNqe0EQH0zXVp { width:4.12435rem;height:1.7068125rem;top:39.8125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHfER9iJcMGTs2LyTorJ89FEzJPdqXdt { width:6.5625rem;height:1.21875rem;top:40rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRdQiCkLpqsEJBIGwH6girWOO3ta1M9G { width:4.12435rem;height:1.7068125rem;top:41.4375rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTfDhTTamgkDL6cUikyTd23yZ8WQ3Rvh { width:6.5625rem;height:1.21875rem;top:41.625rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SL5eCHv6Gx2MZuQooZi4mCbKfP7SoJSB { width:6.5625rem;height:1.21875rem;top:43.1875rem;left:5.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1kA3cHZqy4245Q5d6IblgvmycMQFvbl { width:4.12435rem;height:1.7068125rem;top:43.0625rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTKtdrIARBwOvEdaSSE7TrxgTP1K99Am { width:20rem;height:11.5625rem;top:37.187286376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8NQyMoGJxHlbEcF7PD0Fe24xp89b3W { width:4.12435rem;height:1.7068125rem;top:44.767799377441rem;left:1.1234809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HPWPlP7QKN6aK46TLsIiP0kB1Kgt40l6 { width:4.12435rem;height:1.7068125rem;top:46.473526000976rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dmWs8Tt1MXZ59Q6fRlOph1wUErmcDnT3 { width:6.5625rem;height:1.21875rem;top:46.598526000976rem;left:5.3734810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vlzAkoiQHydqG36kvh2f4dFDSy8nkr0I { width:6.5625rem;height:1.21875rem;top:44.824440002441rem;left:5.3734810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK { display:block; }#BqZ7kZ0XmrcXTtO2q7vCFczX41z9NXsK > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh7nP0TRdCTwyb685iKZvoLCJCR9do7k { width:20rem;height:46.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkD5TcaPN3CoNdPoQVhDHQEX0vKh0c08 { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K27Q9W2xycBptPwchKVTBovEVTkiTwvf { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9LcTNoFXOsaNwKMhJCJptfUbZeF0vx { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrK3Vs2u6pHH4ZHFKTcoEQCTrhS40asz { width:16.936875rem;height:4.875rem;top:27.544479370118rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uxgn6BsfKlqcI1wScz46IQcLsr0I2xPZ { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKf0A5RS3ENmAAkMzHScJAD48BAW5khF { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFblAdGK8UUEpn9CH7EiugySQcZJFr0m { width:6.5625rem;height:1.21875rem;top:38.624135494232rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHEBTGdzzgXD30E2GromQTJvTwCBVrLJ { width:4.12435rem;height:1.7068125rem;top:40.3125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtFirhvTCPeKbM87w0uqC16VaOV2EznQ { width:6.5625rem;height:1.21875rem;top:40.5rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #otBlTD1T1brtXDeOLtHEyWQ8czRVI6wc { width:4.12435rem;height:1.7068125rem;top:41.9375rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hy1XKbVbGtT9owtTT9eKHHRfJzJlTpZ3 { width:6.5625rem;height:1.21875rem;top:42.125rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUxQrRPrzV5TQOCwl4cLb9yxaownSEnG { width:6.5625rem;height:1.21875rem;top:43.6875rem;left:5.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N25JqJMS6XfBTwDtvTgGZty6xXcruDs2 { width:4.12435rem;height:1.7068125rem;top:43.5625rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qkggMsD1r3RfCTFFFl87d7ImBITNt9iD { width:20rem;height:11.25rem;top:37.750003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trb369mukwX2xxnv9qoH1cqKVGOgIiWU { width:4.12435rem;height:1.7068125rem;top:45.268013954162rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3h9rvNyw4VcsHgtLmhzNVGpOEAJp8UO { width:4.12435rem;height:1.7068125rem;top:46.973742485046rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5s7UWkT6QDmO3qSXF6qgmszPwk9oInK { width:6.5625rem;height:1.21875rem;top:47.161242485046rem;left:5.4984810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FK4Xm5HDfdgfnmVlzXahpdM4M2FIfUzS { width:6.5625rem;height:1.21875rem;top:45.393013954162rem;left:5.3734810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL { display:block; }#QKwZ9mqt3B2ORWUJbTrgsCdWXFZme8TL > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5P3qTt7ihuwuHTtndUXdrSKVbTWgoFs { width:20rem;height:45rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwmnKmbabgisFHEKcBvrEleHMO3VpGu { width:7.375rem;height:2.6rem;top:32.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqCcCxNxmUvl8CB8TwqC6UXK0ACOKhOm { width:5rem;height:0.125rem;top:35.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQDIBQ6tSJuHZq2nqJ7WSShZ2fDN0BrA { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSS7AeWNJ1uigvD07COMnG2dKagAvs5b { width:16.936875rem;height:4.875rem;top:27.481559753418rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7HaagR9EVNvTkgOOgq39hgyITvyeMcr { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Li0eUJx9uRpt81orTeDsG5Zw3MkWyyWQ { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka42iGcAkK56qz3xdVJ6DoABoPpZAViB { width:6.5625rem;height:1.21875rem;top:37.686632037162rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghXqwNRTufzHMK3mp5Ok4x15GAtcU9PO { width:4.12435rem;height:1.7068125rem;top:39.6875rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5VpeObUbNtSIxtB6x89saogfg2sX0SG { width:6.5625rem;height:1.21875rem;top:39.875rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mcz5a3dtIbx2EiDmgeBR0PA0y4pSdibO { width:4.12435rem;height:1.7068125rem;top:41.3125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i3C6FAzbrEnSB7CskV1pqKOrcbLxGepu { width:6.5625rem;height:1.21875rem;top:41.5rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bihpF8JTo0P3dJh9zwbR79F8FOqbg2RN { width:6.5625rem;height:1.21875rem;top:43.0625rem;left:5.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lvTG0u7Tqofzt3chSJk6ODrzWwBN9U0e { width:4.12435rem;height:1.7068125rem;top:42.9375rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ep44M6qI6hVMATlP2pIPrHxRqfFlxfJq { width:20rem;height:11.75rem;top:36.875001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4dTvrwS2SW1kWFqy5cTGlplFDJqM4gh { width:4.12435rem;height:1.7068125rem;top:44.467016220093rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQlFGVvXNJdxto7JMJaF72wacIE5J5sh { width:4.12435rem;height:1.7068125rem;top:46.110029220581rem;left:1.2185330986977rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTxTqWmCnhV6yTTzNULHdSacAcbuPNJq { width:6.5625rem;height:1.21875rem;top:46.296876907349rem;left:5.3109810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sPAgmW3Xg0UySaoeD11PC8pNZf4E6Wkl { width:6.5625rem;height:1.21875rem;top:44.580514907837rem;left:5.3109810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl { display:block; }#lvkGVwX0Cr2ZifIwpkChumqgcTlvq8Tl > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVDclNsaXANfNRBQWIVHscTEmTe3yV5T { width:20rem;height:45.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhcXwmPONsMairDcJlk5hg0fIwvedwdm { width:7.375rem;height:2.6rem;top:32.8125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hV6fxOVfo8Igk8PIEFwTxTdazRiRxRsi { width:5rem;height:0.125rem;top:35.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb7VVKA36MOdzIW82KnqxLKk6ixpNsR4 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eyv9fhb6kebT6OzdnObEdPt4gGAID4aS { width:16.936875rem;height:3.65625rem;top:27.294942855835rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbtMK4K7saecQRtxmuVWoST5z9L8JwnW { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqPMHnvC9slWl1sCoSpnnTsqTmcFTge9 { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQhlpxWSBnkQu7InhQtvKg9ZWxwTSWX { width:6.5625rem;height:1.21875rem;top:37.937285423279rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Den3e2SHDGJo3D2aXbSlPOBpAXDhNxzq { width:4.12435rem;height:1.7068125rem;top:39.9375rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CzWRWhz09RyEm9amk2HkVcfSX53A3QXa { width:6.5625rem;height:1.21875rem;top:40.125rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlG26vp1TIJynPz0lHHmrVKi7Tyfg8Pb { width:4.12435rem;height:1.7068125rem;top:41.5625rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZBBK8Eeexv4lGRXco7KQzgLOBRbnDCK { width:6.5625rem;height:1.21875rem;top:41.75rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VfNngiNZd2Ru6QG1ANKVhpJIrmATkBpS { width:6.5625rem;height:1.21875rem;top:43.3125rem;left:5.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KzkQF6rBqNKd9SHQmTHCqWOxkL2XZwa9 { width:4.12435rem;height:1.7068125rem;top:43.1875rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRVemVmHKai0FxeQhqzNxW6yak9InzZ4 { width:20rem;height:12.625rem;top:36.937065124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IclsJmdsUFz9zB0D1R5LSwXdhCgQJzUb { width:4.12435rem;height:1.7068125rem;top:44.892580032349rem;left:1.1234809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frTA3OVdZw2N83pHBPEmJhckqJ8h5BPn { width:4.12435rem;height:1.7068125rem;top:46.800130844116rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WiCt1N3xaUziCx6bIzL2aoNtDKCLumWl { width:6.5625rem;height:1.21875rem;top:46.981338500976rem;left:5.4435766339302rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJTvmovElokt34ara3uopPe9GwrgbXI0 { width:6.5625rem;height:1.21875rem;top:45.142580032349rem;left:5.3109810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 { display:block; }#SqtuP26eNIiamLsHdOtyf4NLt0swHUK3 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us5uwCM17Q9TwbJJzOBJNEfpOUV1dBe5 { width:20rem;height:46rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaAOTcaiyO0B4ULONUZFb5CyzawOcwH { width:7.375rem;height:2.6rem;top:32.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDtmxwcsNgaAiisrnX2QeccqSldlwzVS { width:5rem;height:0.125rem;top:35.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLf45hpbIdk8EaLSaCWMDhQlzkQKdzF { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAGc58IVVH3zFhDm7iLQpveB9s5FUJlR { width:16.936875rem;height:3.65625rem;top:27.169078826904rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLA9GHHiINHp5RXcTLfTJv8ozgcuepdU { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzLUqwd4as7scvAkJ1qpsdnihwkCC0Sc { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUBK80DnrM03pKN4R6ozdU20LkT0Q2g { width:6.5625rem;height:1.21875rem;top:38.686634063721rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHVZDRx8loKKkBoJcZX5QTc5H1XMKROf { width:4.12435rem;height:1.7068125rem;top:40.25rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ies2Xw2QqpFQfPHXh1uyLnVSD1fRLPPq { width:6.5625rem;height:1.21875rem;top:40.4375rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wJk2HZZQN0XkmZUbI9xuIHpehqfc3bXl { width:4.12435rem;height:1.7068125rem;top:41.875rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTExoBEm4GJT6VbXz6Na1L7LRWIDrw04 { width:6.5625rem;height:1.21875rem;top:42.0625rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q6oRSITQNTtsdMC5oiFJt0pLnT5UMVTb { width:6.5625rem;height:1.21875rem;top:43.625rem;left:5.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSdn1C84y0i1vWrTo4qgIpEoQPzx98PL { width:4.12435rem;height:1.7068125rem;top:43.5rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BPtTpTKrbs3zef2nQywGvRQKFzDWbyKv { width:20rem;height:11.875rem;top:37.624568939209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeeLFeffR9pQHVlp1Z6RmKUzAJFSecgR { width:4.12435rem;height:1.7068125rem;top:45.205080032349rem;left:1.1560330986977rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e39OBEKX3IiUps4z7Nk7kkqovbTVwUlZ { width:4.12435rem;height:1.7068125rem;top:46.910810470581rem;left:1.1859809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5kcfVIJUSBAzrNbkyksG5G2d76ePvk { width:6.5625rem;height:1.21875rem;top:47.154951095581rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KcRtDPnuBbB9ohlznp7dAVS50v7RTeoN { width:6.5625rem;height:1.21875rem;top:45.330080032349rem;left:5.3109810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi { display:block; }#wGpkW6z7ttXEcOOOJEAuXk9RSJVWtGUi > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8TVFGw9IzhZJ3U3fPt7MM7x7hrvTeUO { width:20rem;height:45.9375rem;top:3.7500009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx8TAgWR4xr0b9VlbnguPymrbTDwc7BF { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fwv4u7Jx1RcqSzy6yUQtsQpMuL1QSyaD { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiVqJgQMo1TKdWOwMmaXdlAmUmvmcPzd { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUNwwyQ45rrCPKR54at0WDnpxVp5VO75 { width:16.936875rem;height:3.65625rem;top:28.606779098511rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whazy4CzsLvhWm11fZXTxvmSnEWsLr7b { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGKRzEn53VE8VpuSldfHZUB33EgmX9uf { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISt6c8LN2RQUZhsikqa2l3FEF6iIFzg1 { width:6.5625rem;height:1.21875rem;top:38.311634063721rem;left:6.7187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8SAeJJ8bkt3BI8RI5IxqExbOTmkSx31 { width:4.12435rem;height:1.7068125rem;top:40.125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NCMC50ec32BPTycUidgV4KzfgeBVOfRz { width:6.5625rem;height:1.21875rem;top:40.3125rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4QLPHIp8Oo3qR1Aw7yxlvpGo25TX7u2 { width:4.12435rem;height:1.7068125rem;top:41.75rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4D0hP1gAtyCCbcNdbifE85HPxPEg0a8 { width:6.5625rem;height:1.21875rem;top:41.9375rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bJUcEgK0Ai2znK1onVP7mkIlHrNhf8co { width:6.5625rem;height:1.21875rem;top:43.561851501465rem;left:5.4372833371163rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sHQVpMecugKZSGreLOvkctnz0eCNwwEe { width:4.12435rem;height:1.7068125rem;top:43.375rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OwhB33MnRWRZyqeTFghmLdG4Vg82eNHN { width:20rem;height:12.1875rem;top:37.687286376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPNS631OhvL4VVDx7xDrhMyXsqz0VUbx { width:4.12435rem;height:1.7068125rem;top:45.080297470093rem;left:1.1234809756279rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmTVDocnN6iGpqGe1n8nzNUz08efuXzH { width:4.12435rem;height:1.7068125rem;top:46.786027908325rem;left:1.1560330986977rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o2o4Mfsll8GrTZl05AfD59muxmMGNvex { width:6.5625rem;height:1.21875rem;top:47.035160064698rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4BezoWxlBWOrd8eqkAxKAydZPxKN3bp { width:6.5625rem;height:1.21875rem;top:45.267581939698rem;left:5.2484810948372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV { display:block; }#dngkXzlTL9ZOeiMIgtoJWX59NiAVr3UV > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT7Rlm6XRPKuG5dcPFy00Qy85B5f3SPD { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrvayCPITn5Sy4V2D2TXbZT4JbqTOgQ8 { width:7.375rem;height:2.6rem;top:35.875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctNBDvKd3AR8CLrIAdvl9JNBErgEA5uo { width:5rem;height:0.125rem;top:38.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8tcm69hxeX5S1IJ7q2omKT2sUeWxkyH { width:18.2498125rem;height:3.9rem;top:21.591804504394rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZP3Ozw7Jlr26wnbTvreSKIHTAbIThfwz { width:16.936875rem;height:8.53125rem;top:26.561415195465rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8qp80kkGcyKEnTJTBw6nVS7wgx3aAw { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IbTzkWoV0GJbKTqLhwfecdbd6DpTB5M8 { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5nAUuXqnXA4PNcbVQS3E0IaIwQUsA6 { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL33d1fFGTsS4MIhG3h1bynb8JN1JDv4 { width:5rem;height:1.7068125rem;top:41.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAFPI69M3vPrcBbkmnaFukEkFiO068B4 { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR { display:block; }#tkkxLlZL1T5G3rR5BHnKKcEAmDKu2TLR > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pU7i2hOnNOGMGboA4Lh5c0mJdhAOpkLW { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzHVZ6eO396tQ2LuLqz1CuzkaLP18OOn { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQUWssAd8z2i0XiZRsnFeZVEsawXuBqh { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyJ1cJXef6KuTMTsNWe4EG1NABnROeTp { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWWNtQTeHWL17VCOOl0dwgsLWgz0mN8W { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3J1AAfogoGxsFRCdRMccPfQs5MPNLvB { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlsQ3LLe0d3ec4Ty3o3uIXPZA8GxKvVv { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUUPKqr63erDr6ww4P5aGXFP8qqes4t { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KN7sy2ZoZrLWRlRrnb48FWL1WHqGhoxt { width:5rem;height:1.7068125rem;top:41.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFfUVgUsUNTZ31y6dTaHkuqT5ZepE944 { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { display:block; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9PdRAKOc3wUW06CA0NCAuwPXUsizZMW { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDfPmwp4AUy7E6XJ1o8GR2AgO4PwXT8w { width:7.375rem;height:2.6rem;top:33.625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHM6dqdofEXpefrT8sZMA6CK6GyuhiR9 { width:5rem;height:0.125rem;top:36.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5fZab6rNk7EFX86UfI49dBMicKFN66 { width:18.25rem;height:3.9rem;top:21.0322265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kffUG0k1VyyMU6Job7Sbe24suJk1gGA7 { width:16.9375rem;height:7.3125rem;top:26.232421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8tgru9KOdsvatv4xAI22peC5evF6lCT { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rUbdriDEhafSONQ2MrulDKXUe9MhOpeG { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42tDo4DqB4lAr830MOePSTrBHDqFbmO { width:16.375rem;height:4.4375rem;top:37.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGIuQKkeEKkuwf6kdxQDPi6EWZill5H { width:8.5625rem;height:1.21875rem;top:38rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSJItp9HeTzQtcLI2FC6O9TfnUE25CV7 { width:5rem;height:1.7068125rem;top:39.375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { display:none; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jce1mIeK7dMsPKSByv6Tkbceci8iX1vZ { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPCcAG2bPAcCgC32UovWTT0cpDxykzT { width:7.375rem;height:2.6rem;top:31.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZCboNoLTdRTZyV1GxP72vwbsCUiAGvy { width:5rem;height:0.125rem;top:34.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5BLCSk1g2sOcmqZowrE3cUOlwsuJb5 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sA5ZuUPzOV2cZ2VBBqEOJLITWWGkMI2M { width:16.9375rem;height:4.875rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9T5Eu41X3KNVHvr88LW2JKTTv7gFDF3 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzh4XaeyI6KzllVbOwxg3T02uIg6pZ5k { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOThH8IEwXlPmkkRTpGOcbWFzMPtfv6 { width:16.375rem;height:4.4375rem;top:37.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnUGwRZFr8Vt5T9gcMsT5GBshZAmeLZ { width:8.5625rem;height:1.21875rem;top:38rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqtToQ1UvnaEBg2ApOeoDe79OSzKiC2s { width:5rem;height:1.70625rem;top:39.375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { display:none; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C9ZDWrq8qNslOUaM5dUTS0ctKDQZRi7O { width:20rem;height:48rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ror1Cs2gpDABg7rOD3JqkeWLsf5vUlLn { width:7.375rem;height:2.6rem;top:36.375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6lHo0aQ6WyVO1U3NMWtrRAuBuh7mO8 { width:5rem;height:0.125rem;top:39.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHw8eiVIc6WlUlLoxid8mXr96FDA7PfA { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdkvKOmBRGreyZAVAuR3tFsZKUZOzh4k { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJm57CnVIi12Dqc5fNncp59zKWZcyLR8 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zUU4XTsfeJzOauMbEL3xoQHZ2KODATWS { width:16.375rem;height:5.0625rem;top:42.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHV3ZCSUXmVpTiELsSSXcwubA3TLTLnw { width:8.5625rem;height:1.21875rem;top:42.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwiIkC84WWqNs7E5yyeQ4R0MS28Ax67m { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHFDoksLQZNvOuJdHdxs24kIGI4TqJRP { width:4.1875rem;height:1.70625rem;top:44.6875rem;left:3.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNMRFXyzJNrHEkE9FscB4eSetSTeaM7T { width:6.625rem;height:1.21875rem;top:45.0625rem;left:7.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { display:block; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlLILE6Q4675MeriiectOB3fUtvVnOQ9 { width:20rem;height:54.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3NOlM7RxJz3wtSlqOwQKv431qfSDeVU { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCNbOSl7ULd8SPOTradPCPKKEu3S8IMJ { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzfGi2MIdoeAotFIVdG2kcZP8AqPSba { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaMVn6nTs0cf7lneGpmVZUAfEhgz0723 { width:16.9375rem;height:6.09375rem;top:26.857421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrRkcSVJFMMmoiHvDveMZng5KKNJ4cSJ { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiJE5TEgmaT72ct6lZBGW6uIr1zSEhJt { width:16.375rem;height:12.8125rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRaKTmRVGLW6RKDDKnAeTOx4uE065ZhR { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ipira2LT9mhqzyTEdhMMuGTlUnSPeD65 { width:3.8125rem;height:1.7068125rem;top:42.4375rem;left:3.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ip0ItmzKE7n8RcQyQaUEuDEtpetV4f01 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7xvTWIamCyQ0xyfHF6cKZOknmLgoGc { width:3.4375rem;height:1.7068125rem;top:44.30859375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u7VJZCD8RF89FETN0lfTZCOQPT8PJ1ff { width:3.5rem;height:1.7068125rem;top:46.1396484375rem;left:3.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tkyq9vxKMQB206Nwa3tpI2TZA47raWb4 { width:6.624rem;height:1.21875rem;top:42.6806640625rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfzZXOc3f3rLpAJnoSgobQ320vde7gpw { width:6.5625rem;height:1.21875rem;top:44.5517578125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HOWDbfaWs3Ksyz7TK0lbTN4OPEPipTX1 { width:4.6875rem;height:1.21875rem;top:46.3203125rem;left:6.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfPx3rtKSXNAuKg2lBUFMq6Fh7H114Kf { width:3.25rem;height:1.7068125rem;top:47.9052734375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZwTVvt8U5q86tPeh0NhJr8bqA2DnwiA { width:6.5625rem;height:1.21875rem;top:48.1484375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nVNAwTy0uD0elI2xDeaZNXTdLigVl43n { width:3.4375rem;height:1.7068125rem;top:49.646484375rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FSm4k5Lhfk4chw5m3UvMdMwrInzobPmy { width:6.5625rem;height:1.21875rem;top:49.890625rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyX1dAaXe7JO9NmOiRgGEhRiQtrZ6I3B { display:flex;width:3rem;height:3rem;top:53.625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #esFLy7yIXq1XsOg5QBwA8ToPznRcNFWX { width:8.0625rem;height:1.05625rem;top:54.59765625rem;left:7.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO7FH9M54InPUzgyIh36stXRl8hl4PVc { display:block; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsKz4Q9Ka9a4Br2xTIQxsTw5IGbc3OUv { width:20rem;height:55.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddilr2ZBwmUa9OcrPZBpN5yBu2wTOvTx { width:7.375rem;height:2.6rem;top:36.75rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuNw93ePDeDsPE8cGw4dhZtX8osBfeDS { width:5rem;height:0.125rem;top:39.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plkTCMiZTwtNiD0AJy30s5riVhg3qkGH { width:18.25rem;height:3.9rem;top:23.4697265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxQSGSCzIsZpNx7yTzFRpTIIfcTcwxKt { width:16.9375rem;height:7.3125rem;top:28.169921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ti61ptcPB5P4UAsSCI33OFthFp32PKaB { width:17rem;height:4.875rem;top:25.7822265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxa1NbLuLTu1TG9NJVQIr5y0nit1QL6K { width:16.375rem;height:9.5rem;top:41.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCbBewncfvG3D9h5nxtkHLKfWwUx13h { width:8.5625rem;height:1.21875rem;top:42.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzaqvGOJp974V9L6SLMcRkC8L0yAZmHl { width:3.875rem;height:1.7068125rem;top:44.625rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkBxNOvZkSNwGg8tszTIJIhWbfdpSssv { width:19.875rem;height:19.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u493CsxcGnipQMtbTXT4Hu3in5QFD6TJ { width:3.625rem;height:1.7068125rem;top:46.3935546875rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wsb2RT6oN0TFJshFrJSyVQiG21RAyXFk { width:6.624rem;height:1.21875rem;top:44.8681640625rem;left:7.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VV2VEPgH7XT6Msc0WCceZnoMIIPNAVvc { width:6.5625rem;height:1.21875rem;top:46.734375rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8vpRpGC2oR0lAxCdo4QH6JtN2Pc9rJ { width:4.124025rem;height:1.7068125rem;top:48.25rem;left:3.1875000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2JfIMpm7HhQBvg73E2DExgp0gfbbic5 { width:6.5625rem;height:1.21875rem;top:48.5rem;left:7.1250000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XcwTGngN9Vmk3xEwmh9FabqscD68ZsGR { display:flex;width:3.125rem;height:3.125rem;top:52.6875rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #mTJ0FBusvM6wP0TLXJ0rz0awCnGNBo6M { width:8.0625rem;height:1.05625rem;top:57rem;left:5.9687500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { display:none; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SW268tZvETsifFXVtTQA7F2alvdKVwNG { width:20rem;height:56.8125rem;top:0.669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCtVOXqk6qBUOUMrdEfs0hLI0OS5k4n { width:7.375rem;height:2.6rem;top:36.375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZonpqwKGs1tALlMxMNG1fvJizDLI3UT { width:5rem;height:0.125rem;top:39.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT1lPTu8EHEyLZRcAwaqWnHuRuAFP5l { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuSJRzPcudyl4LwvD9JqkipmTvlBPMdF { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FP3UnX9UJeAODRbzmGD3g5GwIiKqU1FS { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bKziX7Vf5wurW083i1TgkwSUZmM7bxic { width:16.375rem;height:6.875rem;top:42.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRW6MBz07tqua8C3an6c1S805L3KWxt { width:8.5625rem;height:1.21875rem;top:42.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Axq4DPXTV8bpr27TRcwiIlTWAVeaHeQs { width:5rem;height:1.70625rem;top:45.208984375rem;left:3.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMTCtXqQ2yacolGZaTylUJyTAXMG3e1i { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpxV6ql2rDihpsqifaQcUbk3870eZMQ { width:6.625rem;height:1.21875rem;top:45.4521484375rem;left:8.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d929l578v1bz809BtwQ3IZf7qxmVzfwf { display:flex;width:3.125rem;height:3.125rem;top:50.4375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #fs0BlTQoJvXHArOpdpLTQewuixZmQSVR { width:8.0625rem;height:1.05625rem;top:54.8125rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { display:block; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4JvyQLekFE7RrhTfotObd5QbgQHFgwq { width:20rem;height:56.5rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVGeNUWMxuZO1niPUuKvfR1sGduud4Zl { width:7.375rem;height:2.6rem;top:36.0625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5i9fnC4R4T6FRiBqQq0mlx1NAFim4xg { width:5rem;height:0.125rem;top:38.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVsCggyamEX4fMm4XJ76olvPWJBy6UT { width:18.25rem;height:3.9rem;top:22.4072265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcfPwklMVqvBdLCO1f4T1CqZ4C3Tq6x { width:16.9375rem;height:6.09375rem;top:27.544921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUEr4qV4nvU96HGnFQEFkCwXxbKkp4aA { width:17rem;height:4.875rem;top:24.7197265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biRx0UyiJLaEvTsJ7IzofJL9cybpLEQT { width:16.375rem;height:12.1875rem;top:41.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFWmeN58GkegE8oQzPJTGheObAmFtow { width:8.5625rem;height:1.21875rem;top:42.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9484ATRExpc6F93cXoCST80L1oEc9aF { width:3.625rem;height:1.7068125rem;top:44.3125rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfDE4OATHwCholm2KrXTMZ9etp4Zwce7 { width:19.875rem;height:19.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQnUhvw3tvKngI8qi0JlCrA2y676KdBv { width:3.3125rem;height:1.7068125rem;top:46.0185546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RsaiqV6uSL5RXFXGiW1uhdEv5XCDMZXg { width:3.6875rem;height:1.7068125rem;top:47.822265625rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7JJzwywOipoDUfiUrKZ4yS5brWMskQ { width:6.624rem;height:1.21875rem;top:44.8056640625rem;left:7.1240234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1aRnzX2evr6mSRQrcQV8LzqALErhTUK { width:6.5625rem;height:1.21875rem;top:46.44921875rem;left:7.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXWtGumXm9Lk6EdZIgAIuDCIIHi6vXDG { width:6.5625rem;height:1.21875rem;top:48.2470703125rem;left:7.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSZcO6FOR7qeXBJqzMDSkvWCpKwWWDLD { width:3.5rem;height:1.7068125rem;top:49.552734375rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BfahO2Uq6CMDwBW8LwgWnBTEEK61D8gE { width:6.5625rem;height:1.21875rem;top:50.0908203125rem;left:7.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhi9ihPsbyI45tzqmTDe5b6cbTp48xDX { width:3.3125rem;height:1.7068125rem;top:51.3212890625rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5oBW15uM2JzokgG3bBtE0K0uf77JTV2 { width:6.5625rem;height:1.21875rem;top:51.814453125rem;left:7.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpT4BsvHn71GURKurhFH76tv9iH3PTcU { display:flex;width:3.125rem;height:3.125rem;top:56.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nsg90ZTpMRzTyN8hBpvRHTvyHnLMCrIf { width:8.0625rem;height:1.05625rem;top:61rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { display:block; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScLBbfcFqVrpc7OvHClDv6GeG62M0ReW { width:20rem;height:55.25rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKWKzq3mg2lFXmDAW6hp4fP3TtOgHaKE { width:7.375rem;height:2.6rem;top:35.6875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #At58mBUdemGqlhSMAe2MqmTexEn4poQy { width:5rem;height:0.125rem;top:38.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBt67KDNAbJXuDm7OJDw2myaPiFCc3Ne { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbsAszAGP8axbbRqyxxRyFTZHTTz7DQ4 { width:16.9375rem;height:6.09375rem;top:27.169921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeKr3kCpTKAhvxhlLW4EvuHg8T4QHokZ { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKTlnig6tVXTwS4cTRWrH1vmfrl4AdCw { width:16.375rem;height:10.0625rem;top:41.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16kFXSaTiVlLyInElOJSEGiwULzzPBB { width:8.5625rem;height:1.21875rem;top:42.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rF9sW1hEDDebT5n6f5TSraWTlapgniTM { width:3.3125rem;height:1.7068125rem;top:44.125rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLlX6hlW0A4BOUMmlqgcXGftZJxy5nWr { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTppXdkUxAp2TfFXuak8Dn6TntAzfPH4 { width:3.5625rem;height:1.7068125rem;top:45.8310546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HpgZwonHDS7LsBd7OIZu3BrmdwDoiXsr { width:3.1875rem;height:1.7068125rem;top:47.537109375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #glpBROpisT82StNAEXTmxbOtQFkICzml { width:6.624rem;height:1.21875rem;top:44.3681640625rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FU6iP233d6KmWnHrH0aA8lQdzhBHPROi { width:6.5625rem;height:1.21875rem;top:46.07421875rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uhSZSoWEgIZUq57bJVk5MlnkRWh8ad9S { width:6.5625rem;height:1.21875rem;top:47.7802734375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIM8iuH6kTONhgPkeJ9D2rSBHzOBZOMI { display:flex;width:3.125rem;height:3.125rem;top:53.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #tbbgPqTIbhgcVmKeggQ5uON04mehZ9dW { width:8.0625rem;height:1.05625rem;top:58rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { display:block; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf3TBQsygmr4P6tbmHVJSoB894pHrNxd { width:20rem;height:50.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1d0Ta8BEnPLyurwRTg7QrMi1n87kSzA { width:7.375rem;height:2.6rem;top:35.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8PVXZx61sz3qIHXXHJokEQVPeEchERc { width:5rem;height:0.125rem;top:38.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBI9GcntBUvMKbuzw17ODBIxNNLD00Z { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kx2PasRU3c00qkeLoTW5h2P7273P5Tmt { width:16.9375rem;height:6.09375rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqVQz8qHgxTQKTW1KmHT4PupvcIBZH6o { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZcIJ9CKS7OFkzILmEC367qbwvNdTna1 { width:16.375rem;height:5.0625rem;top:41.25rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TXefn7ovgiqOdmLBmwl8TyOd44iVLM { width:8.5625rem;height:1.21875rem;top:42rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kO61uT7Eq1kCHNxNBlkyFNDzFDJ7Fwo0 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgWs8iZWlD4t3DguNSWrB8SCgbdF8bf { width:3.5rem;height:1.7068125rem;top:43.8125rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UeTyFiaC7Bt60dgvQTDPfrRskcmvDQcn { width:6.624rem;height:1.21875rem;top:44.0625rem;left:6.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KbWoQBoiRebeNKEetBydlsIo28FNLiP3 { width:8.0625rem;height:1.05625rem;top:52rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMSvPEquN7VDzxhgUkxRiOWUVzTx8uLr { display:flex;width:3.125rem;height:3.125rem;top:47.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #hWRILqCc1xxDrogXMivElTZw2TixaIBz { display:block; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogm92sD4XAqLMJ1gW8hQhkT0ABDV9PST { width:20rem;height:59.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NGZTDVKHfFsAOz85Tm8sP7tLKBOT33 { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtqL8HgT0oKZ2IXnX0VGkRQ8TxITXLRT { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIvF8ErwcgU40u0QExozOaKWTMpB49Rf { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEQ6mIWnTUeHi65Slkc4ZEw7oUxAbTkx { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULMyOFFbkmQnV1Lo7sPJmWL0Iq832yWZ { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rL5oszmlinL4aWrmmFLEJasDtNAq0xnZ { width:16.375rem;height:12.8125rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2BaNh0FnX091HZ8sGaq8MiFgwZ1BbC { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #silXBToBWpfCHt7RmkncIoszlo2Ag8aq { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoKvDXFQ6TQnVJqhguhtui7FJ8CdeCy0 { width:4.186525rem;height:1.7068125rem;top:44.3837890625rem;left:3.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0c0rVxPFQ9bueu0wBD31pNrSdp8qGMX { width:4.186525rem;height:1.7068125rem;top:46.4599609375rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvE8zAn427XtAxZDKbFcJ1cyHCJNQIFV { width:6.624rem;height:1.21875rem;top:44.626953125rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6SlSZisArepDkpvTh7LLWCt5P4ww654 { width:6.624rem;height:1.21875rem;top:46.703125rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6TLwiMACtgs54Tvf0cCqW9TkE1aTzps { width:4.186525rem;height:1.7068125rem;top:48.3974609375rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IbVdVxAkAbOsEmUZaA3C5D4tNz2MOPcQ { width:6.624rem;height:1.21875rem;top:48.640625rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sZPs6mMhpOKDF32IBlqoEwkKbokIwLh5 { display:flex;width:3.125rem;height:3.125rem;top:56.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #e1y75cWWkoAq1F72qQf2rdxtIA3BP4U5 { width:8.0625rem;height:1.05625rem;top:61.25rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuBnUZJgKVwybtE41VrF0AuAOiayA75a { display:block; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIUrJ48cN1teFCrbLyKi8hCbcTHPsPw8 { width:20rem;height:49.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqCNwfODZ0iEBD0NVJxeCe6EoTTZHTG { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6KotEwl8u2nxTkU5csDIdGO3iQWbcDB { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtAhCcPQMlPSownpygzbM8VqOwKFXy9 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bM5nQvDXBRlu1ndFI42vx5NwF4DUTH { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tShM8zX3EmoWg8ysX44TKr7Qzk3f57vf { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dc4ZLMrVzkaD7MgN0QPWoTCZczS6FNPf { width:16.375rem;height:10.25rem;top:39.6875rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgv5p62JOQSIXSrcAlFTHgEkI8lc8pcw { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ora48PdpDTn5LSfoDAdVpyw1it2iglhG { width:5rem;height:1.7068125rem;top:42.5625rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QeLJPMBcs7O7hfzn4mH6pGoqxMS72M1S { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zTaZJbTUQUkV1JFefhpmGdhV5kVK0S { width:6.624rem;height:1.21875rem;top:42.8056640625rem;left:6.9990234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRuCzN0iMn4VtzpsTM5krGqV55kIPGgJ { width:4.186525rem;height:1.7068125rem;top:46.125rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pOKeDDED5yxiqeJs0txwnF1m4C9RwtB3 { width:6.5625rem;height:1.21875rem;top:46.4375rem;left:7.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6XS2D6rQWh0p1QT06V16nwv4KA4XRE2 { width:4.1875rem;height:1.7068125rem;top:44.393751144409rem;left:3.1125002503395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eKVGAqsGlzHyav6Sfp6pkFaOMRcxlu4U { width:4.1875rem;height:1.7068125rem;top:47.831251144409rem;left:3.1562500596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCpLE23w43fBDASSocEQVN121CTUQkMe { width:6.625rem;height:1.21875rem;top:44.643751144409rem;left:7.1125002503394rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ntxUqtiNq1xdvFCEsQfSMUaMcyqMiRH9 { width:6.625rem;height:1.21875rem;top:48.143751144409rem;left:7.1750002503394rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4WnKBREKcOsPnktrq9dIn4o0affcLIS { display:block; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzepMIGchvXxed6dhLb64hnKM03lCGpG { width:20rem;height:51.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEI7rDbMIWDt56dqoov0FuyTQ5T8HLRO { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4ekyNynlMeGPQRLJAPXgDyCXBxt8Tg3 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9VFTAAEb3pkAI8MA3lAcDJ2A2az0W6b { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvJ8yZdPT0re9iFkh7prduJ7nIRxKPLg { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHw62FB32bDPphCUddlPBLPVd95agkp5 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RfANTgJkf1ywybghxxFpLKXrXDfHpVCv { width:16.375rem;height:14rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHk0VfbU5bOETwbqV4q1e6W0nca72Ox { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5DudEs96lVilgD2wtZsXBUAQSDBMAiO { width:3.3125rem;height:1.7068125rem;top:42.8125rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQcbd1qBfNf0KHaaT8oNb6vlDItwF9rn { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUtTTfpduS3KWSVKsuq6PKwuShcHnu5 { width:3.5rem;height:1.7068125rem;top:44.7685546875rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zN8NHaHTkN4qPt1zeVMos1ha8leR3FGw { width:3.375rem;height:1.7068125rem;top:46.8271484375rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fV5hVTbNRWxTSQMrw5gsr2vEo2uf1TGc { width:6.624rem;height:1.21875rem;top:43.0556640625rem;left:7.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ava2PxWxF3UnSFeWppL4vOUc8fDfPRvI { width:6.5625rem;height:1.21875rem;top:45.01171875rem;left:7.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCTzTv2FPqCmsZrI54OftWRLJtSWv5Wd { width:6.5625rem;height:1.21875rem;top:47.0703125rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTLLB4D3dWnfV3DKo23bRQoaSpnTT3TQ { width:3.5rem;height:1.7068125rem;top:48.7216796875rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMxrXiXlcSc6eCD1MkX0xMJAoBEtRoMc { width:6.5625rem;height:1.21875rem;top:48.96484375rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SkXKWEwgURiN32cXTZDL1mdnBtBph9qe { width:3.5rem;height:1.7068125rem;top:50.6376953125rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cClxJ347dPndlD35exgyPT61zqnBUoZI { width:6.5625rem;height:1.21875rem;top:50.880859375rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { display:block; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbeNNK6srhV4XsOTGwH40vlbPm5t4vKU { width:20rem;height:50.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MhrWctUBafnlkZlLo1BguOaHiaUxdp { width:7.375rem;height:2.6rem;top:35.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNmsytwZnN7zn07kpP1mTPqb89kKZeK6 { width:5rem;height:0.125rem;top:38.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dS9tvnTlGAnCtXZm4TxlUiiOSslo0k { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNp4msCbo7Sy6oOWt5aQQ2CGqO5mmEE1 { width:16.9375rem;height:7.3125rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ok99C2nxEsV0pmJKoknUuRrkZ2LEG5DF { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMO95GbwgHPtaKSkRAeBO3x8LHvLKAZb { width:16.375rem;height:12.0625rem;top:41rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqk5A3vkWXmEViqN8HHG7lAfSZDye5eJ { width:8.5625rem;height:1.21875rem;top:41.75rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cm0HGWqw1UfkKxWAibB3P6qNMw5uLV6w { width:3.4375rem;height:1.7068125rem;top:43.46875rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zreLDpLHBN0zTwCh58VusvzuMmGXhdrK { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADvWEmGoICvpXgXSdoG7dRDLFQS2foK { width:3.5625rem;height:1.7068125rem;top:45.1748046875rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gaa8LlEDMXJvzTGyvnIg4RKLCBvRbh1y { width:3.4375rem;height:1.7068125rem;top:46.880859375rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJiWLukKICF7wTddwRsVlb7UN34ddUAr { width:6.624rem;height:1.21875rem;top:43.7119140625rem;left:6.9990234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XLnSIkaWWF3LwNQLIteJmus64aEQ3fKA { width:6.5625rem;height:1.21875rem;top:45.41796875rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOlx91g1VE2HIO72NxiwReBJOvdeO89l { width:6.5625rem;height:1.21875rem;top:47.1240234375rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRdw98cIBcOAWnFN7qmXSCT4hthOPRTe { width:3.375rem;height:1.7068125rem;top:48.5869140625rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0VGfnxkg62s5HVao7DFsiSf0uPKo35A { width:6.5625rem;height:1.21875rem;top:48.8994140625rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gt6OT4FgX6VMThAP8RIqOy4bqJWbMctq { width:3.5rem;height:1.7068125rem;top:50.29296875rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTLyrT2mn9UIbkT5tTJqvEVMMgN4fSEn { width:6.5625rem;height:1.21875rem;top:50.5rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { display:block; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBiJ73r5c4BWdtHgBfDn5HOGpUhTVp9J { width:20rem;height:49.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuSmk96vqoqESGQnVK28rNniJ5pOwiU { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kh4E1S8QOmUCiL2bHxQepbZKyARpG62V { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4bSFtdamcAbpLDxiQztTKtEu3whTiJ { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXlg74MlesL6ylRdvqP5Tk7ThU2vczOF { width:16.9375rem;height:6.09375rem;top:26.982421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wS1cF26XGx7lzMFwBGImodq30D3FTMDe { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #guNfLT0vzQn4m30TyzNVtuez8zhqc616 { width:16.375rem;height:12.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V021rLDV7TzRfHG8fwK01neqRExAuepW { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdkCDy8xazMi2yzxpFsXb8ExVJ7PxKTc { width:3.625rem;height:1.7068125rem;top:42.4375rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H9kOpBfLJNRhv5MnTlQ4xABOPVoLPC4p { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7idgZSS7cenRq4P7y0k72s4e4wGFUh { width:3.4375rem;height:1.7068125rem;top:44.1435546875rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgfRfspCRa1uTnTRoc2nBFWpCfyJKAcz { width:3.0625rem;height:1.7068125rem;top:46.0146484375rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RiLJplcPzLINpgTqVnet2dGsfrdfIKlz { width:6.624rem;height:1.21875rem;top:42.7431640625rem;left:6.7509765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #esABWhxATdThwBhFBeLe9eouEPOOI5gL { width:6.5625rem;height:1.21875rem;top:44.38671875rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MP42pr6CGs5rOEc59LN4xbvnOg5KccPq { width:6.5625rem;height:1.21875rem;top:46.2578125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z7Ow3FeNHgNXV3LyzbmZo5kJgeuS30NE { width:3.625rem;height:1.7068125rem;top:47.845703125rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzpxTCMyKGVMgcnM2h7hLuJZQPmMJJCa { width:6.5625rem;height:1.21875rem;top:48.0888671875rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMsm39lRGXB12NTIpfDcsET4gAe4WBaG { width:3.25rem;height:1.7068125rem;top:49.7158203125rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3r6KTdstPsaOTuksDV2hgwRAeLqrDVU { width:6.5625rem;height:1.21875rem;top:49.958984375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1bo42silqusZTciK0kN73IuQHTPVKsH { display:block; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpdPKoxhHI0IRWHb9cmtxopQEr0to4SZ { width:20rem;height:48.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOLNT0TWxflX8DBhXwpz4Qw0KUwKH1w { width:7.375rem;height:2.6rem;top:32.8125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMm2oSJIVADWil4OGeqWTEZyMslm3tbT { width:5rem;height:0.125rem;top:35.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZzTNu2r8uIaPEI2fUgloGynf6DnRM0 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGbDSQWyD79ShfQTm130gTKldn2EdtkI { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7avJsonB53uCDIZxWmu6f0gc0OQrBnu { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTK1W2bkvDw9nZGG5kxixdidIy3MNnyM { width:16.375rem;height:12rem;top:38.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEubt1lCuFMcmQ55BPFyPnwSfLi8O4U { width:8.5625rem;height:1.21875rem;top:39.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q14av7t8tCZ8ZxeyfCUT14AlI4pBd8pw { width:3.5625rem;height:1.7068125rem;top:41.25rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y5gMH5PtgTzx6vD2krL8dh6Ztm6z0qxD { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcLarrl0sKBqv2BxkzvFuvZMTrp9xoSg { width:3.4375rem;height:1.7068125rem;top:42.9560546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8oPzTI0SiNQORgDVTDHWyv6vRyfLi8a { width:3.5625rem;height:1.7068125rem;top:44.662109375rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCQ2imgDMUyAV0AdTOWguO9rfchE8hak { width:6.624rem;height:1.21875rem;top:41.4931640625rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1VPV1HGz05n06IkKpFZRsEFX9pcXlHL { width:4.875rem;height:1.21875rem;top:43.19921875rem;left:6.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7BmwydDBTzGlTluP9yoSGN7MBf4Nlbz { width:4.75rem;height:1.21875rem;top:44.9677734375rem;left:6.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { display:block; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWMv4xFesCXPa9irCuyoSUOHqgKn4Sqm { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8H5EJuSxpLZZxvtIn4IhXpk07uOc6KZ { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKCGmnrZIahfcq25zN64316MQOSw8OL5 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXysHRfSiwZw2sTUewBOgIW0wNTDwsR8 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXH0DXnDncCUx56ZI9LxVvrFzwC74a9e { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrEcgW783fbGXXosGUhr0KWAHTAyXhl4 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlItkqTvhgIXw2oFBAIl1VeI7NJM4FJ { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWnqXyntNFvLR9NJqbgxk18WSkrpiVz { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBtsFTkd2SsEmEHzz5mCO1vQ5286sRKL { width:5rem;height:1.7068125rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKrLbVqv18171T65XzFQMJoKLt8WsVOK { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNzymfx5SrnfVAasDkThueEgBeWlnrR { display:block; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebyUoX8aIIMlxnqoZ0bOHxDMBffcThF3 { width:20rem;height:54.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1bqUTaVNCy0PuWi08hL9PsZPFPgOsn { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5x10VOuEZUnwI1KC1DWVdoLQEPX1Sy1 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHQ7LhQvPsC5Gt9dofVkZr5d9Tn3pm5 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6Hk4tJ77qDIl0MWlNJvnhT1hHabbERg { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wz7XuTsEaaBgcVGJTro07VVfEXfRxqzl { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrlHqKdy0674osgmVQri0Bnb37sFUGQf { width:16.375rem;height:7.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CWdyK26sW8WdOQ0VAzlrrwm5n9MOru { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygeOgWIOG7LAO9HuizzTmasJzzcb2tds { width:3.5rem;height:1.7068125rem;top:42.5625rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #btAKieBPWO85W7EAaPi0KLnqqaRTDB8v { width:3.8125rem;height:1.21875rem;top:37.40625rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Va8Xzgh1dcRwZlMhiF74piT4LBPa6pKk { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOd1mdzkK343h1T2sQ5pRnnuWses63bP { width:2.9375rem;height:1.7068125rem;top:44.2685546875rem;left:3.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1fRqB9yQsvOdQ3GP2vCXToHxcMAaAs7 { width:6.624rem;height:1.21875rem;top:42.8056640625rem;left:7.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVQckeWDp6vJZpaKhktpeKvkcl8qWMvm { width:6.5625rem;height:1.21875rem;top:44.51171875rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mC6puDwOBHkEZ818AlrloAUIDTfM20Tu { display:flex;width:3.125rem;height:3.125rem;top:51.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BUo8wQSxhTx3gUE5L8EeB5UO1dB5XPe6 { width:8.0625rem;height:1.05625rem;top:55.625rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { display:none; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uit54lc5U4zafAOlNN11POTRVIJzs7a1 { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7u1GP7beJJzHcNVdkUnuZw3Jc3ozzC { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffuMBRwBdSUpSk9mrVokCroW4oNdSqQP { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBl1vmpE34WPFJsrVJbKmqkNkSqrbNF { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwX3vQJrFlXnASciwLb8XHTl6SkOns7c { width:16.9375rem;height:4.875rem;top:27.044921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2owhw2F1kPwZgufoXUrl6qfE2xHWkH1 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9qeZvS6IH0coTNsctEqasVzKcDRecqi { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPupQQOWNA8vJTo1fX2ML5Dqs7XUiILG { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUTVbnT6XnNomAmaQnPMlq5eQwmNxBy2 { width:5rem;height:1.70625rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUuNgMShK3uF4IvUBDMGx03zytQrLMWr { width:20rem;height:20rem;top:4.5322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { display:block; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAtLlZgSmJUqCaza5nNNmA7mzbKduqhe { width:20rem;height:39.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD0EVW0TdME1PVUbzX5lGwVxFThyDEhO { width:7.375rem;height:2.6rem;top:31rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfpnkhzDkqcWK3V9xgIt3Vk6xHIhUTu4 { width:5rem;height:0.125rem;top:33.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfFgMEORIbcPvkt5H7s5Ty699v5bpLnt { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vemtmIr9qO9CCGOLCxv5UZIvMzKozpIA { width:16.9375rem;height:3.65625rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7lRlQv6vvC4tzUXBkLBwhqXREiMKPm2 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LCcg6H51T1WGZSsgpzsiiTMfsdr7itlA { width:16.375rem;height:4.4375rem;top:36.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShQVlQmiRpqePA9gXRO4VM05ntPT94C { width:8.5625rem;height:1.21875rem;top:37.5625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzOg7NRGCzIVMZRfUKzhhswcSEU6X6M2 { width:5rem;height:1.7068125rem;top:38.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETC8BXXikV7CfPSNv5Tx2TIUfkWPMHTw { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO4dGdrItFr5GZusMif3671NUveNWRLl { width:20rem;height:2.11263125rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C35rwD1bLH7zVsl03lSl95OCVfNchCxg { width:20rem;height:2.6rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { width:20rem;height:0.3125rem;top:7.8625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { width:20rem;height:0.3125rem;top:9.425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { display:block; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueIzSPWkHtcT25Htfbwy3EfTlfKLhwMz { width:20rem;height:51.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diLkUUPuCOCBopHXD1odQTsSC4sx9VK6 { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0yq736skl2t4iaXncroU5EowsJkzDWQ { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxbJmTG7Ocg2OAuDgSWWxCgxSJeyo7o { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PA6u29paeWxen2NWA42aricx4QO4A3Qi { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRzJTos3obZZgTAnl9PfUiRPNC9rZUyN { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p24pBX0J6oHx6f0GecnWUTI6a06dIU6y { width:16.375rem;height:13rem;top:39.75rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC7J2zba8H575LSCrMok7VLSGbxD0Dia { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUvKbHbhk4EbQgxce4RGfphqQPn5GTkn { width:3.5625rem;height:1.7068125rem;top:42.4375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfKiNLsfb2Vech6frcSVLrR8uEXZxASW { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToX6GUWQQTlmUdDv3FXGa6UDPHNJbnH { width:6.624rem;height:1.21875rem;top:42.6806640625rem;left:6.8740234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2sesup3krv6kbIzeB3fGy6e0JPfORT5 { width:3.25rem;height:1.7068125rem;top:47.9375rem;left:3.0625000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b8PKiuSr8I53GvO8bg48RLwIxxdbPO4V { width:6.5625rem;height:1.21875rem;top:48.25rem;left:7.0000000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQApETNs3r5vtNeVuhdVPoaMNTgPTky3 { width:3.25rem;height:1.7068125rem;top:49.8125rem;left:3.0000000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibQ2G5VUwbtvmmi2w4spL7LouRoTXeZu { width:6.5625rem;height:1.21875rem;top:50.125rem;left:6.9375000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQyvxb1U3l67GW8CDXlswzO27mGanh58 { width:4.1875rem;height:1.7068125rem;top:44.268750190735rem;left:3.1125002503395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4O4UUwXd9ZkyHPlZghxIWCwvpBFNOq { width:4.1875rem;height:1.7068125rem;top:46.02187538147rem;left:3.1125002503395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QnTBGTGRvbM48dfLTm0X1Jmtzv1KDHzy { width:6.625rem;height:1.21875rem;top:44.512499809265rem;left:7.0500002503394rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJrslEWqxTwWlAFNZXr0iIv9p0Cmq0m3 { width:6.625rem;height:1.21875rem;top:46.10000038147rem;left:7.0000000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { display:block; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKqorOu8J7RPQS2VMZGBgARo3zEhccv { width:20rem;height:48.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3f9QUN2oK9CEtOuTKdxiIObAGe0VDs { width:7.375rem;height:2.6rem;top:32.75rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLO5kpJA7tPT1pTJVJuBuCZahM4gEoSs { width:5rem;height:0.125rem;top:35.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8I1PdtB30AdLlkcGhySwWN1P1TiPxC { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxCRgQ2IP5pTKvuP1JQ5NXPKNUJfe6pQ { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQqdTmgvMw7LACWTDpaKLkJUwBiq5dPs { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yoMdv7PgyHu26uqZLcrHDTBqysuwmPHR { width:16.375rem;height:12.5rem;top:38.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc3QpsFokNCDDUyIRod0FCU70hPomiT6 { width:8.5625rem;height:1.21875rem;top:39.3125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ss47iRHkQZ83oOEl6gHI355aUgHr6DKc { width:3.5rem;height:1.7068125rem;top:41.75rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzQbi8mAJJ4ggWcpf7pBTLTqKKJFt4iN { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEikFmxGAwBvSTzbmLTgh4ODqNGysoS { width:3.4375rem;height:1.7068125rem;top:43.4560546875rem;left:2.90625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rT2dwh0Cfi9EaPInFvDXXMeJAKuuTrKA { width:3.4375rem;height:1.7068125rem;top:45.162109375rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcs1mLXTQQ8TDdr2gRZNmT5CcsdAXri0 { width:6.624rem;height:1.21875rem;top:41.9931640625rem;left:6.8115234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Udo77D638KiedA5wOpCnQTRW6yZo9dAR { width:4.9375rem;height:1.21875rem;top:43.693359375rem;left:6.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMGXQKK29LWDucpwW92qcZovMNE89NI { width:6.5625rem;height:1.21875rem;top:45.4052734375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnlXkQvMXzLa6X6sVdqbTp2ptC9htnp3 { width:3.375rem;height:1.7068125rem;top:46.9052734375rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fywRgwFQuWnLb5R5O0yEcreLdCgU1h9P { width:4.9375rem;height:1.21875rem;top:47.109375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DpfptRF2u7ToJbwt1souHvCIcDPDcpru { width:3.5rem;height:1.7068125rem;top:48.611328125rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vdZLMprGefzFkR5VAbFZ5TtAkmDchkas { width:5.875rem;height:1.21875rem;top:48.861328125rem;left:6.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { display:block; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNhWTOe3QsyJzNqoiJlTSg8d90exTnBn { width:20rem;height:47.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtuniw1Ol3gIMlS2fu4Qb83sEdNsppBM { width:7.375rem;height:2.6rem;top:35.1875rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFKfG4TXMWkIBUZPaa5lUeVEUPtwHCkT { width:5rem;height:0.125rem;top:38rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1XqyweJTDlghbHIqsTkSTvq7N8DomH { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ91ls21NJaRN52viNggzmRKo4aLpcZ { width:16.9375rem;height:7.3125rem;top:26.669555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muZGF52Kts0xhI5033ENPGETHIfSlBI1 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dF6e0iZrxUgq9N78ZW609i8EcccKI8ds { width:16.375rem;height:8.6875rem;top:41rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JiC8XWzEKqEqsEPSvcDip25N6TzQvJ { width:8.5625rem;height:1.21875rem;top:41.75rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3zO7fN15h9sx1a06TbNqGLTJKXRn2F { width:3.25rem;height:1.7068125rem;top:43.927368164062rem;left:2.5625000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3DdlhQophPP0FyvpJML8TDXCV7qKfO6 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQRoJXCycc1Vh3DNQJHKpi2VThZq7Ac { width:3.1875rem;height:1.7068125rem;top:45.633666992188rem;left:2.6250000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HAFBoSEiiSryPvW5ATKxqLvckLkbfNaw { width:4.875rem;height:1.21875rem;top:44.171875rem;left:6.8734374642375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2BiS6gM5XX5dmPrE9GbFNlfPGks3JJk { width:6.5625rem;height:1.21875rem;top:45.876586914062rem;left:6.9687500596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r6sLAgTGE1mXOrvvrf6UrFDxiRQLPcOv { width:4.1875rem;height:1.7068125rem;top:47.339845657349rem;left:2.6125000119209rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oATVTxeLZN1o6dAp7PdB7OHOznwJZqqx { width:6.5625rem;height:1.21875rem;top:47.589845657349rem;left:6.9687500596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { display:block; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlTgFfpTApWcI1DIRLVvEeXoxcyFZHAz { width:20rem;height:45.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XqKP0AbPvyEFDf1lFUyWevHN1LLqwM { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i01nmMHcGZcW0TNVaUCeK1M3Ttw8R8Pg { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XciFoMc4EbsEVGH1zlSnCoiHsmys5mWk { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wr4wZVfXVL0lOzn5spJLg4TxFiKvEPW0 { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luZba3acsn3fWQO3kxtRQeh1QnmVNqKH { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xi705InTQhbA53PodOGO6HATpfhmBq2Q { width:16.375rem;height:7rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GDQMTx7iNwM3DGdFkpAHUL4HmE62QX { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uquuxhRANBMhCKLyeaTtSaUtkWMFEKyS { width:3.25rem;height:1.7068125rem;top:42.677734375rem;left:2.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9T21BL8mzBdJ6moOcKHxi1bL2ImceNT { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcTsnyTJiK3R94Prn9hlFwXT6C3NScr { width:3.1875rem;height:1.7068125rem;top:44.3837890625rem;left:2.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTwBesTd62KiWOUTseRQWfJbtkLdcwag { width:4.875rem;height:1.21875rem;top:42.921875rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKoiWKME3MlCqov8D42zAaP8AuzxVg43 { width:6.5625rem;height:1.21875rem;top:44.626953125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { display:block; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.adaptive-delivery-prevent-bg, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyload, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyloading { background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { background-color: transparent; background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .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); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { border-width: 0; border-radius: 0; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }