.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:233,245,237;--color-primary-1:190,224,202;--color-primary-2:146,203,167;--color-primary-3:108,188,144;--color-primary-4:52,145,93;--color-secondary-0:255,229,229;--color-secondary-1:255,170,170;--color-secondary-2:255,84,84;--color-secondary-3:128,42,42;--color-secondary-4:38,13,13;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(var(--color-tertiary-0),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { border-width: 0; border-radius: 0; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:10.724125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:4.875rem;top:12.125rem;left:64.13424919485rem;display:block; }#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.adaptive-delivery-prevent-bg, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyload, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyloading { background-image: none; }
#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.5rem;top:5.125rem;left:-12.068181818182rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.125rem;left:0rem;display:block; }
#qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOftANMqkU57hP7eLTRFlSFXIrw1krRx { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:17rem;left:0rem;display:block; }
#xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5625rem;left:0.8125rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zO5uTWufUliWrDdaRaxEn5hwCq1Jk9JL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:32.3125rem;top:13.625rem;left:35.362423900795rem;overflow:hidden;display:block; }
#Fous57Fgf1fl12xMJsf75MTK8svhVmNU { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:7.3125rem;top:23.71875rem;left:34.669921875rem;display:block; }#Fous57Fgf1fl12xMJsf75MTK8svhVmNU.adaptive-delivery-prevent-bg, #Fous57Fgf1fl12xMJsf75MTK8svhVmNU.lazyload, #Fous57Fgf1fl12xMJsf75MTK8svhVmNU.lazyloading { background-image: none; }
#zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:none; }
#liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { background-color: transparent; background-image: none; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container > .video-iframe-container { display: none; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row > .video-iframe-container { display: none; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .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); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { border-width: 0; border-radius: 0; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#SCfAHkb05OtmR5501XF5GhOVwchiTfq3 { color:rgba(var(--color-primary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.78125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e5gKTQ7ZWCumSIWUSFGVWsUv0NphTLCO { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:12.5rem;left:4.40625rem;height:8.099625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDahFo0yftDXDEC579XzWfd3fOvl4kwu { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:52.75rem;top:22.6875rem;left:3.625rem;display:block; }
#ArW53dlQe3G3R3fDqwXdpRcMhwgMToob { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:24.3125rem;left:4.625rem;height:2.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xN1VXxreTH8D1MqtppbrSNdBWOF6TAS1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:52.75rem;top:28.625rem;left:3.625rem;display:block; }
#EQyycaemGe1lCRmrlsJorgIy9kWpknsw { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:30.25rem;left:4.625rem;height:4.04980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V48TNVOvJsg3TPczLkRKiHubZew62T7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { background-color: transparent; background-image: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container > .video-iframe-container { display: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container { display: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .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); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { border-width: 0; border-radius: 0; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#TlqHN8UBxcSLFpaztevbft8fttK3eWdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.25rem;left:1.9375rem; }
#aABPO79NnX4QOZgDItK4z07DGcBg2BLN { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:8.6875rem;left:1.9375rem;display:block; }
#Br1aMMv4I0xTucMbgL8cinCtR8ba1UOi { color:#1f333b;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:9.4375rem;left:4.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#bgPck06E7TxDw1kzGWgEQNrzqLufIc23 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:13.5rem;left:1.9375rem;display:block; }
#CqOfgqtnrwEIiXEFNwq9E8fNp6Rlm9W9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.0625rem;left:1.9375rem; }
#MInTo8gTfOzg5cPRqGPyTusqA0919k9B { color:#1f333b;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:14.25rem;left:4.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#CoJJxaTk5LQuglrw0yNhgcbS3TJVkJl4 { color:#1f333b;display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:18.875rem;left:4.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#Q3ITPdna5BQyNPs9X12wmPnZne2bfZMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.6875rem;left:1.9375rem; }
#LUdqzaoFm881GrQLJ25sbS2tmk4Ehhdg { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:18.125rem;left:1.9375rem;display:block; }
#CBzOU7cJneWpZTXysBqUxsWJ2nfJudZz { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:22.6875rem;left:1.9375rem;display:block; }
#htrVRnFDfprleWzOXlqsvFeJXLzrdzX0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.25rem;left:1.9375rem; }
#HZfsKdX3HZ5flnexviqRBJJIqIuLS9xA { color:#1f333b;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:23.4375rem;left:4.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { color:rgba(var(--color-primary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.9375rem;left:6.3125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J10SNwlTingLMRAT7FH1OmT9cFfpChTl { color:#1f333b;display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:30rem;left:1.9375rem;height:7.125rem;text-align:left;text-align-last:left;display:block; }
#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { background-color: transparent; background-image: none; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container > .video-iframe-container { display: none; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row > .video-iframe-container { display: none; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .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); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { border-width: 0; border-radius: 0; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#XPN1sUrpgfiNl7cZ4rdr2eCBJfXmpfO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.625rem;left:3.6875rem; }
#xRviJlPf02B3AJy8ohkXWWhTbZmW6VlU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:12.0625rem;left:3.6875rem;display:block; }
#QfuQGmrFNCOqv7yfVvXhTGso8XwbvAXl { color:#1f333b;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:12.8125rem;left:6.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#VEu6HS3guaeQcczJomr8QEMlLfRH7BoK { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.875rem;left:3.6875rem;display:block; }
#nKFfvyWAm9KuXQfAfn1uQPaVTVRFinyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.4375rem;left:3.6875rem; }
#GsDvpMd7DZgp2f4B4DIsgT9ix9UOGZsB { color:#1f333b;display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:17.625rem;left:6.5625rem;height:4.98633125rem;text-align:left;text-align-last:left;display:block; }
#rsOEPoBNfi4feOrh9oGbNX6i7vGDTTWi { color:#1f333b;display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:23.25rem;left:6.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#oeDWqTRpGwHKFyP2d3UA2q26wRHTqnJL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.0625rem;left:3.6875rem; }
#dvTmvnhL2GI7NaDnGPPApE826x6RPD6l { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:22.5rem;left:3.6875rem;display:block; }
#ShcRLHNtPxzg8nhUleMmBnF5cXAMgS6x { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:27.0625rem;left:3.6875rem;display:block; }
#suEAfZvOAJgXGN9Bq5ANHO3luJbnSMmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.625rem;left:3.6875rem; }
#TkTPrUXGvlUsXur5UOXD4Jqei4kwGCXX { color:#1f333b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:27.8125rem;left:6.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#QZTlpsTGQwyPqvs25ePEqzRP2VX2puZC { color:#1f333b;display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:32.375rem;left:6.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#C76RxGp7klwigApo7ZbXsoNW3zunCKtQ { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:31.625rem;left:3.6875rem;display:block; }
#X9bavwO6u6zfxz0T1vem8JrMEwp1c09Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.1875rem;left:3.6875rem; }
#AEEcNT2rviPFUysB3dE8wf9Sw1SWCc7s { color:rgba(var(--color-primary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:3.125rem;left:5.875rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gWniKvL3tNb6T4afc2uRVTdTs0L4nxOs { color:#1f333b;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.875rem;left:3.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#gIoJeRWQoIvdJhL7Ez01GPFHHEXg9TX5 { color:#1f333b;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:38.0625rem;left:3.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3432567f-a8f2-49f2-8934-279dd97ac4df/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm.adaptive-delivery-prevent-bg, #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm.lazyload, #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm.lazyloading { background-image: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { background-color: transparent; background-image: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container > .video-iframe-container { display: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row > .video-iframe-container { display: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .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); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { border-width: 0; border-radius: 0; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;position:relative;display:block; }#dwHhg3huOXD2IDLwfvvhZSDHwdwPkRbL { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:26.25rem;left:0.53125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VVWRE3xF0FvtA2a2HxDAEyQxEholLfG4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:38.875rem;top:1.6875rem;left:10.5625rem;overflow:hidden;display:block; }
#XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:30.6875rem;left:4.71875rem;height:3.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XgERhALsAvaHBJ7AUbVCTs8ELETezIIr { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.375rem;left:4.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EvZ9UxxaTMlOF3WMDJUWJXPvADAK09E2 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p8uIgLIa8QhaIfk3wVbNtiVNqQG0S5hX { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44.75rem;left:2.8125rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { background-color: transparent; background-image: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container > .video-iframe-container { display: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container { display: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .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); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { border-width: 0; border-radius: 0; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#ifaqfszb8haz13aeXuSPcO3Nqaxk5uxd { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.4)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container { background-color: transparent; background-image: none; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container > .video-iframe-container { display: none; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row > .video-iframe-container { display: none; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .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); }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container { border-width: 0; border-radius: 0; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#VbKWu0aaopH9MZhu1eZL1UJ12QOdrkMB { color:#1f333b;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:5.5rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#azfsGnBGHxRZcOtJHIrF9m8OwNVPD9PG { color:#1f333b;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.6875rem;left:0rem;height:11.63475rem;text-align:left;text-align-last:left;display:block; }
#dWiMB1kI3DxicH4X5o0Ikxk1rWoLIpi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.375rem;left:0rem; }
#VblGiXJTli3W1Bkq6KSNnsL5d30i4L87 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#vhSnqGVUTPKBDzN7mGpa8igqbXpMUQzy { color:#1f333b;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:11.6875rem;left:20rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#eApvXfpWOsknUK69T70wr9BvDNHbysE9 { color:#1f333b;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5rem;left:20rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#WOXLzP9noXqmFIH4W78Td92D0G0sg7xQ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:20rem;display:block; }
#SsGzTtMHsTul3TgS5QqAfA6lU2XW2qaF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.375rem;left:20rem; }
#AuT9UX9E3A1yKCpJdBfPR1uwp4xxr3la { color:#1f333b;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:11.6875rem;left:40rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#mV7ztsNU3ciho8Oe8plbJTJt0z8tGMpn { color:#1f333b;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:5.5rem;left:40rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#UTBynczrsfxLhaotOrMTBTJBMUO0ETd1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:0.375rem;left:40rem; }
#D6pfodq9gOTROWXwGC74AOBSZTo8wn0I { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:40rem;display:block; }
#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { background-color: transparent; background-image: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container > .video-iframe-container { display: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container { display: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .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); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { border-width: 0; border-radius: 0; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#NIZJmmS1dKRtELPcRX63BM44NhE60q2x { color:rgba(var(--color-primary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.125rem;left:4.25rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fh9osBt89OPHPBGDo02KB2LPeoMu0whr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.0625rem;left:6.4375rem; }
#z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:7.5rem;left:6.4375rem;display:block; }
#SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { color:#1f333b;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.25rem;left:9.3125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:12.3125rem;left:6.4375rem;display:block; }
#NBva32ClImc7eewGUMW2HMuTAhUHBJoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.875rem;left:6.4375rem; }
#ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { color:#1f333b;display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:13.0625rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { color:#1f333b;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:17.6875rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.5rem;left:6.4375rem; }
#CApPyNigWPqzynIKgbeC588dRMJIeWg9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.9375rem;left:6.4375rem;display:block; }
#aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21.5rem;left:6.4375rem;display:block; }
#qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.0625rem;left:6.4375rem; }
#KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { color:#1f333b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:22.25rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#NOJJOS3nCCocTByTitZw4OqmkIoht6v4 { color:#1f333b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:31.375rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#yAcLXNxkTyMqBHwdJKuehU83lm441SDq { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:30.625rem;left:6.4375rem;display:block; }
#Q2ol940C1LK6X8QpU3WcNac8ndmVpzGe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:31.1875rem;left:6.4375rem; }
#mF7LZAGAFL5NT2dHcwwE6A8qCIx9vDfm { color:#1f333b;display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:26.8125rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#c6XHhJ4g6HCQFuwn9iUTQDEabRhJP0Lg { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26.0625rem;left:6.4375rem;display:block; }
#s6eO0OICOMEy562PMWdHxalIZ7hExVUJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:26.625rem;left:6.4375rem; }
#pt0bU3ym8C3aBCAgeKLvL5OzWDcwxpox { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.6875rem;left:14.25rem;display:block; }
#spQrMaeIaM2xH8WoU83TNncxtI86JZD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { background-color: transparent; background-image: none; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container > .video-iframe-container { display: none; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row > .video-iframe-container { display: none; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .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); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { border-width: 0; border-radius: 0; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#hqJTtXVqmNX4Q4S262bW67OSxAkxoxfN { color:rgba(var(--color-primary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.78125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZzNXqh2qUHdkPe38mCc02eoTqHVEq2JV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:9.125rem;left:4.8125rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aBAmwwFZepGdShyAGpJAKOzyPtOtGk0R { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:52.75rem;top:12.375rem;left:3.625rem;display:block; }
#bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:13.6875rem;left:4.8125rem;height:10.1245rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kAAv3Sa4c0RS1yIxr4zVNM0Ck8aNqrSG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:52.75rem;top:29.8125rem;left:3.625rem;display:block; }
#f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:31.4375rem;left:4.625rem;height:10.1245rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NwoSSEXoDqw1O8wJTTDBLohkUs2SHD66 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:26.875rem;left:4.625rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { background-color: transparent; background-image: none; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container > .video-iframe-container { display: none; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row > .video-iframe-container { display: none; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .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); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { border-width: 0; border-radius: 0; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#ffw4IfWw5t3AlJIJM3fJR5Q4kkBfn6Fo { color:rgba(var(--color-primary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.46875rem;left:5.28125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hcv2uHNbA2r5XO3zKl59etsQUxAKd1Nq { color:#1f333b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.375rem;left:0rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#ySOdzey8VTc54fExoLr2LDkrlH3gwbDp { color:#1f333b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:14.0625rem;left:0rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { background-color: transparent; background-image: none; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container > .video-iframe-container { display: none; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row > .video-iframe-container { display: none; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .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); }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { border-width: 0; border-radius: 0; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { font-size:0.875rem;font-family:arial;height:174.9375rem;width:60rem;position:relative;display:block; }#Btx8bpuXDX4VFVP2TJwgKndThEmwTwKb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1.46875rem;left:1.4375rem;height:4.7246125rem;text-align:center;text-align-last:center;display:block; }
#tH27t3AwNphAhDl10AJy5ESReLXLq5xh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.6875rem;left:0.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:10.3125rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 li:before{  }
#J5imvA6uebDzXV6RvHTiPtN77IkFTAPi { position:absolute;display:block;z-index:15011;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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159.5625rem;width:29.1875rem;top:0.65625rem;left:-0.09375rem;display:block; }
#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:21.8125rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:before{  }
#qD7MIV6BB0dhryg9M34bl0E2fQToF5Mk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:18rem;left:0.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:33.125rem;left:0.875rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 li:before{  }
#STkmVBLbHVVcL29KAcN03Btsp16VaPJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:29.3125rem;left:0.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:44.75rem;left:0.875rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH li:before{  }
#iOvihp0ZrZRZXV7FKz5fZiC3TkpeXetT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:40.9375rem;left:0.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#Plwplng03vVNORou0y0rOB20HhzfEHFk { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:56.0625rem;left:0.875rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#Plwplng03vVNORou0y0rOB20HhzfEHFk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Plwplng03vVNORou0y0rOB20HhzfEHFk li:before{  }
#yb1sLmBiFEnM26hKm35nZcfKhcNmuBPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:52.25rem;left:0.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:67.75rem;left:0.9375rem;height:8.1860625rem;text-align:left;text-align-last:left;display:block; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:before{  }
#Ty2Q34hnoAaQugBIHgsnro24axWUEMA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:63.9375rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:81.0625rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP li:before{  }
#Kmg6niprimCM4RGtPbTgbxXnNChfwPA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:77.25rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:92.625rem;left:0.9375rem;height:8.1860625rem;text-align:left;text-align-last:left;display:block; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:before{  }
#dSAsv9a5MbdaBohTZocrOZNAGIAmN45k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:88.8125rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:105.375rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF li:before{  }
#CBEdA2B5fPF5BCD1Ckh6aGhw3ntHgDSs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:101.5625rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:117rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW li:before{  }
#U7PtnH4FUnWcrkznhwAkwoakxGOGwR7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:113.1875rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#gxoPabyqMptU51x18M50yb3ehDzlbdq6 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:128.5625rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#gxoPabyqMptU51x18M50yb3ehDzlbdq6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gxoPabyqMptU51x18M50yb3ehDzlbdq6 li:before{  }
#NQH8wxBVHsqEvFCKtEnOD4E3LMzRkBA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:124.75rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#v3qHedpeGBoG9GySRSDARIioWnTJf4TO { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:140.25rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#v3qHedpeGBoG9GySRSDARIioWnTJf4TO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v3qHedpeGBoG9GySRSDARIioWnTJf4TO li:before{  }
#llDXPHDaCUnuaTNg6bWhb5dT5VOpZbP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:136.4375rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:151.875rem;left:0.9375rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD li:before{  }
#KqceA8hGtQn2M86SETZpfCEGATqgTkT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:148.0625rem;left:1rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#dCeXEykpRiIP7BuzX3QC3kku8xiJCPRW { position:absolute;display:block;z-index:15039;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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:169.5625rem;width:29.1875rem;top:0.8125rem;left:30.8125rem;display:block; }
#grBVb04QvdQVILZXRi2r2F5wLwwh46QO { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:141.5625rem;left:31.5rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#grBVb04QvdQVILZXRi2r2F5wLwwh46QO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#grBVb04QvdQVILZXRi2r2F5wLwwh46QO li:before{  }
#HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:129.9375rem;left:31.5rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya li:before{  }
#MdiTAqML23NmWk7PIs2pPaqhoUKLGPhx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:137.75rem;left:31.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hOyM0PVcmasSWE6p7Igvy7DbseorTk1H { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:121.9375rem;left:31.6875rem;height:3.4619125rem;text-align:left;text-align-last:left;display:block; }#hOyM0PVcmasSWE6p7Igvy7DbseorTk1H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hOyM0PVcmasSWE6p7Igvy7DbseorTk1H li:before{  }
#LmuZlH1KNmGMub31d5bcWTfaTv57OECF { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:91.25rem;left:31.625rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#LmuZlH1KNmGMub31d5bcWTfaTv57OECF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LmuZlH1KNmGMub31d5bcWTfaTv57OECF li:before{  }
#ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:103.0625rem;left:31.625rem;height:5.03661875rem;text-align:left;text-align-last:left;display:block; }#ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI li:before{  }
#QR89tJht50B4HAUr5dibihqDWttksRcM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:99.25rem;left:31.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:113.0625rem;left:31.625rem;height:3.4619125rem;text-align:left;text-align-last:left;display:block; }#FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 li:before{  }
#ChByLR3GhZBkLEzS3pr65eDab5l9lF1v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:109.25rem;left:31.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#fRtAIGWBKCWnA6Li1WBoLdqa6den5tQP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:118.125rem;left:31.75rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:68.875rem;left:31.8125rem;height:;text-align:left;text-align-last:left;display:block; }#JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv li:before{  }
#Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:79.6875rem;left:31.625rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl li:before{  }
#TIv6SZOEw5O8UlmolTlVr0TLVWfJDKBf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:75.875rem;left:31.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#uf9qNW1Ti58rhmTIrVi1VVKDQ5hUp52U { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:87.4375rem;left:31.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#u6W07v6ZqFtbMTmKzXPxt7HMPgInSgSO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:65.0625rem;left:31.875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#QEzbsgig84mzaRKNlrdDE0yVWJadc0nx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:126.125rem;left:31.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:57.1875rem;left:31.75rem;height:;text-align:left;text-align-last:left;display:block; }#bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm li:before{  }
#AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:45.875rem;left:31.75rem;height:;text-align:left;text-align-last:left;display:block; }#AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc li:before{  }
#JFaaqy19EtgRUrXkdX3p4pylbZZusTEh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:53.375rem;left:31.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:34.25rem;left:31.75rem;height:;text-align:left;text-align-last:left;display:block; }#Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry li:before{  }
#m2QVOlegcuT0oEKflGILhCsnu33nWQ7k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:42.0625rem;left:31.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 { color:#1f333b;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:10.4375rem;left:31.8125rem;height:;text-align:left;text-align-last:left;display:block; }#egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 li:before{  }
#H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:22.9375rem;left:31.8125rem;height:;text-align:left;text-align-last:left;display:block; }#H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd li:before{  }
#Jthe67yW9XerWJgKNIkcuZpWJJZ2eppu { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:19.125rem;left:31.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#IPBQEF470TIh1vzBekk792S3AJ3OGS9p { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:30.4375rem;left:31.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#R0M3k4XbEirBpuBsePgy5g985845JsmL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:7.8125rem;left:31.8125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#trPwUiWpG8XzTGu64Hq449JO5LCdtGH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:1.625rem;left:32.3125rem;height:4.7246125rem;text-align:center;text-align-last:center;display:block; }
#apqdMXzwNiGeAmNBKofX1rU2kyRBpC1U { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:149rem;left:31.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:152.8125rem;left:31.625rem;height:6.6113125rem;text-align:left;text-align-last:left;display:block; }#vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA li:before{  }
#LeruF6r2HLHHRmuPT294Gf00IS9ybqec { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:159.9375rem;left:31.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1.4;letter-spacing:0;top:163.75rem;left:31.625rem;height:;text-align:left;text-align-last:left;display:block; }#nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 li:before{  }
#GXgikXRrTLV34pupFHIhf98tFpaucqGP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.4)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.4));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container { background-color: transparent; background-image: none; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container > .video-iframe-container { display: none; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row > .video-iframe-container { display: none; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .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); }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container { border-width: 0; border-radius: 0; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#TG4CglhTRNiTZo3fIIi6lCacvW1gON6M { color:rgba(var(--color-primary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:2.75rem;left:9.125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#srRuViCa6BPHTOPXnSv1OCp6nKnc8May { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.8125rem;left:4.25rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pvrfOXQtdr4TEX7dgSdl6bDlnGxeHr9Q { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);box-shadow: none;height:15.375rem;width:27.4375rem;top:20.1875rem;left:0rem;display:block; }
#lRGurhCpgWtdsg4sTd4Bq6xdmPQhVtwC { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);box-shadow: none;height:15.375rem;width:27.4375rem;top:20.1875rem;left:32.3125rem;display:block; }
#sTtpyK5MmIe1rTFvuTMITJ1CKFWWIVKF { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.1875rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NFOfEeJaU4BaPi9KP2NdCrmHgR6OTkEi { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:17.1875rem;left:32.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oxaKJ43n3HKOZCXLl38hc52KimUEAapb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3432567f-a8f2-49f2-8934-279dd97ac4df/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb.adaptive-delivery-prevent-bg, #oxaKJ43n3HKOZCXLl38hc52KimUEAapb.lazyload, #oxaKJ43n3HKOZCXLl38hc52KimUEAapb.lazyloading { background-image: none; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { background-color: transparent; background-image: none; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container > .video-iframe-container { display: none; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row > .video-iframe-container { display: none; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .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); }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { border-width: 0; border-radius: 0; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { font-size:0.875rem;font-family:arial;height:106.625rem;width:60rem;position:relative;display:block; }#PixmW8fySXiq3ATV6SJ8NF0oCGrwuoB0 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:100.875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V3RTllHitagI2oUZ1NH4gQoH8dSDVblV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:40.5625rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lIyKDwPTs35IyqC1DBJXHD09vrfl5ULH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.3125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bt16q3m9DWnaZUPF8pmuAxIakvh161bD { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:94.5625rem;left:12.53125rem;display:block; }
#dBOaEsIxPniEyLvRtqTAqz3uo7HyWvUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdULPKqcePcEJTTyEwdRDs2kv2rnVFNq { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:26.0625rem;left:1.03125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tylUmuuRrpXp21B6pGVPmQTlG97IPoab { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:49rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f4VIfxbfDbTKR502wwxf8Jb3K6KwwC58 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:52.1875rem;left:9.8125rem;display:block; }
#HICWclwrn77zaJGmgOkv6o3tvubyU5k3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:52.75rem;left:9.8125rem; }
#DG35WKWhwJDc4LtJq1kLnPTUJnUx9gxv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:52.9375rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#NzbT8dtwr7MIndOS3bCTBPyqvv4S1Guf { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:56.0625rem;left:9.8125rem;display:block; }
#i1dOd9lvlC8f9iZ48GkqOqSO68VaTvpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:56.625rem;left:9.8125rem; }
#MABHF0KgWcg1GT3UaLZQbCBQaFew0pP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:56.8125rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#XQLTu6oRhszHn8KfBXJzIxZkm6u3K6kP { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:59.6875rem;left:9.8125rem;display:block; }
#J6fA0fWPF0Wavdi1keaGIIGtc2AgQmFx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:60.25rem;left:9.8125rem; }
#GvDUUwvoc5mkSa8g7tooII2eeUtQPTp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:60.4375rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#EZUccQiIncecFPzutwA6d17tTvGf6hTk { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:63.375rem;left:9.8125rem;display:block; }
#BtJMaTih95PvTtwCiOLxc6HzMNteFkGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:63.9375rem;left:9.8125rem; }
#gaukW8qmSifNRN7KOz1RvInEI8qkxQnC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:64.125rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#ENKfRZn9IKdBCyVyacrK3OTUsUlOO0f1 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:37.1875rem;top:2.25rem;left:11.40625rem;overflow:hidden;display:block; }
#WXeKTw8eKlE5iHWKE82zhgQp95WJCIkR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:30.5rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n2CtGXTtT4Od8pvbRvKteomN7dhRTpAa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:35.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gUUvtgKMsUCJ0AZQOfiJDAspTXGgP1bn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:37.6875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#swBixH7p6uIwgfsOiqGokpTgdMa7XG8W { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:44.6875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fyZX3sf112FN3Jkbgm6RUHFQfs2u1b1H { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:67.3125rem;left:9.8125rem;display:block; }
#kkRUQobV5ulxXwonxvew8wcXcJfgviPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:67.875rem;left:9.8125rem; }
#uud5y9ERD82aBewT4AooFxaEWtuKIEyW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:68.0625rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#iNHTte2MI0M1gRsOEuZv0pEz9xWxdUyB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:72.75rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KsS498C8RBPBt5SOaiEcSrcu7d8MA5JG { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:75.3125rem;left:9.8125rem;display:block; }
#zWB4hzzAp4y22gK6WXZnBlxRefEfnpUu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:75.875rem;left:9.8125rem; }
#JJHJg6kWwCaZWd6m3Qgkfww93ZzZRrhT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:76.0625rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#cV2ugA6MAvv8hdlHKgIQb8yVIkbFu2eQ { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:79.3125rem;left:9.8125rem;display:block; }
#EGzo9QyDKAIKUrpDI1T62qWd9MKqxRex { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:79.875rem;left:9.8125rem; }
#t1q2dmRBRq7WbVERROrB5bNnIp9kct80 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.4;letter-spacing:0;top:80.0625rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#vMxs43ppvvlhbrqt1lRUsJz27kk7oq8c { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:83.0625rem;left:9.8125rem;display:block; }
#yuu8oEw1xEeABx5mtxgCFMg31fK8QVCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:83.625rem;left:9.8125rem; }
#UewiRHrTAlhWZ38guzxBe8wlVDJunfrJ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:83.8125rem;left:12.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#cqUcvZoINzgV5NcTHE7TiKg0K6WNDKwp { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:87.0625rem;left:9.8125rem;display:block; }
#VKEffUth9a4X2yCTcBh5dbAv360RfuUT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:87.625rem;left:9.8125rem; }
#BX7eTpzI7bXlP3QZP1rTWJou74zB6cGo { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:87.8125rem;left:12.6875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#fX0iKms9JhmdKM4KBdMcqFpSCfutG6Gh { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:94.5625rem;left:12.53125rem;display:none; }
#Luby6rgkCs7TfT5ayRToqzwzdTyb27tr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { background-color: transparent; background-image: none; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container > .video-iframe-container { display: none; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row > .video-iframe-container { display: none; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .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); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { border-width: 0; border-radius: 0; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#qdt6Z3vDbfxbAgTykNkKxaJ4LcHM7KRo { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LJ6poTN9iTrbavr8cBGSxI5VrSv9y2nX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.8125rem;left:5.75rem; }
#pr03WpEn4DkVpTQvwKfys4TEN8NzpOJC { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:8.25rem;left:5.75rem;display:block; }
#PVtu7JzMrgg2OEVXZqS2VvFXHuAZuD3P { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9rem;left:8.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#P4OLfvk9DTM9ZFyBJKeaI4kX0W4CKRnH { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:12.1875rem;left:5.75rem;display:block; }
#CS7XA8qQap655CdVOnh3WTQzgNeEFOGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.75rem;left:5.75rem; }
#SQMPk75R4GZTWMW5vdu1klaFcslw8cZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:12.9375rem;left:8.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#iTMeThnX0hbX5u3y11l1Px40xKf9kHMf { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.75rem;left:5.75rem;display:block; }
#Hnl4KmoQmkecPtIhPKyBkmKmUD0pBzRK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:17.5rem;left:8.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hkSX00BydWuSASqXakEHFzxOC6PbImIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.3125rem;left:5.75rem; }
#feXWaX2qhT5xpOJHNPI0q9vevDz5WJTc { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22.125rem;left:8.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#eH82p99NspT0ognUxGkV6TmZpXVe4Bhx { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21.375rem;left:5.75rem;display:block; }
#E0EtqaWE5VB1CLEWo9JVUBNO5V7kwATn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.9375rem;left:5.75rem; }
#fhr1OR36vgmc5LAeMBcrSuoofuOGM7Nn { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:26.75rem;left:8.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#X7q4BsbM8FeoU90W7L5XKONZ7KFfGtwG { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26rem;left:5.75rem;display:block; }
#nPOO46DhFCo0g5LpcJXsFPUW0egGaBC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.5625rem;left:5.75rem; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { background-color: transparent; background-image: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .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); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { border-width: 0; border-radius: 0; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.0625rem;left:11.15625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { background-color: transparent; background-image: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .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); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { border-width: 0; border-radius: 0; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { 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:15020;opacity:1;top:0.53125rem;left:20rem; }
#PN94vTJu08JlwfNw5gaIUyT9TObNlwki { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:20rem;display:block; }
#lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:40rem;display:block; }
#TM18LrkNyX7TCRKMEdtgqATS85OXOinm { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:6.6484375rem;text-align:left;text-align-last:left;display:block; }
#ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { color:#1f333b;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.5625rem;left:20rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.5625rem;left:40rem;height:6.6484375rem;text-align:left;text-align-last:left;display:block; }
#AGCVTIz8CJ0kh2E7z612C8RlI8FPCzuu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:40rem; }
#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container { background-color: transparent; background-image: none; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container > .video-iframe-container { display: none; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row > .video-iframe-container { display: none; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .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); }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container { border-width: 0; border-radius: 0; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#u9DKWF3nqayt408BKn8epfDc3Q3OIOnn { 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:15019;opacity:1;top:0.5625rem;left:20rem; }
#GgwQdZLGI8k4F7uklZFOaLnodV6dxQiK { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#KMLUlqyaLnu46xwMFw6mBTaeZilQM8km { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:20rem;display:block; }
#iKwbpFTRFO6xfQCytnxP4Z3N2vcXxFTv { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:6.6484375rem;text-align:left;text-align-last:left;display:block; }
#fBxMpmJUVpxc8H9mAMBylfJZyToBO6OI { color:#1f333b;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.5625rem;left:20rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { 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:15019;opacity:1;top:0.5625rem;left:0rem; }
#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container { background-color: transparent; background-image: none; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container > .video-iframe-container { display: none; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row > .video-iframe-container { display: none; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .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); }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container { border-width: 0; border-radius: 0; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#afsyGBK4WcJMNscSvsBEEguXfhNkrAyv { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:15.5rem;display:block; }
#T7oylJxcstoloBSswN9P3Lcv0pBauJ7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc { 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; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { background-color: transparent; background-image: none; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container > .video-iframe-container { display: none; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row > .video-iframe-container { display: none; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .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); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { border-width: 0; border-radius: 0; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#MfUIcBI42yNVebWvauyN90PzVMrgIl1R { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D { 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; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { background-color: transparent; background-image: none; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container > .video-iframe-container { display: none; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row > .video-iframe-container { display: none; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .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); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { border-width: 0; border-radius: 0; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#kn8InEpxRp26Eaco1OGnqUO0gwxZdIhC { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:12.875rem;left:0rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MV8fTzeBNuhysR7xpSrlgNCqDHlPsZLe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:18.4375rem;left:41.5625rem;display:block; }
#HgOLawqlFhTTOfn9PbccRCZ5M1FFFKuG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:16.1875rem;top:1.6875rem;left:43.8125rem;overflow:hidden;display:block; }
#qcrnAoDVV9ccEiLgJHK0qHbuLfvD4h5n { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.625rem;left:0rem;height:7.8735625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xSiE6ODbqf9tWJvHu3q6oJuDdw0zI0LZ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:19.03125rem;left:0rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 { 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; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { background-color: transparent; background-image: none; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container > .video-iframe-container { display: none; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row > .video-iframe-container { display: none; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .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); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { border-width: 0; border-radius: 0; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#Pxfad1O2f95I6fvxBN4nmFV6nqKDFIFz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15rem;left:23.5625rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cbPT5RKaEAgTRlLL5loHHPpmqGMcEZaE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:18.4375rem;left:7rem;display:block; }
#uIhdw7HMAGaaMWewurfePOqq9WEWD2I9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:16.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#iI6tZpyb5u1KhHSq3fs0ovkesbzBKX1b { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:4.625rem;left:23.5625rem;height:7.8735625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { background-color: transparent; background-image: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .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); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { border-width: 0; border-radius: 0; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { color:rgba(var(--color-primary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.375rem;left:6.96875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { background-color: transparent; background-image: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .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); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { border-width: 0; border-radius: 0; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:22.875rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:21.1875rem;top:3.625rem;left:30rem;overflow:hidden;display:block; }
#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { background-color: transparent; background-image: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .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); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { border-width: 0; border-radius: 0; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:20.375rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:21.125rem;top:2.5rem;left:30rem;overflow:hidden;display:block; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { position:relative;display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { background-color: transparent; background-image: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .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); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:rgba(var(--color-primary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:2.75rem;left:9.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eVyWCFu9uurpNem7zaPA2GEPqRuziZlo { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.6875rem;left:15.5rem;display:block; }
#VpZQilxoQ0opEsGKRIfPXEeppO1tFL8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6v9LQ3bA6cLZNTSDZCP1KywTo488AOl { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:11.15625rem;left:10rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#kTcXrpQEreubzDV69l9BQSWsbla2BiNS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.8125rem;left:7.25rem; }
#Mg4hBEarliD50GbUBVXEKDne6VR32HnO { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:11.25rem;left:7.25rem;display:block; }
#OOLuAW6fTyLkNJ6VEcTXz5XK4kACbphh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:15.6875rem;left:10rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#O2UmC36DCUwdtyuGhKBH38FFKUHT5p45 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:15.6875rem;left:7.1875rem;display:block; }
#k9s96N3HqXbshgH54XzbZCAzt0vqO3rt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.25rem;left:7.1875rem; }
#vX4dTie5TKSJBUhD98IymFgJRFNyZ3DO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.5625rem;left:7.25rem; }
#QGbT4eMXxCke7SOf4gT5DTRKWZhKdCiD { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20rem;left:7.25rem;display:block; }
#ATh59sTgN2Q9P5Uxmh9u7tiRG1a7iT4c { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:19.90625rem;left:10rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hz2m6xGcEgMXT0a7JcsTBTyQJ8DXRTF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:23.875rem;left:10rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#S4CcAw7tUIc9mu16m0p5RFTb2lvOqfBD { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:24rem;left:7.125rem;display:block; }
#F2FvueSQqC1LAFZKkGabfvVBQDUMtqn9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.5625rem;left:7.1875rem; }
#KPeJhtCdprZezVkCZOoroUocDlupmcHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:27.8125rem;left:10rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#b4i1W7H96OTloFLLFDxeBzE0hZDIb0eq { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:27.8125rem;left:7.125rem;display:block; }
#FC7uNri7G57TlC3KmoBUSHfrqwBaTUms { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.375rem;left:7.125rem; }
#ndpulC6C33v1oIfvh0c38nDgqpZkCThC { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:33.4375rem;left:7.1875rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { background-color: transparent; background-image: none; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container > .video-iframe-container { display: none; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row > .video-iframe-container { display: none; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .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); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { border-width: 0; border-radius: 0; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#wzoyBRqEhAdgy4A20GfsnH1vMhVgIQLU { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MBawwPDqRW9V12Rrek2ZNFWbcWDaEfXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.9375rem;left:2.75rem; }
#dSFkntnekVW3gCtvZ5gPX5HQEoMsHI8u { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:11.375rem;left:2.75rem;display:block; }
#l3w81TTlE394kT6p5sKmqwLmNB5Cw7Zb { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.125rem;left:5.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#RRX03JOomu03A1A3oktC17EGoLyLPxxk { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:15.3125rem;left:2.75rem;display:block; }
#vG2pgirSLscmo35OX415DlcSMXiTgEhn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.875rem;left:2.75rem; }
#pxwlSdUcruzBsNBFCaSQ1CDewPH2UL8V { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.0625rem;left:5.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DqXOb4V5yzx9Z09bX1V4JbZTHpSgmTL4 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:19.875rem;left:2.75rem;display:block; }
#pEXuKQcmLRpMTcqozg8T41kd7xqQucn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:20.625rem;left:5.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#CrkrlPRecA8EDMLTTQJkTviFXZy7rxMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.4375rem;left:2.75rem; }
#v85yD9RRT8Fi4t8ENJAx6xw2M6TghU6r { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:25.25rem;left:5.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#o9qxKHrXBHXLuTLnBvwKfTR4VrtiasbD { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:24.5rem;left:2.75rem;display:block; }
#zZkkfARLwTSxNm8zMNNfwDdTlkGKyxSi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.0625rem;left:2.75rem; }
#q5vKtbMJt5v2XGom7FXVOoab65oRTSTt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:8.5625rem;left:2.75rem;height:1.8374rem;text-align:left;text-align-last:left;display:block; }
#VZsLdye64gWDQuqhhCIFKUpgDvyZIZVw { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:59.625rem;top:7.1875rem;left:0rem;display:block; }
#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);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; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { background-color: transparent; background-image: none; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container > .video-iframe-container { display: none; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row > .video-iframe-container { display: none; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .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); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { border-width: 0; border-radius: 0; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#kUxgp1hxd8C7W6KqhbKV9LZM9uwg3PR1 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:6.125rem;left:2.1875rem;display:block; }
#N6bMMHHPZ8362sKtobg4kwi0ovnSniQl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.6875rem;left:2.1875rem; }
#Tq6kiHZGTZiJ2qfM7R71ul0xdnNJEAmT { color:#1f333b;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.875rem;left:5.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#NoOiZwoizIf9Ml4bNOCCEi2Fvg01BQqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.8125rem;height:1.8374rem;text-align:left;text-align-last:left;display:block; }
#A9ZVT3Zvqb3UmWop4pr0cRgnOXyw0TOr { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:10.125rem;left:2.1875rem;display:block; }
#WxSX7P3tKAlsRGe6vIlunrST4Hb77DlG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.6875rem;left:2.1875rem; }
#DO3vRE0PW37zBJcCbC82RhCBfMz3xXXr { color:#1f333b;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.875rem;left:5.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#iT2TPgfySSMJuWUK52QcMOv1dTnaKAMh { color:#1f333b;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:14.875rem;left:5.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#b4J9fUCSD6rLCZevI5rAh6USbWoM4e5i { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:14.125rem;left:2.1875rem;display:block; }
#X86OTWZoQ3os3Hqbid1dDxoTGuZBDknS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.6875rem;left:2.1875rem; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { background-color: transparent; background-image: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .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); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { border-width: 0; border-radius: 0; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { background-color: transparent; background-image: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .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); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { border-width: 0; border-radius: 0; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { color:#1f333b;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:6.2988125rem;text-align:left;text-align-last:left;display:block; }
#glB7JLTofSQIrXTMgrgIeVCDmM7hceER { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:12.0625rem;left:0rem;display:block; }
#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { background-color: transparent; background-image: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .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); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { border-width: 0; border-radius: 0; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { color:#1f333b;display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { color:#1f333b;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.125rem;left:5.25rem;height:4.72411875rem;text-align:left;text-align-last:left;display:block; }
#u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:12.375rem;left:0rem;display:block; }
#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { background-color: transparent; background-image: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .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); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { border-width: 0; border-radius: 0; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { color:#1f333b;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.375rem;left:0rem;display:block; }
#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { background-color: transparent; background-image: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container > .video-iframe-container { display: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container { display: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .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); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { border-width: 0; border-radius: 0; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#KS7GIqEhE7XiKfuespO62n8R3rTwn80e { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { color:#1f333b;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.9375rem;left:0rem;display:block; }
#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { background-color: transparent; background-image: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container > .video-iframe-container { display: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container { display: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .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); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { border-width: 0; border-radius: 0; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { color:#1f333b;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:4.72411875rem;text-align:left;text-align-last:left;display:block; }
#XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:10rem;left:0rem;display:block; }
#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { background-color: transparent; background-image: none; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container > .video-iframe-container { display: none; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row > .video-iframe-container { display: none; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .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); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { border-width: 0; border-radius: 0; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#BA0P0NCAvL5hLSkPWrrVRqHEXawtbzWu { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ytI2k5T6hDu8LOnXUGaKKzIAEk9AM2z6 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#bx7yaT34ex7ozXKxaywrBspMF0a2LtDf { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.375rem;left:0rem;display:block; }
#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { background-color: transparent; background-image: none; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container > .video-iframe-container { display: none; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row > .video-iframe-container { display: none; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .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); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { border-width: 0; border-radius: 0; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#gwh4MFQDAItbuG3ga6ToHvvH4p5OreOb { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ziUVyRiZdWPWkPTpDDit3IXnJHQpSVGm { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#hX3sBzHtU59E0tzpt4QyDC1yrs6T2Mgq { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.5rem;left:0rem;display:block; }
#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container { background-color: transparent; background-image: none; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container > .video-iframe-container { display: none; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row > .video-iframe-container { display: none; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .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); }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container { border-width: 0; border-radius: 0; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#bmHmL64qXDzwbTaN3WUmkK74eEZFPmNK { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#iD40rUgvycuIRH6K2QmTFPppqe712VmH { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.25rem;left:5rem;height:1.57470625rem;text-align:left;text-align-last:left;display:block; }
#epqGi3QUezBBygZR9XmKLEbVgtopBKBm { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.5rem;left:0rem;display:block; }
#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { background-color: transparent; background-image: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .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); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { border-width: 0; border-radius: 0; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.6875rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.625rem;left:15.5rem;display:block; }
#iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { position:relative;display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { background-color: transparent; background-image: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .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); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { border-width: 0; border-radius: 0; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:#1f333b;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:47.75rem;height:10.6875rem;top:1.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.875rem;height:7.4375rem;top:12.125rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { width:29rem;height:4.375rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #fOftANMqkU57hP7eLTRFlSFXIrw1krRx { width:0.125rem;height:7.25rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { width:32.5rem;height:6.1875rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO5uTWufUliWrDdaRaxEn5hwCq1Jk9JL { top:13.625rem;left:15.4375rem;width:32.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fous57Fgf1fl12xMJsf75MTK8svhVmNU { width:7.3125rem;height:10.25rem;top:23.6875rem;left:28.544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { width:29rem;height:4.375rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block; }
 }@media only screen and (max-width: 763px) { #xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g { display:block; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCfAHkb05OtmR5501XF5GhOVwchiTfq3 { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5gKTQ7ZWCumSIWUSFGVWsUv0NphTLCO { width:47.75rem;height:8rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDahFo0yftDXDEC579XzWfd3fOvl4kwu { width:47.375rem;height:4.5rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArW53dlQe3G3R3fDqwXdpRcMhwgMToob { width:47.75rem;height:2rem;top:24.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN1VXxreTH8D1MqtppbrSNdBWOF6TAS1 { width:47.375rem;height:6.25rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQyycaemGe1lCRmrlsJorgIy9kWpknsw { width:47.75rem;height:4rem;top:30.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V48TNVOvJsg3TPczLkRKiHubZew62T7s { display:block; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlqHN8UBxcSLFpaztevbft8fttK3eWdG { width:1.9375rem;height:1.9375rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABPO79NnX4QOZgDItK4z07DGcBg2BLN { width:1.3125rem;height:3rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br1aMMv4I0xTucMbgL8cinCtR8ba1UOi { width:47.75rem;height:3.25rem;top:9.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPck06E7TxDw1kzGWgEQNrzqLufIc23 { width:1.3125rem;height:3rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOfgqtnrwEIiXEFNwq9E8fNp6Rlm9W9 { width:1.9375rem;height:1.9375rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MInTo8gTfOzg5cPRqGPyTusqA0919k9B { width:47.75rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoJJxaTk5LQuglrw0yNhgcbS3TJVkJl4 { width:44.4375rem;height:3.25rem;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ITPdna5BQyNPs9X12wmPnZne2bfZMf { width:1.9375rem;height:1.9375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUdqzaoFm881GrQLJ25sbS2tmk4Ehhdg { width:1.3125rem;height:3rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBzOU7cJneWpZTXysBqUxsWJ2nfJudZz { width:1.3125rem;height:3rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrVRnFDfprleWzOXlqsvFeJXLzrdzX0 { width:1.9375rem;height:1.9375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZfsKdX3HZ5flnexviqRBJJIqIuLS9xA { width:47.75rem;height:3.25rem;top:23.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { width:45.9375rem;height:3.5rem;top:3.9375rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J10SNwlTingLMRAT7FH1OmT9cFfpChTl { width:47.75rem;height:7rem;top:30rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 { display:block; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPN1sUrpgfiNl7cZ4rdr2eCBJfXmpfO8 { width:1.9375rem;height:1.9375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRviJlPf02B3AJy8ohkXWWhTbZmW6VlU { width:1.3125rem;height:3rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuQGmrFNCOqv7yfVvXhTGso8XwbvAXl { width:47.75rem;height:3.25rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEu6HS3guaeQcczJomr8QEMlLfRH7BoK { width:1.3125rem;height:3rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFfvyWAm9KuXQfAfn1uQPaVTVRFinyW { width:1.9375rem;height:1.9375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsDvpMd7DZgp2f4B4DIsgT9ix9UOGZsB { width:47.75rem;height:4.875rem;top:17.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOEPoBNfi4feOrh9oGbNX6i7vGDTTWi { width:46.4375rem;height:3.25rem;top:23.25rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeDWqTRpGwHKFyP2d3UA2q26wRHTqnJL { width:1.9375rem;height:1.9375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTmvnhL2GI7NaDnGPPApE826x6RPD6l { width:1.3125rem;height:3rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcRLHNtPxzg8nhUleMmBnF5cXAMgS6x { width:1.3125rem;height:3rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suEAfZvOAJgXGN9Bq5ANHO3luJbnSMmT { width:1.9375rem;height:1.9375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTPrUXGvlUsXur5UOXD4Jqei4kwGCXX { width:43.875rem;height:3.25rem;top:27.8125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTlpsTGQwyPqvs25ePEqzRP2VX2puZC { width:43.9375rem;height:3.25rem;top:32.375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76RxGp7klwigApo7ZbXsoNW3zunCKtQ { width:1.3125rem;height:3rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bavwO6u6zfxz0T1vem8JrMEwp1c09Z { width:1.9375rem;height:1.9375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEEcNT2rviPFUysB3dE8wf9Sw1SWCc7s { width:45.9375rem;height:3.5rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWniKvL3tNb6T4afc2uRVTdTs0L4nxOs { width:38.875rem;height:1.625rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIoJeRWQoIvdJhL7Ez01GPFHHEXg9TX5 { width:38.875rem;height:1.625rem;top:38.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm { display:block; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwHhg3huOXD2IDLwfvvhZSDHwdwPkRbL { width:47.75rem;height:3.25rem;top:26.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVWRE3xF0FvtA2a2HxDAEyQxEholLfG4 { top:1.6875rem;left:4.4375rem;width:38.875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v { width:47.75rem;height:3.875rem;top:30.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgERhALsAvaHBJ7AUbVCTs8ELETezIIr { width:47.75rem;height:2.5625rem;top:36.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZ9UxxaTMlOF3WMDJUWJXPvADAK09E2 { width:47.75rem;height:;top:40.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8uIgLIa8QhaIfk3wVbNtiVNqQG0S5hX { width:47.75rem;height:6.5rem;top:44.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { display:block; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifaqfszb8haz13aeXuSPcO3Nqaxk5uxd { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF { display:block; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbKWu0aaopH9MZhu1eZL1UJ12QOdrkMB { width:14.4375rem;height:5.25rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azfsGnBGHxRZcOtJHIrF9m8OwNVPD9PG { width:17.125rem;height:11.375rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWiMB1kI3DxicH4X5o0Ikxk1rWoLIpi7 { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VblGiXJTli3W1Bkq6KSNnsL5d30i4L87 { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSnqGVUTPKBDzN7mGpa8igqbXpMUQzy { width:17.125rem;height:8.125rem;top:11.6875rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eApvXfpWOsknUK69T70wr9BvDNHbysE9 { width:14.4375rem;height:5.25rem;top:5.5rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOXLzP9noXqmFIH4W78Td92D0G0sg7xQ { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsGzTtMHsTul3TgS5QqAfA6lU2XW2qaF { width:3.4375rem;height:3.4375rem;top:0.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuT9UX9E3A1yKCpJdBfPR1uwp4xxr3la { width:15.6875rem;height:9.75rem;top:11.6875rem;left:30.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV7ztsNU3ciho8Oe8plbJTJt0z8tGMpn { width:14.4375rem;height:5.25rem;top:5.5rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTBynczrsfxLhaotOrMTBTJBMUO0ETd1 { width:3.4375rem;height:3.4375rem;top:0.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6pfodq9gOTROWXwGC74AOBSZTo8wn0I { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZJmmS1dKRtELPcRX63BM44NhE60q2x { width:47.75rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { width:1.9375rem;height:1.9375rem;top:8.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:7.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:38.875rem;height:1.625rem;top:8.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:12.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { width:1.9375rem;height:1.9375rem;top:12.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:44.3125rem;height:3.25rem;top:13.0625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:43.4375rem;height:3.25rem;top:17.6875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { width:1.9375rem;height:1.9375rem;top:17.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:16.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:21.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { width:1.9375rem;height:1.9375rem;top:22.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:43.875rem;height:3.25rem;top:22.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOJJOS3nCCocTByTitZw4OqmkIoht6v4 { width:43.875rem;height:3.25rem;top:31.375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAcLXNxkTyMqBHwdJKuehU83lm441SDq { width:1.3125rem;height:3rem;top:30.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ol940C1LK6X8QpU3WcNac8ndmVpzGe { width:1.9375rem;height:1.9375rem;top:31.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF7LZAGAFL5NT2dHcwwE6A8qCIx9vDfm { width:43.9375rem;height:3.25rem;top:26.8125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6XHhJ4g6HCQFuwn9iUTQDEabRhJP0Lg { width:1.3125rem;height:3rem;top:26.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eO0OICOMEy562PMWdHxalIZ7hExVUJ { width:1.9375rem;height:1.9375rem;top:26.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt0bU3ym8C3aBCAgeKLvL5OzWDcwxpox { width:29rem;height:4.375rem;top:37.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQrMaeIaM2xH8WoU83TNncxtI86JZD5 { display:block; }
 }@media only screen and (max-width: 763px) { #Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz { display:block; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqJTtXVqmNX4Q4S262bW67OSxAkxoxfN { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNXqh2qUHdkPe38mCc02eoTqHVEq2JV { width:19.875rem;height:2.4375rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBAmwwFZepGdShyAGpJAKOzyPtOtGk0R { width:47.375rem;height:12.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI { width:47.75rem;height:10rem;top:13.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAv3Sa4c0RS1yIxr4zVNM0Ck8aNqrSG { width:47.375rem;height:12.6875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 { width:47.75rem;height:10rem;top:31.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwoSSEXoDqw1O8wJTTDBLohkUs2SHD66 { width:26.9375rem;height:2.4375rem;top:26.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 { display:block; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffw4IfWw5t3AlJIJM3fJR5Q4kkBfn6Fo { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcv2uHNbA2r5XO3zKl59etsQUxAKd1Nq { width:47.75rem;height:4.875rem;top:7.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOdzey8VTc54fExoLr2LDkrlH3gwbDp { width:47.75rem;height:1.625rem;top:14.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDBIL6vxDEno28yGDJKGlQEXL3XuViIt { display:block; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btx8bpuXDX4VFVP2TJwgKndThEmwTwKb { width:27.125rem;height:4.625rem;top:1.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH27t3AwNphAhDl10AJy5ESReLXLq5xh { width:28.1875rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 { width:26.8125rem;height:6.5625rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }#nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 li:before{  }
 }@media only screen and (max-width: 763px) { #J5imvA6uebDzXV6RvHTiPtN77IkFTAPi { width:29.1875rem;height:159.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycJfp1mzmLamaZkQED99Nq8Mii2OIXep { width:26.8125rem;height:6.5625rem;top:21.8125rem;left:0rem;font-size:1.125rem;display:block; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:before{  }
 }@media only screen and (max-width: 763px) { #qD7MIV6BB0dhryg9M34bl0E2fQToF5Mk { width:28.1875rem;height:3.25rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 { width:26.8125rem;height:6.5625rem;top:33.125rem;left:0rem;font-size:1.125rem;display:block; }#Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 li:before{  }
 }@media only screen and (max-width: 763px) { #STkmVBLbHVVcL29KAcN03Btsp16VaPJ5 { width:28.1875rem;height:3.25rem;top:29.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH { width:26.8125rem;height:6.5625rem;top:44.75rem;left:0rem;font-size:1.125rem;display:block; }#MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH li:before{  }
 }@media only screen and (max-width: 763px) { #iOvihp0ZrZRZXV7FKz5fZiC3TkpeXetT { width:28.1875rem;height:3.25rem;top:40.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plwplng03vVNORou0y0rOB20HhzfEHFk { width:26.8125rem;height:6.5625rem;top:56.0625rem;left:0rem;font-size:1.125rem;display:block; }#Plwplng03vVNORou0y0rOB20HhzfEHFk li:before{  }
 }@media only screen and (max-width: 763px) { #yb1sLmBiFEnM26hKm35nZcfKhcNmuBPJ { width:28.1875rem;height:3.25rem;top:52.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZqWveOThhRP3PcuVrDpNhJawbTDFZq { width:26.8125rem;height:8.125rem;top:67.75rem;left:0rem;font-size:1.125rem;display:block; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:before{  }
 }@media only screen and (max-width: 763px) { #Ty2Q34hnoAaQugBIHgsnro24axWUEMA8 { width:24.1875rem;height:3.25rem;top:63.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP { width:26.8125rem;height:6.5625rem;top:81.0625rem;left:0rem;font-size:1.125rem;display:block; }#ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP li:before{  }
 }@media only screen and (max-width: 763px) { #Kmg6niprimCM4RGtPbTgbxXnNChfwPA7 { width:19.5625rem;height:3.25rem;top:77.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 { width:26.8125rem;height:8.125rem;top:92.625rem;left:0rem;font-size:1.125rem;display:block; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:before{  }
 }@media only screen and (max-width: 763px) { #dSAsv9a5MbdaBohTZocrOZNAGIAmN45k { width:19.5625rem;height:3.25rem;top:88.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF { width:26.8125rem;height:6.5625rem;top:105.375rem;left:0rem;font-size:1.125rem;display:block; }#ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF li:before{  }
 }@media only screen and (max-width: 763px) { #CBEdA2B5fPF5BCD1Ckh6aGhw3ntHgDSs { width:19.5625rem;height:3.25rem;top:101.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW { width:26.8125rem;height:6.5625rem;top:117rem;left:0rem;font-size:1.125rem;display:block; }#SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW li:before{  }
 }@media only screen and (max-width: 763px) { #U7PtnH4FUnWcrkznhwAkwoakxGOGwR7Q { width:22.5rem;height:3.25rem;top:113.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxoPabyqMptU51x18M50yb3ehDzlbdq6 { width:26.8125rem;height:6.5625rem;top:128.5625rem;left:0rem;font-size:1.125rem;display:block; }#gxoPabyqMptU51x18M50yb3ehDzlbdq6 li:before{  }
 }@media only screen and (max-width: 763px) { #NQH8wxBVHsqEvFCKtEnOD4E3LMzRkBA8 { width:22.5rem;height:3.25rem;top:124.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3qHedpeGBoG9GySRSDARIioWnTJf4TO { width:26.8125rem;height:6.5625rem;top:140.25rem;left:0rem;font-size:1.125rem;display:block; }#v3qHedpeGBoG9GySRSDARIioWnTJf4TO li:before{  }
 }@media only screen and (max-width: 763px) { #llDXPHDaCUnuaTNg6bWhb5dT5VOpZbP9 { width:14.6875rem;height:3.25rem;top:136.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD { width:26.8125rem;height:6.5625rem;top:151.875rem;left:0rem;font-size:1.125rem;display:block; }#sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD li:before{  }
 }@media only screen and (max-width: 763px) { #KqceA8hGtQn2M86SETZpfCEGATqgTkT5 { width:21.25rem;height:3.25rem;top:148.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCeXEykpRiIP7BuzX3QC3kku8xiJCPRW { width:29.1875rem;height:169.5625rem;top:0.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grBVb04QvdQVILZXRi2r2F5wLwwh46QO { width:26.8125rem;height:6.5625rem;top:141.5625rem;left:20.9375rem;font-size:1.125rem;display:block; }#grBVb04QvdQVILZXRi2r2F5wLwwh46QO li:before{  }
 }@media only screen and (max-width: 763px) { #HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya { width:26.8125rem;height:6.5625rem;top:129.9375rem;left:20.9375rem;font-size:1.125rem;display:block; }#HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya li:before{  }
 }@media only screen and (max-width: 763px) { #MdiTAqML23NmWk7PIs2pPaqhoUKLGPhx { width:21.25rem;height:3.25rem;top:137.75rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOyM0PVcmasSWE6p7Igvy7DbseorTk1H { width:26.8125rem;height:3.4375rem;top:121.9375rem;left:20.9375rem;font-size:1.125rem;display:block; }#hOyM0PVcmasSWE6p7Igvy7DbseorTk1H li:before{  }
 }@media only screen and (max-width: 763px) { #LmuZlH1KNmGMub31d5bcWTfaTv57OECF { width:26.8125rem;height:6.5625rem;top:91.25rem;left:20.9375rem;font-size:1.125rem;display:block; }#LmuZlH1KNmGMub31d5bcWTfaTv57OECF li:before{  }
 }@media only screen and (max-width: 763px) { #ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI { width:26.8125rem;height:5rem;top:103.0625rem;left:20.9375rem;font-size:1.125rem;display:block; }#ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI li:before{  }
 }@media only screen and (max-width: 763px) { #QR89tJht50B4HAUr5dibihqDWttksRcM { width:22.25rem;height:3.25rem;top:99.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 { width:26.8125rem;height:3.4375rem;top:113.0625rem;left:20.9375rem;font-size:1.125rem;display:block; }#FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 li:before{  }
 }@media only screen and (max-width: 763px) { #ChByLR3GhZBkLEzS3pr65eDab5l9lF1v { width:22.5rem;height:3.25rem;top:109.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRtAIGWBKCWnA6Li1WBoLdqa6den5tQP { width:22.5rem;height:3.25rem;top:118.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv { width:26.8125rem;height:;top:68.875rem;left:20.9375rem;font-size:1.125rem;display:block; }#JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv li:before{  }
 }@media only screen and (max-width: 763px) { #Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl { width:26.8125rem;height:6.5625rem;top:79.6875rem;left:20.9375rem;font-size:1.125rem;display:block; }#Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl li:before{  }
 }@media only screen and (max-width: 763px) { #TIv6SZOEw5O8UlmolTlVr0TLVWfJDKBf { width:19.5625rem;height:3.25rem;top:75.875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf9qNW1Ti58rhmTIrVi1VVKDQ5hUp52U { width:19.5625rem;height:3.25rem;top:87.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6W07v6ZqFtbMTmKzXPxt7HMPgInSgSO { width:24.1875rem;height:3.25rem;top:65.0625rem;left:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzbsgig84mzaRKNlrdDE0yVWJadc0nx { width:14.8125rem;height:3.25rem;top:126.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm { width:26.8125rem;height:;top:57.1875rem;left:20.9375rem;font-size:1.125rem;display:block; }#bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm li:before{  }
 }@media only screen and (max-width: 763px) { #AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc { width:26.8125rem;height:;top:45.875rem;left:20.9375rem;font-size:1.125rem;display:block; }#AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc li:before{  }
 }@media only screen and (max-width: 763px) { #JFaaqy19EtgRUrXkdX3p4pylbZZusTEh { width:24.3125rem;height:3.25rem;top:53.375rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry { width:26.8125rem;height:;top:34.25rem;left:20.9375rem;font-size:1.125rem;display:block; }#Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry li:before{  }
 }@media only screen and (max-width: 763px) { #m2QVOlegcuT0oEKflGILhCsnu33nWQ7k { width:16.9375rem;height:3.25rem;top:42.0625rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 { width:26.9375rem;height:;top:10.4375rem;left:20.8125rem;font-size:1.125rem;display:block; }#egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 li:before{  }
 }@media only screen and (max-width: 763px) { #H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd { width:26.8125rem;height:;top:22.9375rem;left:20.9375rem;font-size:1.125rem;display:block; }#H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd li:before{  }
 }@media only screen and (max-width: 763px) { #Jthe67yW9XerWJgKNIkcuZpWJJZ2eppu { width:17rem;height:3.25rem;top:19.125rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBQEF470TIh1vzBekk792S3AJ3OGS9p { width:28.1875rem;height:3.25rem;top:30.4375rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0M3k4XbEirBpuBsePgy5g985845JsmL { width:28.1875rem;height:1.625rem;top:7.8125rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trPwUiWpG8XzTGu64Hq449JO5LCdtGH1 { width:27.125rem;height:4.625rem;top:1.625rem;left:20.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apqdMXzwNiGeAmNBKofX1rU2kyRBpC1U { width:22.125rem;height:3.25rem;top:149rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA { width:26.8125rem;height:;top:152.8125rem;left:20.9375rem;font-size:1.125rem;display:block; }#vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA li:before{  }
 }@media only screen and (max-width: 763px) { #LeruF6r2HLHHRmuPT294Gf00IS9ybqec { width:22.125rem;height:3.25rem;top:159.9375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 { width:26.8125rem;height:;top:163.75rem;left:20.9375rem;font-size:1.125rem;display:block; }#nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 li:before{  }
 }@media only screen and (max-width: 763px) { #GXgikXRrTLV34pupFHIhf98tFpaucqGP { display:block; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG4CglhTRNiTZo3fIIi6lCacvW1gON6M { width:45.5625rem;height:;top:2.75rem;left:2.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srRuViCa6BPHTOPXnSv1OCp6nKnc8May { width:47.75rem;height:5.0625rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvrfOXQtdr4TEX7dgSdl6bDlnGxeHr9Q { top:20.1875rem;left:0rem;width:27.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRGurhCpgWtdsg4sTd4Bq6xdmPQhVtwC { top:20.1875rem;left:20.0625rem;width:27.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtpyK5MmIe1rTFvuTMITJ1CKFWWIVKF { width:27.4375rem;height:1.875rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFOfEeJaU4BaPi9KP2NdCrmHgR6OTkEi { width:27.4375rem;height:1.875rem;top:17.1875rem;left:20.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxaKJ43n3HKOZCXLl38hc52KimUEAapb { display:block; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PixmW8fySXiq3ATV6SJ8NF0oCGrwuoB0 { width:47.75rem;height:;top:100.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3RTllHitagI2oUZ1NH4gQoH8dSDVblV { width:47.75rem;height:3.375rem;top:40.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIyKDwPTs35IyqC1DBJXHD09vrfl5ULH { width:47.75rem;height:;top:33.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt16q3m9DWnaZUPF8pmuAxIakvh161bD { width:34.9375rem;height:5rem;top:94.5625rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOaEsIxPniEyLvRtqTAqz3uo7HyWvUu { display:block; }
 }@media only screen and (max-width: 763px) { #FdULPKqcePcEJTTyEwdRDs2kv2rnVFNq { width:47.75rem;height:3.25rem;top:26.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tylUmuuRrpXp21B6pGVPmQTlG97IPoab { width:47.75rem;height:2.25rem;top:49rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4VIfxbfDbTKR502wwxf8Jb3K6KwwC58 { width:1.3125rem;height:3rem;top:52.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HICWclwrn77zaJGmgOkv6o3tvubyU5k3 { width:1.9375rem;height:1.9375rem;top:52.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG35WKWhwJDc4LtJq1kLnPTUJnUx9gxv { width:37.0625rem;height:1.625rem;top:52.9375rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzbT8dtwr7MIndOS3bCTBPyqvv4S1Guf { width:1.3125rem;height:3rem;top:56.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1dOd9lvlC8f9iZ48GkqOqSO68VaTvpT { width:1.9375rem;height:1.9375rem;top:56.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MABHF0KgWcg1GT3UaLZQbCBQaFew0pP2 { width:36.8125rem;height:1.625rem;top:56.8125rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQLTu6oRhszHn8KfBXJzIxZkm6u3K6kP { width:1.3125rem;height:3rem;top:59.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fA0fWPF0Wavdi1keaGIIGtc2AgQmFx { width:1.9375rem;height:1.9375rem;top:60.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvDUUwvoc5mkSa8g7tooII2eeUtQPTp3 { width:32.875rem;height:1.625rem;top:60.4375rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZUccQiIncecFPzutwA6d17tTvGf6hTk { width:1.3125rem;height:3rem;top:63.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJMaTih95PvTtwCiOLxc6HzMNteFkGk { width:1.9375rem;height:1.9375rem;top:63.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaukW8qmSifNRN7KOz1RvInEI8qkxQnC { width:37.5625rem;height:1.625rem;top:64.125rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENKfRZn9IKdBCyVyacrK3OTUsUlOO0f1 { top:2.25rem;left:5.28125rem;width:37.1875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXeKTw8eKlE5iHWKE82zhgQp95WJCIkR { width:47.75rem;height:2.0625rem;top:30.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2CtGXTtT4Od8pvbRvKteomN7dhRTpAa { width:47.75rem;height:;top:35.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUUvtgKMsUCJ0AZQOfiJDAspTXGgP1bn { width:47.75rem;height:;top:37.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swBixH7p6uIwgfsOiqGokpTgdMa7XG8W { width:47.75rem;height:;top:44.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyZX3sf112FN3Jkbgm6RUHFQfs2u1b1H { width:1.3125rem;height:3rem;top:67.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkRUQobV5ulxXwonxvew8wcXcJfgviPF { width:1.9375rem;height:1.9375rem;top:67.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uud5y9ERD82aBewT4AooFxaEWtuKIEyW { width:37.5625rem;height:1.625rem;top:68.0625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHTte2MI0M1gRsOEuZv0pEz9xWxdUyB { width:47.75rem;height:;top:72.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsS498C8RBPBt5SOaiEcSrcu7d8MA5JG { width:1.3125rem;height:3rem;top:75.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWB4hzzAp4y22gK6WXZnBlxRefEfnpUu { width:1.9375rem;height:1.9375rem;top:75.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJHJg6kWwCaZWd6m3Qgkfww93ZzZRrhT { width:37.5625rem;height:1.625rem;top:76.0625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV2ugA6MAvv8hdlHKgIQb8yVIkbFu2eQ { width:1.3125rem;height:3rem;top:79.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzo9QyDKAIKUrpDI1T62qWd9MKqxRex { width:1.9375rem;height:1.9375rem;top:79.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1q2dmRBRq7WbVERROrB5bNnIp9kct80 { width:37.5625rem;height:1.625rem;top:80.0625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxs43ppvvlhbrqt1lRUsJz27kk7oq8c { width:1.3125rem;height:3rem;top:83.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuu8oEw1xEeABx5mtxgCFMg31fK8QVCW { width:1.9375rem;height:1.9375rem;top:83.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UewiRHrTAlhWZ38guzxBe8wlVDJunfrJ { width:37.5625rem;height:1.625rem;top:83.8125rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqUcvZoINzgV5NcTHE7TiKg0K6WNDKwp { width:1.3125rem;height:3rem;top:87.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKEffUth9a4X2yCTcBh5dbAv360RfuUT { width:1.9375rem;height:1.9375rem;top:87.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7eTpzI7bXlP3QZP1rTWJou74zB6cGo { width:35.875rem;height:3.25rem;top:87.8125rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX0iKms9JhmdKM4KBdMcqFpSCfutG6Gh { width:34.9375rem;height:5rem;top:94.5625rem;left:6.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Luby6rgkCs7TfT5ayRToqzwzdTyb27tr { display:block; }
 }@media only screen and (max-width: 763px) { #ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe { display:block; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdt6Z3vDbfxbAgTykNkKxaJ4LcHM7KRo { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6poTN9iTrbavr8cBGSxI5VrSv9y2nX { width:1.9375rem;height:1.9375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr03WpEn4DkVpTQvwKfys4TEN8NzpOJC { width:1.3125rem;height:3rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVtu7JzMrgg2OEVXZqS2VvFXHuAZuD3P { width:42.9375rem;height:1.625rem;top:9rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4OLfvk9DTM9ZFyBJKeaI4kX0W4CKRnH { width:1.3125rem;height:3rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS7XA8qQap655CdVOnh3WTQzgNeEFOGo { width:1.9375rem;height:1.9375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQMPk75R4GZTWMW5vdu1klaFcslw8cZ9 { width:42.9375rem;height:3.25rem;top:12.9375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMeThnX0hbX5u3y11l1Px40xKf9kHMf { width:1.3125rem;height:3rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnl4KmoQmkecPtIhPKyBkmKmUD0pBzRK { width:42.9375rem;height:3.25rem;top:17.5rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkSX00BydWuSASqXakEHFzxOC6PbImIT { width:1.9375rem;height:1.9375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feXWaX2qhT5xpOJHNPI0q9vevDz5WJTc { width:45.6875rem;height:3.25rem;top:22.125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH82p99NspT0ognUxGkV6TmZpXVe4Bhx { width:1.3125rem;height:3rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EtqaWE5VB1CLEWo9JVUBNO5V7kwATn { width:1.9375rem;height:1.9375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhr1OR36vgmc5LAeMBcrSuoofuOGM7Nn { width:41.9375rem;height:3.25rem;top:26.75rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7q4BsbM8FeoU90W7L5XKONZ7KFfGtwG { width:1.3125rem;height:3rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPOO46DhFCo0g5LpcJXsFPUW0egGaBC1 { width:1.9375rem;height:1.9375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:37.6875rem;height:;top:3.0625rem;left:5.03125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:17.0625rem;height:6.5rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:18.0625rem;height:4.875rem;top:5.5625rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:17.0625rem;height:6.5rem;top:5.5625rem;left:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGCVTIz8CJ0kh2E7z612C8RlI8FPCzuu { width:3.4375rem;height:3.4375rem;top:0.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a { display:block; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9DKWF3nqayt408BKn8epfDc3Q3OIOnn { width:3.125rem;height:3.125rem;top:0.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgwQdZLGI8k4F7uklZFOaLnodV6dxQiK { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLUlqyaLnu46xwMFw6mBTaeZilQM8km { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKwbpFTRFO6xfQCytnxP4Z3N2vcXxFTv { width:17.0625rem;height:6.5rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBxMpmJUVpxc8H9mAMBylfJZyToBO6OI { width:18.0625rem;height:8.125rem;top:5.5625rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { width:3.125rem;height:3.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv { display:block; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afsyGBK4WcJMNscSvsBEEguXfhNkrAyv { width:29rem;height:4.375rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oylJxcstoloBSswN9P3Lcv0pBauJ7l { display:block; }
 }@media only screen and (max-width: 763px) { #oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc { display:block; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfUIcBI42yNVebWvauyN90PzVMrgIl1R { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D { display:block; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn8InEpxRp26Eaco1OGnqUO0gwxZdIhC { width:36.4375rem;height:4.6875rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8fTzeBNuhysR7xpSrlgNCqDHlPsZLe { width:12.0625rem;height:5.875rem;top:18.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOLawqlFhTTOfn9PbccRCZ5M1FFFKuG { width:16.1875rem;height:21.6875rem;top:1.6875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcrnAoDVV9ccEiLgJHK0qHbuLfvD4h5n { width:36.4375rem;height:7.8125rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiE6ODbqf9tWJvHu3q6oJuDdw0zI0LZ { width:37.5625rem;height:4.6875rem;top:19rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 { display:block; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxfad1O2f95I6fvxBN4nmFV6nqKDFIFz { width:36.4375rem;height:4.6875rem;top:15rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbPT5RKaEAgTRlLL5loHHPpmqGMcEZaE { width:12.0625rem;height:5.875rem;top:18.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIhdw7HMAGaaMWewurfePOqq9WEWD2I9 { width:16.1875rem;height:21.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI6tZpyb5u1KhHSq3fs0ovkesbzBKX1b { width:36.4375rem;height:7.8125rem;top:4.625rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:46.0625rem;height:;top:3.375rem;left:0.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { top:2.8125rem;left:0rem;width:22.875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { top:3.625rem;left:23.875rem;width:21.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { top:3.5625rem;left:0rem;width:20.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { top:2.5rem;left:23.875rem;width:21.125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:45.5625rem;height:;top:2.75rem;left:2.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVyWCFu9uurpNem7zaPA2GEPqRuziZlo { width:29rem;height:4.375rem;top:40.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZQilxoQ0opEsGKRIfPXEeppO1tFL8H { display:block; }
 }@media only screen and (max-width: 763px) { #e6v9LQ3bA6cLZNTSDZCP1KywTo488AOl { width:42.9375rem;height:3.25rem;top:11.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcXrpQEreubzDV69l9BQSWsbla2BiNS { width:1.9375rem;height:1.9375rem;top:11.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4hBEarliD50GbUBVXEKDne6VR32HnO { width:1.3125rem;height:3rem;top:11.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOLuAW6fTyLkNJ6VEcTXz5XK4kACbphh { width:42.9375rem;height:3.25rem;top:15.6875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2UmC36DCUwdtyuGhKBH38FFKUHT5p45 { width:1.3125rem;height:3rem;top:15.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9s96N3HqXbshgH54XzbZCAzt0vqO3rt { width:1.9375rem;height:1.9375rem;top:16.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX4dTie5TKSJBUhD98IymFgJRFNyZ3DO { width:1.9375rem;height:1.9375rem;top:20.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGbT4eMXxCke7SOf4gT5DTRKWZhKdCiD { width:1.3125rem;height:3rem;top:20rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATh59sTgN2Q9P5Uxmh9u7tiRG1a7iT4c { width:36.125rem;height:3.25rem;top:19.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz2m6xGcEgMXT0a7JcsTBTyQJ8DXRTF8 { width:42.9375rem;height:3.25rem;top:23.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4CcAw7tUIc9mu16m0p5RFTb2lvOqfBD { width:1.3125rem;height:3rem;top:24rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FvueSQqC1LAFZKkGabfvVBQDUMtqn9 { width:1.9375rem;height:1.9375rem;top:24.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPeJhtCdprZezVkCZOoroUocDlupmcHQ { width:41.5625rem;height:3.25rem;top:27.8125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4i1W7H96OTloFLLFDxeBzE0hZDIb0eq { width:1.3125rem;height:3rem;top:27.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC7uNri7G57TlC3KmoBUSHfrqwBaTUms { width:1.9375rem;height:1.9375rem;top:28.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndpulC6C33v1oIfvh0c38nDgqpZkCThC { width:47.75rem;height:4.875rem;top:33.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB { display:block; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoyBRqEhAdgy4A20GfsnH1vMhVgIQLU { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBawwPDqRW9V12Rrek2ZNFWbcWDaEfXw { width:1.9375rem;height:1.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSFkntnekVW3gCtvZ5gPX5HQEoMsHI8u { width:1.3125rem;height:3rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3w81TTlE394kT6p5sKmqwLmNB5Cw7Zb { width:42.9375rem;height:3.25rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRX03JOomu03A1A3oktC17EGoLyLPxxk { width:1.3125rem;height:3rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG2pgirSLscmo35OX415DlcSMXiTgEhn { width:1.9375rem;height:1.9375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxwlSdUcruzBsNBFCaSQ1CDewPH2UL8V { width:47.75rem;height:3.25rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXOb4V5yzx9Z09bX1V4JbZTHpSgmTL4 { width:1.3125rem;height:3rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEXuKQcmLRpMTcqozg8T41kd7xqQucn1 { width:47.75rem;height:3.25rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrkrlPRecA8EDMLTTQJkTviFXZy7rxMm { width:1.9375rem;height:1.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85yD9RRT8Fi4t8ENJAx6xw2M6TghU6r { width:47.75rem;height:3.25rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9qxKHrXBHXLuTLnBvwKfTR4VrtiasbD { width:1.3125rem;height:3rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkkfARLwTSxNm8zMNNfwDdTlkGKyxSi { width:1.9375rem;height:1.9375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5vKtbMJt5v2XGom7FXVOoab65oRTSTt { width:42.0625rem;height:1.8125rem;top:8.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZsLdye64gWDQuqhhCIFKUpgDvyZIZVw { width:47.375rem;height:22.75rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s { display:block; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUxgp1hxd8C7W6KqhbKV9LZM9uwg3PR1 { width:1.3125rem;height:3rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6bMMHHPZ8362sKtobg4kwi0ovnSniQl { width:1.9375rem;height:1.9375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6kiHZGTZiJ2qfM7R71ul0xdnNJEAmT { width:47.75rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOiZwoizIf9Ml4bNOCCEi2Fvg01BQqJ { width:42.0625rem;height:1.8125rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZVT3Zvqb3UmWop4pr0cRgnOXyw0TOr { width:1.3125rem;height:3rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSX7P3tKAlsRGe6vIlunrST4Hb77DlG { width:1.9375rem;height:1.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO3vRE0PW37zBJcCbC82RhCBfMz3xXXr { width:47.75rem;height:3.25rem;top:10.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2TPgfySSMJuWUK52QcMOv1dTnaKAMh { width:47.75rem;height:3.25rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4J9fUCSD6rLCZevI5rAh6USbWoM4e5i { width:1.3125rem;height:3rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86OTWZoQ3os3Hqbid1dDxoTGuZBDknS { width:1.9375rem;height:1.9375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:47.75rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:47.25rem;height:6.25rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:47.75rem;height:0.125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:47.75rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:47.75rem;height:4.6875rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:47.75rem;height:0.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:47.75rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { display:block; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS7GIqEhE7XiKfuespO62n8R3rTwn80e { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { width:47.75rem;height:0.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { display:block; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { width:47.75rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { width:47.25rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { width:47.75rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH { display:block; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA0P0NCAvL5hLSkPWrrVRqHEXawtbzWu { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytI2k5T6hDu8LOnXUGaKKzIAEk9AM2z6 { width:47.25rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx7yaT34ex7ozXKxaywrBspMF0a2LtDf { width:47.75rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSiBehRS5akmIDfGycG6WVdOPHhFgrA { display:block; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwh4MFQDAItbuG3ga6ToHvvH4p5OreOb { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUVyRiZdWPWkPTpDDit3IXnJHQpSVGm { width:47.25rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3sBzHtU59E0tzpt4QyDC1yrs6T2Mgq { width:47.75rem;height:0.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 { display:block; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmHmL64qXDzwbTaN3WUmkK74eEZFPmNK { width:47.25rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD40rUgvycuIRH6K2QmTFPppqe712VmH { width:47.25rem;height:1.5625rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epqGi3QUezBBygZR9XmKLEbVgtopBKBm { width:47.75rem;height:0.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:47.25rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:47.25rem;height:3.125rem;top:5.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { width:29rem;height:4.375rem;top:12.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:1.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:3.6875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { top:0.9375rem;left:0rem;width:7.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:5.3984375rem;top:1.23828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:#eef2f1;background-image:none;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:20rem;height:15.75rem;top:1.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.25rem;height:5.875rem;top:36.75rem;left:0.5rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:38.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { width:19rem;height:4.375rem;top:29.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #fOftANMqkU57hP7eLTRFlSFXIrw1krRx { width:0.125rem;height:7.25rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { width:19.375rem;height:7.8735625rem;top:19.0625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zO5uTWufUliWrDdaRaxEn5hwCq1Jk9JL { width:20rem;height:12.1875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fous57Fgf1fl12xMJsf75MTK8svhVmNU { width:3.6875rem;height:7.3125rem;top:47.6875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { width:19rem;height:4.375rem;top:42.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block; }
 }@media only screen and (max-width: 763px) { #xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g { display:block; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCfAHkb05OtmR5501XF5GhOVwchiTfq3 { width:18rem;height:9.599625rem;top:1.875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e5gKTQ7ZWCumSIWUSFGVWsUv0NphTLCO { width:20rem;height:17.32175rem;top:13.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDahFo0yftDXDEC579XzWfd3fOvl4kwu { width:19.625rem;height:6.5rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArW53dlQe3G3R3fDqwXdpRcMhwgMToob { width:18.3125rem;height:4.72411875rem;top:32.3125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xN1VXxreTH8D1MqtppbrSNdBWOF6TAS1 { width:19.625rem;height:9.125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQyycaemGe1lCRmrlsJorgIy9kWpknsw { width:18.625rem;height:7.8735625rem;top:40.34375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V48TNVOvJsg3TPczLkRKiHubZew62T7s { display:block; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlqHN8UBxcSLFpaztevbft8fttK3eWdG { display:flex;width:1.9375rem;height:1.9375rem;top:9.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #aABPO79NnX4QOZgDItK4z07DGcBg2BLN { width:1.3125rem;height:3rem;top:8.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br1aMMv4I0xTucMbgL8cinCtR8ba1UOi { width:20rem;height:9.44825rem;top:12.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgPck06E7TxDw1kzGWgEQNrzqLufIc23 { width:1.3125rem;height:3rem;top:22.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOfgqtnrwEIiXEFNwq9E8fNp6Rlm9W9 { display:flex;width:1.9375rem;height:1.9375rem;top:23.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #MInTo8gTfOzg5cPRqGPyTusqA0919k9B { width:20rem;height:7.8735625rem;top:26.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoJJxaTk5LQuglrw0yNhgcbS3TJVkJl4 { width:20rem;height:7.8735625rem;top:39rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ITPdna5BQyNPs9X12wmPnZne2bfZMf { display:flex;width:1.9375rem;height:1.9375rem;top:35.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #LUdqzaoFm881GrQLJ25sbS2tmk4Ehhdg { width:1.3125rem;height:3rem;top:35.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBzOU7cJneWpZTXysBqUxsWJ2nfJudZz { width:1.3125rem;height:3rem;top:47.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrVRnFDfprleWzOXlqsvFeJXLzrdzX0 { display:flex;width:1.9375rem;height:1.9375rem;top:48.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #HZfsKdX3HZ5flnexviqRBJJIqIuLS9xA { width:20rem;height:7.8735625rem;top:51.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { width:20rem;height:5.5996125rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J10SNwlTingLMRAT7FH1OmT9cFfpChTl { width:20rem;height:20.25rem;top:60.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 { display:block; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPN1sUrpgfiNl7cZ4rdr2eCBJfXmpfO8 { display:flex;width:1.9375rem;height:1.9375rem;top:13.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xRviJlPf02B3AJy8ohkXWWhTbZmW6VlU { width:1.3125rem;height:3rem;top:12.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuQGmrFNCOqv7yfVvXhTGso8XwbvAXl { width:20rem;height:9.44825rem;top:16.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEu6HS3guaeQcczJomr8QEMlLfRH7BoK { width:1.3125rem;height:3rem;top:26.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFfvyWAm9KuXQfAfn1uQPaVTVRFinyW { display:flex;width:1.9375rem;height:1.9375rem;top:27.4375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #GsDvpMd7DZgp2f4B4DIsgT9ix9UOGZsB { width:20rem;height:11.022975rem;top:30.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsOEPoBNfi4feOrh9oGbNX6i7vGDTTWi { width:20rem;height:7.8735625rem;top:46.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeDWqTRpGwHKFyP2d3UA2q26wRHTqnJL { display:flex;width:1.9375rem;height:1.9375rem;top:43.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #dvTmvnhL2GI7NaDnGPPApE826x6RPD6l { width:1.3125rem;height:3rem;top:42.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcRLHNtPxzg8nhUleMmBnF5cXAMgS6x { width:1.3125rem;height:3rem;top:55.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suEAfZvOAJgXGN9Bq5ANHO3luJbnSMmT { display:flex;width:1.9375rem;height:1.9375rem;top:55.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #TkTPrUXGvlUsXur5UOXD4Jqei4kwGCXX { width:20rem;height:7.8735625rem;top:58.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZTlpsTGQwyPqvs25ePEqzRP2VX2puZC { width:20rem;height:6.2988125rem;top:71.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C76RxGp7klwigApo7ZbXsoNW3zunCKtQ { width:1.3125rem;height:3rem;top:67.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bavwO6u6zfxz0T1vem8JrMEwp1c09Z { display:flex;width:1.9375rem;height:1.9375rem;top:68.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #AEEcNT2rviPFUysB3dE8wf9Sw1SWCc7s { width:20rem;height:5.5996125rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWniKvL3tNb6T4afc2uRVTdTs0L4nxOs { width:20rem;height:1.57470625rem;top:9.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIoJeRWQoIvdJhL7Ez01GPFHHEXg9TX5 { width:20rem;height:3.1494125rem;top:80.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm { display:block; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwHhg3huOXD2IDLwfvvhZSDHwdwPkRbL { width:20rem;height:7.1996875rem;top:15.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VVWRE3xF0FvtA2a2HxDAEyQxEholLfG4 { width:18.125rem;height:11rem;top:2.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v { width:20rem;height:6.2988125rem;top:24.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XgERhALsAvaHBJ7AUbVCTs8ELETezIIr { width:20rem;height:4.79980625rem;top:32.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EvZ9UxxaTMlOF3WMDJUWJXPvADAK09E2 { width:20rem;height:4.79980625rem;top:38.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p8uIgLIa8QhaIfk3wVbNtiVNqQG0S5hX { width:20rem;height:17.097625rem;top:44.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { display:block; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifaqfszb8haz13aeXuSPcO3Nqaxk5uxd { width:20rem;height:4.79980625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF { display:block; }#x3UDUudOgWW6VqsiFTBwvSFvF28tTiEF > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbKWu0aaopH9MZhu1eZL1UJ12QOdrkMB { width:20rem;height:3.5rem;top:6.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azfsGnBGHxRZcOtJHIrF9m8OwNVPD9PG { width:20rem;height:9.44825rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWiMB1kI3DxicH4X5o0Ikxk1rWoLIpi7 { display:flex;width:3.4375rem;height:3.4375rem;top:1.625rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #VblGiXJTli3W1Bkq6KSNnsL5d30i4L87 { width:1.875rem;height:4.1875rem;top:1.25rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vhSnqGVUTPKBDzN7mGpa8igqbXpMUQzy { width:17.125rem;height:6.2988125rem;top:31.5625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eApvXfpWOsknUK69T70wr9BvDNHbysE9 { width:17.9375rem;height:3.5rem;top:27.375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOXLzP9noXqmFIH4W78Td92D0G0sg7xQ { width:1.875rem;height:4.1875rem;top:21.8125rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #SsGzTtMHsTul3TgS5QqAfA6lU2XW2qaF { display:flex;width:3.4375rem;height:3.4375rem;top:22.1875rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #AuT9UX9E3A1yKCpJdBfPR1uwp4xxr3la { width:17.9375rem;height:7.8735625rem;top:48.4375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mV7ztsNU3ciho8Oe8plbJTJt0z8tGMpn { width:18.4375rem;height:3.5rem;top:44.125rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTBynczrsfxLhaotOrMTBTJBMUO0ETd1 { display:flex;width:3.4375rem;height:3.4375rem;top:39.25rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #D6pfodq9gOTROWXwGC74AOBSZTo8wn0I { width:1.875rem;height:4.1875rem;top:38.875rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZJmmS1dKRtELPcRX63BM44NhE60q2x { width:20rem;height:1.92480625rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { display:flex;width:1.9375rem;height:1.9375rem;top:6rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:5.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:20rem;height:3.1494125rem;top:9.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:13.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { display:flex;width:1.9375rem;height:1.9375rem;top:13.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:20rem;height:7.8735625rem;top:16.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:20rem;height:6.2988125rem;top:29.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { display:flex;width:1.9375rem;height:1.9375rem;top:26.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:25.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:36.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { display:flex;width:1.9375rem;height:1.9375rem;top:37.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:20rem;height:6.2988125rem;top:40.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOJJOS3nCCocTByTitZw4OqmkIoht6v4 { width:20rem;height:7.8735625rem;top:64.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAcLXNxkTyMqBHwdJKuehU83lm441SDq { width:1.3125rem;height:3rem;top:60.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ol940C1LK6X8QpU3WcNac8ndmVpzGe { display:flex;width:1.9375rem;height:1.9375rem;top:61.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #mF7LZAGAFL5NT2dHcwwE6A8qCIx9vDfm { width:20rem;height:7.8735625rem;top:51.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6XHhJ4g6HCQFuwn9iUTQDEabRhJP0Lg { width:1.3125rem;height:3rem;top:47.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eO0OICOMEy562PMWdHxalIZ7hExVUJ { display:flex;width:1.9375rem;height:1.9375rem;top:47.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #pt0bU3ym8C3aBCAgeKLvL5OzWDcwxpox { width:19rem;height:4.375rem;top:74rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQrMaeIaM2xH8WoU83TNncxtI86JZD5 { display:block; }
 }@media only screen and (max-width: 763px) { #Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz { display:block; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqJTtXVqmNX4Q4S262bW67OSxAkxoxfN { width:18rem;height:7.1996875rem;top:1.1875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNXqh2qUHdkPe38mCc02eoTqHVEq2JV { width:18.75rem;height:1.75rem;top:11.65625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aBAmwwFZepGdShyAGpJAKOzyPtOtGk0R { width:19.625rem;height:22.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI { width:18.6875rem;height:20.4711875rem;top:15.25rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kAAv3Sa4c0RS1yIxr4zVNM0Ck8aNqrSG { width:19.625rem;height:25.8125rem;top:43.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 { width:18.6875rem;height:23.620625rem;top:45.25rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NwoSSEXoDqw1O8wJTTDBLohkUs2SHD66 { width:19.875rem;height:3.67480625rem;top:39.375rem;left:0.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 { display:block; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffw4IfWw5t3AlJIJM3fJR5Q4kkBfn6Fo { width:20rem;height:4.79980625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Hcv2uHNbA2r5XO3zKl59etsQUxAKd1Nq { width:20rem;height:11.0229375rem;top:9.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySOdzey8VTc54fExoLr2LDkrlH3gwbDp { width:20rem;height:3.1494125rem;top:21.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDBIL6vxDEno28yGDJKGlQEXL3XuViIt { display:block; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { width:20rem;height:388.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btx8bpuXDX4VFVP2TJwgKndThEmwTwKb { width:20rem;height:3.5rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tH27t3AwNphAhDl10AJy5ESReLXLq5xh { width:20rem;height:1.57470625rem;top:6.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 { width:20rem;height:8.1860625rem;top:8.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 li:before{  }
 }@media only screen and (max-width: 763px) { #J5imvA6uebDzXV6RvHTiPtN77IkFTAPi { width:19.75rem;height:159.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycJfp1mzmLamaZkQED99Nq8Mii2OIXep { width:20rem;height:8.1860625rem;top:21.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:before{  }
 }@media only screen and (max-width: 763px) { #qD7MIV6BB0dhryg9M34bl0E2fQToF5Mk { width:20rem;height:3.1494125rem;top:17.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 { width:20rem;height:9.76075rem;top:34.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Hnw2lAmNUgQRDtcIChh60tKsrMp4xg33 li:before{  }
 }@media only screen and (max-width: 763px) { #STkmVBLbHVVcL29KAcN03Btsp16VaPJ5 { width:20rem;height:3.1494125rem;top:30.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH { width:20rem;height:8.1860625rem;top:49rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#MhbKdVuXoWuXZ5ruCSWpebTGehxz7zwH li:before{  }
 }@media only screen and (max-width: 763px) { #iOvihp0ZrZRZXV7FKz5fZiC3TkpeXetT { width:20rem;height:3.1494125rem;top:45.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Plwplng03vVNORou0y0rOB20HhzfEHFk { width:20rem;height:9.76075rem;top:62rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Plwplng03vVNORou0y0rOB20HhzfEHFk li:before{  }
 }@media only screen and (max-width: 763px) { #yb1sLmBiFEnM26hKm35nZcfKhcNmuBPJ { width:20rem;height:3.1494125rem;top:58.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eKZqWveOThhRP3PcuVrDpNhJawbTDFZq { width:20rem;height:9.76075rem;top:76.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:before{  }
 }@media only screen and (max-width: 763px) { #Ty2Q34hnoAaQugBIHgsnro24axWUEMA8 { width:20rem;height:3.1494125rem;top:72.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP { width:20rem;height:9.76075rem;top:90.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ki2AtHbXWlomfcy0UT2PIQXMgBvII1tP li:before{  }
 }@media only screen and (max-width: 763px) { #Kmg6niprimCM4RGtPbTgbxXnNChfwPA7 { width:19.5625rem;height:3.1494125rem;top:86.9375rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 { width:20rem;height:8.1860625rem;top:105.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:before{  }
 }@media only screen and (max-width: 763px) { #dSAsv9a5MbdaBohTZocrOZNAGIAmN45k { width:19.5625rem;height:3.1494125rem;top:101.375rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF { width:20rem;height:9.76075rem;top:117.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ccPsT98ZkPX8TqdbCBOZJsSrsNBkTnrF li:before{  }
 }@media only screen and (max-width: 763px) { #CBEdA2B5fPF5BCD1Ckh6aGhw3ntHgDSs { width:19.5625rem;height:3.1494125rem;top:114.125rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW { width:20rem;height:9.76075rem;top:134rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW li:before{  }
 }@media only screen and (max-width: 763px) { #U7PtnH4FUnWcrkznhwAkwoakxGOGwR7Q { width:20rem;height:4.72411875rem;top:128.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gxoPabyqMptU51x18M50yb3ehDzlbdq6 { width:20rem;height:9.76075rem;top:148.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#gxoPabyqMptU51x18M50yb3ehDzlbdq6 li:before{  }
 }@media only screen and (max-width: 763px) { #NQH8wxBVHsqEvFCKtEnOD4E3LMzRkBA8 { width:20rem;height:3.1494125rem;top:144.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3qHedpeGBoG9GySRSDARIioWnTJf4TO { width:20rem;height:9.76075rem;top:163rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#v3qHedpeGBoG9GySRSDARIioWnTJf4TO li:before{  }
 }@media only screen and (max-width: 763px) { #llDXPHDaCUnuaTNg6bWhb5dT5VOpZbP9 { width:14.6875rem;height:3.1494125rem;top:159.1875rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD { width:20rem;height:9.76075rem;top:177.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#sxSV0ZT0PNW7EPZWfgAbkMMyyaxv2itD li:before{  }
 }@media only screen and (max-width: 763px) { #KqceA8hGtQn2M86SETZpfCEGATqgTkT5 { width:20rem;height:3.1494125rem;top:173.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCeXEykpRiIP7BuzX3QC3kku8xiJCPRW { width:19.75rem;height:169.5625rem;top:207.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #grBVb04QvdQVILZXRi2r2F5wLwwh46QO { width:20rem;height:6.6113125rem;top:353.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#grBVb04QvdQVILZXRi2r2F5wLwwh46QO li:before{  }
 }@media only screen and (max-width: 763px) { #HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya { width:20rem;height:6.6113125rem;top:341.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#HAMzMGtuEvlQ0LFXE1Le7bIUqg0rLeya li:before{  }
 }@media only screen and (max-width: 763px) { #MdiTAqML23NmWk7PIs2pPaqhoUKLGPhx { width:20rem;height:3.1494125rem;top:349.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOyM0PVcmasSWE6p7Igvy7DbseorTk1H { width:20rem;height:5.03661875rem;top:332.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#hOyM0PVcmasSWE6p7Igvy7DbseorTk1H li:before{  }
 }@media only screen and (max-width: 763px) { #LmuZlH1KNmGMub31d5bcWTfaTv57OECF { width:20rem;height:8.1860625rem;top:296.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LmuZlH1KNmGMub31d5bcWTfaTv57OECF li:before{  }
 }@media only screen and (max-width: 763px) { #ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI { width:20rem;height:6.6113125rem;top:309.53125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ZwEZ5ir4Ms35StnMT0DafGc3zIiSdWpI li:before{  }
 }@media only screen and (max-width: 763px) { #QR89tJht50B4HAUr5dibihqDWttksRcM { width:20rem;height:3.1494125rem;top:305.71875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 { width:20rem;height:6.6113125rem;top:321.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#FTf1u8Zp0rcZ45efF0ALBxn82KJNOFp6 li:before{  }
 }@media only screen and (max-width: 763px) { #ChByLR3GhZBkLEzS3pr65eDab5l9lF1v { width:20rem;height:3.1494125rem;top:317.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRtAIGWBKCWnA6Li1WBoLdqa6den5tQP { width:20rem;height:3.1494125rem;top:328.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv { width:20rem;height:8.1860625rem;top:267.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#JSnT5QBhs7PdqbTgkQxaW8wd4cp0Jkdv li:before{  }
 }@media only screen and (max-width: 763px) { #Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl { width:20rem;height:11.3354375rem;top:280.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Rq2ZzQ4kFOLaVHMF275swJI1sWDfZogl li:before{  }
 }@media only screen and (max-width: 763px) { #TIv6SZOEw5O8UlmolTlVr0TLVWfJDKBf { width:19.5625rem;height:3.1494125rem;top:276.625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uf9qNW1Ti58rhmTIrVi1VVKDQ5hUp52U { width:19.5625rem;height:3.1494125rem;top:292.625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6W07v6ZqFtbMTmKzXPxt7HMPgInSgSO { width:20rem;height:3.1494125rem;top:263.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEzbsgig84mzaRKNlrdDE0yVWJadc0nx { width:14.8125rem;height:3.1494125rem;top:337.875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm { width:20rem;height:8.1860625rem;top:254.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bwRvFuOvT1u58AV0B7iuV1BRNxoaCShm li:before{  }
 }@media only screen and (max-width: 763px) { #AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc { width:20rem;height:6.6113125rem;top:243.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#AWCT2t8wv4WonXtm160Qa3DHDDFxAOTc li:before{  }
 }@media only screen and (max-width: 763px) { #JFaaqy19EtgRUrXkdX3p4pylbZZusTEh { width:20rem;height:3.1494125rem;top:250.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry { width:20rem;height:9.76075rem;top:229rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Oxz3hiPQTyfbkElBWpLOztUIOhlOKzry li:before{  }
 }@media only screen and (max-width: 763px) { #m2QVOlegcuT0oEKflGILhCsnu33nWQ7k { width:17.875rem;height:3.1494125rem;top:239.625rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 { width:20rem;height:9.76075rem;top:199.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 li:before{  }
 }@media only screen and (max-width: 763px) { #H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd { width:20rem;height:9.76075rem;top:214.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#H4TtxpIP8z2FxBNwvUngsppxpL3GGlkd li:before{  }
 }@media only screen and (max-width: 763px) { #Jthe67yW9XerWJgKNIkcuZpWJJZ2eppu { width:17rem;height:3.1494125rem;top:210.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IPBQEF470TIh1vzBekk792S3AJ3OGS9p { width:20rem;height:3.1494125rem;top:225.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0M3k4XbEirBpuBsePgy5g985845JsmL { width:20rem;height:3.1494125rem;top:195.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trPwUiWpG8XzTGu64Hq449JO5LCdtGH1 { width:20rem;height:3.5rem;top:190.71875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apqdMXzwNiGeAmNBKofX1rU2kyRBpC1U { width:20rem;height:4.72411875rem;top:360.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA { width:20rem;height:9.76075rem;top:365.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#vn2O6fnEpvs17kQSmOrAhvOHUUh3pUcA li:before{  }
 }@media only screen and (max-width: 763px) { #LeruF6r2HLHHRmuPT294Gf00IS9ybqec { width:20rem;height:3.1494125rem;top:376.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 { width:20rem;height:6.2988125rem;top:379.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#nNTTFmETM0TvLDxhaZUL2r8FJwX6si31 li:before{  }
 }@media only screen and (max-width: 763px) { #GXgikXRrTLV34pupFHIhf98tFpaucqGP { display:block; }#GXgikXRrTLV34pupFHIhf98tFpaucqGP > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG4CglhTRNiTZo3fIIi6lCacvW1gON6M { width:20rem;height:4.79980625rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #srRuViCa6BPHTOPXnSv1OCp6nKnc8May { width:20rem;height:13.597625rem;top:8.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pvrfOXQtdr4TEX7dgSdl6bDlnGxeHr9Q { height:11.109375rem;width:19.75rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRGurhCpgWtdsg4sTd4Bq6xdmPQhVtwC { height:11.067198177676rem;width:19.75rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtpyK5MmIe1rTFvuTMITJ1CKFWWIVKF { width:20rem;height:4rem;top:23.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NFOfEeJaU4BaPi9KP2NdCrmHgR6OTkEi { width:20rem;height:4rem;top:41.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oxaKJ43n3HKOZCXLl38hc52KimUEAapb { display:block; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PixmW8fySXiq3ATV6SJ8NF0oCGrwuoB0 { width:20rem;height:1.40625rem;top:111rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3RTllHitagI2oUZ1NH4gQoH8dSDVblV { width:18.0625rem;height:4.875rem;top:40.125rem;left:0.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIyKDwPTs35IyqC1DBJXHD09vrfl5ULH { width:20rem;height:3.75rem;top:32.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bt16q3m9DWnaZUPF8pmuAxIakvh161bD { width:20rem;height:3.875rem;top:105.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBOaEsIxPniEyLvRtqTAqz3uo7HyWvUu { display:block; }
 }@media only screen and (max-width: 763px) { #FdULPKqcePcEJTTyEwdRDs2kv2rnVFNq { width:20rem;height:7.1996875rem;top:15.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tylUmuuRrpXp21B6pGVPmQTlG97IPoab { width:20rem;height:1.875rem;top:49.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4VIfxbfDbTKR502wwxf8Jb3K6KwwC58 { width:1.3125rem;height:3rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HICWclwrn77zaJGmgOkv6o3tvubyU5k3 { display:flex;width:1.9375rem;height:1.9375rem;top:53.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DG35WKWhwJDc4LtJq1kLnPTUJnUx9gxv { width:17rem;height:4.72411875rem;top:53.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzbT8dtwr7MIndOS3bCTBPyqvv4S1Guf { width:1.3125rem;height:3rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1dOd9lvlC8f9iZ48GkqOqSO68VaTvpT { display:flex;width:1.9375rem;height:1.9375rem;top:58.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MABHF0KgWcg1GT3UaLZQbCBQaFew0pP2 { width:16.9375rem;height:4.72411875rem;top:58.25rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQLTu6oRhszHn8KfBXJzIxZkm6u3K6kP { width:1.3125rem;height:3rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fA0fWPF0Wavdi1keaGIIGtc2AgQmFx { display:flex;width:1.9375rem;height:1.9375rem;top:62.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GvDUUwvoc5mkSa8g7tooII2eeUtQPTp3 { width:16.875rem;height:3.1494125rem;top:62.5625rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZUccQiIncecFPzutwA6d17tTvGf6hTk { width:1.3125rem;height:3rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJMaTih95PvTtwCiOLxc6HzMNteFkGk { display:flex;width:1.9375rem;height:1.9375rem;top:66.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaukW8qmSifNRN7KOz1RvInEI8qkxQnC { width:16.875rem;height:4.72411875rem;top:66.9375rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENKfRZn9IKdBCyVyacrK3OTUsUlOO0f1 { width:20rem;height:12.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXeKTw8eKlE5iHWKE82zhgQp95WJCIkR { width:20rem;height:2.0625rem;top:25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2CtGXTtT4Od8pvbRvKteomN7dhRTpAa { width:20rem;height:3.75rem;top:27.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUUvtgKMsUCJ0AZQOfiJDAspTXGgP1bn { width:20rem;height:2.0625rem;top:37rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swBixH7p6uIwgfsOiqGokpTgdMa7XG8W { width:20rem;height:1.875rem;top:45.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyZX3sf112FN3Jkbgm6RUHFQfs2u1b1H { width:1.3125rem;height:3rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkRUQobV5ulxXwonxvew8wcXcJfgviPF { display:flex;width:1.9375rem;height:1.9375rem;top:72.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uud5y9ERD82aBewT4AooFxaEWtuKIEyW { width:16.8125rem;height:3.1494125rem;top:72.9375rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iNHTte2MI0M1gRsOEuZv0pEz9xWxdUyB { width:20rem;height:1.875rem;top:78.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsS498C8RBPBt5SOaiEcSrcu7d8MA5JG { width:1.3125rem;height:3rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWB4hzzAp4y22gK6WXZnBlxRefEfnpUu { display:flex;width:1.9375rem;height:1.9375rem;top:82rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JJHJg6kWwCaZWd6m3Qgkfww93ZzZRrhT { width:17.375rem;height:3.1494125rem;top:82rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cV2ugA6MAvv8hdlHKgIQb8yVIkbFu2eQ { width:1.3125rem;height:3rem;top:86rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzo9QyDKAIKUrpDI1T62qWd9MKqxRex { display:flex;width:1.9375rem;height:1.9375rem;top:86.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t1q2dmRBRq7WbVERROrB5bNnIp9kct80 { width:17.25rem;height:3.1494125rem;top:86.5625rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMxs43ppvvlhbrqt1lRUsJz27kk7oq8c { width:1.3125rem;height:3rem;top:90.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuu8oEw1xEeABx5mtxgCFMg31fK8QVCW { display:flex;width:1.9375rem;height:1.9375rem;top:91.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UewiRHrTAlhWZ38guzxBe8wlVDJunfrJ { width:17.0625rem;height:3.1494125rem;top:91.34375rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqUcvZoINzgV5NcTHE7TiKg0K6WNDKwp { width:1.3125rem;height:3rem;top:95.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKEffUth9a4X2yCTcBh5dbAv360RfuUT { display:flex;width:1.9375rem;height:1.9375rem;top:95.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BX7eTpzI7bXlP3QZP1rTWJou74zB6cGo { width:17.0625rem;height:6.2988125rem;top:95.25rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fX0iKms9JhmdKM4KBdMcqFpSCfutG6Gh { width:20rem;height:5.6875rem;top:103.875rem;left:0rem;font-size:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Luby6rgkCs7TfT5ayRToqzwzdTyb27tr { display:block; }
 }@media only screen and (max-width: 763px) { #ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe { display:block; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdt6Z3vDbfxbAgTykNkKxaJ4LcHM7KRo { width:20rem;height:4.79980625rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6poTN9iTrbavr8cBGSxI5VrSv9y2nX { display:flex;width:1.9375rem;height:1.9375rem;top:11.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pr03WpEn4DkVpTQvwKfys4TEN8NzpOJC { width:1.3125rem;height:3rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVtu7JzMrgg2OEVXZqS2VvFXHuAZuD3P { width:15.5625rem;height:4.72411875rem;top:11.3125rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P4OLfvk9DTM9ZFyBJKeaI4kX0W4CKRnH { width:1.3125rem;height:3rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS7XA8qQap655CdVOnh3WTQzgNeEFOGo { display:flex;width:1.9375rem;height:1.9375rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SQMPk75R4GZTWMW5vdu1klaFcslw8cZ9 { width:17rem;height:7.8735625rem;top:16.5625rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTMeThnX0hbX5u3y11l1Px40xKf9kHMf { width:1.3125rem;height:3rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnl4KmoQmkecPtIhPKyBkmKmUD0pBzRK { width:17.0625rem;height:7.8735625rem;top:24.9375rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkSX00BydWuSASqXakEHFzxOC6PbImIT { display:flex;width:1.9375rem;height:1.9375rem;top:24.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #feXWaX2qhT5xpOJHNPI0q9vevDz5WJTc { width:17.0625rem;height:9.44825rem;top:33.3125rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eH82p99NspT0ognUxGkV6TmZpXVe4Bhx { width:1.3125rem;height:3rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EtqaWE5VB1CLEWo9JVUBNO5V7kwATn { display:flex;width:1.9375rem;height:1.9375rem;top:33.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fhr1OR36vgmc5LAeMBcrSuoofuOGM7Nn { width:17.1875rem;height:7.8735625rem;top:43.25rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7q4BsbM8FeoU90W7L5XKONZ7KFfGtwG { width:1.3125rem;height:3rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPOO46DhFCo0g5LpcJXsFPUW0egGaBC1 { display:flex;width:1.9375rem;height:1.9375rem;top:43.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:10.26175rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:7.1996875rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { display:flex;width:3.5625rem;height:3.5625rem;top:1.8125rem;left:8.5625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:24.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:12.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:24.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:17.0625rem;height:4.72411875rem;top:6.1875rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:18.0625rem;height:4.72411875rem;top:17.625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:17.0625rem;height:6.2988125rem;top:29.5625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGCVTIz8CJ0kh2E7z612C8RlI8FPCzuu { display:flex;width:3.5625rem;height:3.5625rem;top:12.8125rem;left:8.21875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a { display:block; }#JkNcbBxUmXSnR1Q1brMQxuE4584RkT1a > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9DKWF3nqayt408BKn8epfDc3Q3OIOnn { display:flex;width:3.6875rem;height:3.6875rem;top:12.5rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #GgwQdZLGI8k4F7uklZFOaLnodV6dxQiK { width:1.875rem;height:4.1875rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLUlqyaLnu46xwMFw6mBTaeZilQM8km { width:1.875rem;height:4.1875rem;top:12.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKwbpFTRFO6xfQCytnxP4Z3N2vcXxFTv { width:17.0625rem;height:6.2988125rem;top:6.1875rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBxMpmJUVpxc8H9mAMBylfJZyToBO6OI { width:18.0625rem;height:7.8735625rem;top:17.625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { display:flex;width:3.6875rem;height:3.6875rem;top:1.4375rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv { display:block; }#yPT35ysvs7nSInbGcOyZlK1ecrb7aIkv > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afsyGBK4WcJMNscSvsBEEguXfhNkrAyv { width:20rem;height:4.375rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oylJxcstoloBSswN9P3Lcv0pBauJ7l { display:block; }
 }@media only screen and (max-width: 763px) { #oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc { display:block; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfUIcBI42yNVebWvauyN90PzVMrgIl1R { width:20rem;height:7.1996875rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D { display:block; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn8InEpxRp26Eaco1OGnqUO0gwxZdIhC { width:20rem;height:9.44825rem;top:19.087890625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV8fTzeBNuhysR7xpSrlgNCqDHlPsZLe { width:13.0625rem;height:5.875rem;top:53.5rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgOLawqlFhTTOfn9PbccRCZ5M1FFFKuG { width:20rem;height:26.775956284153rem;top:30.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcrnAoDVV9ccEiLgJHK0qHbuLfvD4h5n { width:20rem;height:15.7470625rem;top:2.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSiE6ODbqf9tWJvHu3q6oJuDdw0zI0LZ { width:20rem;height:9.44825rem;top:30.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 { display:block; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxfad1O2f95I6fvxBN4nmFV6nqKDFIFz { width:20rem;height:7.8735625rem;top:19.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cbPT5RKaEAgTRlLL5loHHPpmqGMcEZaE { width:13.0625rem;height:5.875rem;top:50.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIhdw7HMAGaaMWewurfePOqq9WEWD2I9 { width:20rem;height:26.625rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI6tZpyb5u1KhHSq3fs0ovkesbzBKX1b { width:20rem;height:15.7470625rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:20rem;height:9.599625rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { display:flex;width:3.5rem;height:3.5rem;top:18.5625rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { width:17rem;height:15.5rem;top:2.4375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { width:16.75rem;height:15.8125rem;top:20.3125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { display:flex;width:3.5rem;height:3.5rem;top:13.125rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { width:16.25rem;height:12.0625rem;top:1.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { width:15.875rem;height:12.125rem;top:14.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:20rem;height:7.1996875rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eVyWCFu9uurpNem7zaPA2GEPqRuziZlo { width:20rem;height:4.375rem;top:73.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZQilxoQ0opEsGKRIfPXEeppO1tFL8H { display:block; }
 }@media only screen and (max-width: 763px) { #e6v9LQ3bA6cLZNTSDZCP1KywTo488AOl { width:17.5625rem;height:7.8735625rem;top:11.875rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTcXrpQEreubzDV69l9BQSWsbla2BiNS { display:flex;width:1.9375rem;height:1.9375rem;top:11.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mg4hBEarliD50GbUBVXEKDne6VR32HnO { width:1.3125rem;height:3rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOLuAW6fTyLkNJ6VEcTXz5XK4kACbphh { width:17.5625rem;height:6.2988125rem;top:21.0625rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O2UmC36DCUwdtyuGhKBH38FFKUHT5p45 { width:1.3125rem;height:3rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9s96N3HqXbshgH54XzbZCAzt0vqO3rt { display:flex;width:1.9375rem;height:1.9375rem;top:21.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vX4dTie5TKSJBUhD98IymFgJRFNyZ3DO { display:flex;width:1.9375rem;height:1.9375rem;top:28.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QGbT4eMXxCke7SOf4gT5DTRKWZhKdCiD { width:1.3125rem;height:3rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATh59sTgN2Q9P5Uxmh9u7tiRG1a7iT4c { width:17.625rem;height:6.2988125rem;top:28.4375rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hz2m6xGcEgMXT0a7JcsTBTyQJ8DXRTF8 { width:17.625rem;height:6.2988125rem;top:35.9375rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S4CcAw7tUIc9mu16m0p5RFTb2lvOqfBD { width:1.3125rem;height:3rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FvueSQqC1LAFZKkGabfvVBQDUMtqn9 { display:flex;width:1.9375rem;height:1.9375rem;top:35.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KPeJhtCdprZezVkCZOoroUocDlupmcHQ { width:17.75rem;height:7.8735625rem;top:42.75rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4i1W7H96OTloFLLFDxeBzE0hZDIb0eq { width:1.3125rem;height:3rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC7uNri7G57TlC3KmoBUSHfrqwBaTUms { display:flex;width:1.9375rem;height:1.9375rem;top:42.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndpulC6C33v1oIfvh0c38nDgqpZkCThC { width:15.8125rem;height:17.5rem;top:53.6875rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB { display:block; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoyBRqEhAdgy4A20GfsnH1vMhVgIQLU { width:20rem;height:4.79980625rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MBawwPDqRW9V12Rrek2ZNFWbcWDaEfXw { display:flex;width:1.9375rem;height:1.9375rem;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dSFkntnekVW3gCtvZ5gPX5HQEoMsHI8u { width:1.3125rem;height:3rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3w81TTlE394kT6p5sKmqwLmNB5Cw7Zb { width:17.125rem;height:9.44825rem;top:13.125rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRX03JOomu03A1A3oktC17EGoLyLPxxk { width:1.3125rem;height:3rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG2pgirSLscmo35OX415DlcSMXiTgEhn { display:flex;width:1.9375rem;height:1.9375rem;top:24.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pxwlSdUcruzBsNBFCaSQ1CDewPH2UL8V { width:17.1875rem;height:11.0229375rem;top:24.0625rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DqXOb4V5yzx9Z09bX1V4JbZTHpSgmTL4 { width:1.3125rem;height:3rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEXuKQcmLRpMTcqozg8T41kd7xqQucn1 { width:17.1875rem;height:9.44825rem;top:36.1875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrkrlPRecA8EDMLTTQJkTviFXZy7rxMm { display:flex;width:1.9375rem;height:1.9375rem;top:36.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v85yD9RRT8Fi4t8ENJAx6xw2M6TghU6r { width:17.25rem;height:7.8735625rem;top:47.6875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o9qxKHrXBHXLuTLnBvwKfTR4VrtiasbD { width:1.3125rem;height:3rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkkfARLwTSxNm8zMNNfwDdTlkGKyxSi { display:flex;width:1.9375rem;height:1.9375rem;top:47.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q5vKtbMJt5v2XGom7FXVOoab65oRTSTt { width:16rem;height:3.67480625rem;top:7.6875rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZsLdye64gWDQuqhhCIFKUpgDvyZIZVw { width:19.625rem;height:24rem;top:76.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s { display:block; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUxgp1hxd8C7W6KqhbKV9LZM9uwg3PR1 { width:1.3125rem;height:3rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6bMMHHPZ8362sKtobg4kwi0ovnSniQl { display:flex;width:1.9375rem;height:1.9375rem;top:7.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tq6kiHZGTZiJ2qfM7R71ul0xdnNJEAmT { width:17.5rem;height:9.44825rem;top:7.5rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NoOiZwoizIf9Ml4bNOCCEi2Fvg01BQqJ { width:13.1875rem;height:3.67480625rem;top:2.1875rem;left:3.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZVT3Zvqb3UmWop4pr0cRgnOXyw0TOr { width:1.3125rem;height:3rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSX7P3tKAlsRGe6vIlunrST4Hb77DlG { display:flex;width:1.9375rem;height:1.9375rem;top:18rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DO3vRE0PW37zBJcCbC82RhCBfMz3xXXr { width:17.4375rem;height:6.2988125rem;top:18rem;left:2.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iT2TPgfySSMJuWUK52QcMOv1dTnaKAMh { width:17.625rem;height:7.8735625rem;top:25.375rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b4J9fUCSD6rLCZevI5rAh6USbWoM4e5i { width:1.3125rem;height:3rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86OTWZoQ3os3Hqbid1dDxoTGuZBDknS { display:flex;width:1.9375rem;height:1.9375rem;top:25.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:20rem;height:4.79980625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:6.82425rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:19.6875rem;height:11.19925rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:20rem;height:0.125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:20rem;height:6.82425rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:19.6875rem;height:8.3994375rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:20rem;height:0.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:19.6875rem;height:6.9995rem;top:7.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:20rem;height:0.125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { display:block; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS7GIqEhE7XiKfuespO62n8R3rTwn80e { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { width:19.6875rem;height:6.9995rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { width:20rem;height:0.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { display:block; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { width:19.6875rem;height:6.9995rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { width:20rem;height:0.125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH { display:block; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA0P0NCAvL5hLSkPWrrVRqHEXawtbzWu { width:20rem;height:5.1181625rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytI2k5T6hDu8LOnXUGaKKzIAEk9AM2z6 { width:19.6875rem;height:5.5996125rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx7yaT34ex7ozXKxaywrBspMF0a2LtDf { width:20rem;height:0.125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSiBehRS5akmIDfGycG6WVdOPHhFgrA { display:block; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwh4MFQDAItbuG3ga6ToHvvH4p5OreOb { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUVyRiZdWPWkPTpDDit3IXnJHQpSVGm { width:19.6875rem;height:6.9995rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3sBzHtU59E0tzpt4QyDC1yrs6T2Mgq { width:20rem;height:0.125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 { display:block; }#UZz8iWz35VL6nqV7TldaTS4RgOZnWBt2 > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmHmL64qXDzwbTaN3WUmkK74eEZFPmNK { width:20rem;height:6.82425rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD40rUgvycuIRH6K2QmTFPppqe712VmH { width:19.6875rem;height:4.19970625rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epqGi3QUezBBygZR9XmKLEbVgtopBKBm { width:20rem;height:0.125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:20rem;height:6.82425rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:19.6875rem;height:6.9995rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { width:19rem;height:4.375rem;top:18.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:7.375rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:9.9375rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { width:7.4375rem;height:4.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }