.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:52,145,93;--color-primary-4:29,41,33;--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: 1199px) {
    html {
        width: 1200px;
    }
}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-3),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:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:rgba(var(--color-tertiary-0),1);display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.462890625rem;left:5.40625rem;height:3.57421875rem;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:47.875rem;width:75rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:6.17480625rem;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.1875rem;width:4.8125rem;top:17rem;left:83.125rem;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:-19.5625rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { background-color:#913453;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:31.875rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.5625rem;left:21.5625rem;display:block; }
#qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1siX43auVhcMh2FoyORAX0dX13lOdBJ { color:rgba(var(--color-tertiary-4),0.8);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.75rem;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; }
#ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { color:rgba(var(--color-tertiary-4),0.8);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.125rem;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; }
#hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { color:rgba(var(--color-tertiary-4),0.8);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:42.1875rem;left:0rem;height:1.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; }
#BwokuealFWMkbqmJpsKm366wX6Qmf3VE { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:2.75rem;left:5.90625rem;height:3.4121125rem;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; }
#naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { position:absolute;display:block;z-index:15001;height:5.625rem;width:22.9375rem;top:10.6875rem;left:26rem;display:block; }
#Js8J9qVViwE2nOyBQqUw92C1IUEExvyN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:1.70605625rem;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; }
#r60JHk5MsToyHVVh5D1uvQCDdP3QtJ8E { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.94970625rem;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; }
#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { 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; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { background-color: transparent; background-image: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .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); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { border-width: 0; border-radius: 0; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { color:rgba(var(--color-primary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4rem;left:19.1875rem;height:7rem;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; }
#X10y5T075f9bdRd0PBIxT06HQL1o7rvb { 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:13.625rem;left:10.375rem; }
#zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { 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:13.0625rem;left:10.375rem;display:block; }
#xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { color:#1f333b;display:block;width:49.3125rem;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:13.8125rem;left:13.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#TMmprSfTAMIhDvQFkSGtTop03ualKn7f { 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:17.625rem;left:10.375rem;display:block; }
#emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { 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:18.1875rem;left:10.375rem; }
#K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { color:#1f333b;display:block;width:50.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:18.375rem;left:13.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { color:#1f333b;display:block;width:51.375rem;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:22.9375rem;left:13.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { 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:22.75rem;left:10.375rem; }
#Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { 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:22.1875rem;left:10.375rem;display:block; }
#SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { color:#1f333b;display:block;width:46.8125rem;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.125rem;left:13.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { 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:31.9375rem;left:10.375rem; }
#cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { 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:26.75rem;left:10.375rem;display:block; }
#rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { position:absolute;display:block;z-index:15032;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:31.375rem;left:10.375rem;display:block; }
#KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { 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.3125rem;left:10.375rem; }
#nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { color:#1f333b;display:block;width:49.5rem;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.5rem;left:13.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#ETLEPlFMx6gwXCAN7hOaiseBFaLCiaz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.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:39.5625rem;left:3.90625rem;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;text-align:center;text-align-last:center;display:block; }
#DSt0UIUF1aMOUU38wh8htRnvMhaFgGxT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;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:43.5rem;left:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#mGIP1ugZuSbwvtUJAsiVJ5gdyDBUlU3K { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:48.75rem;left:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { 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; }#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:7.75rem;width:75rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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; }
#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { 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; }#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:24.25rem;width:75rem;position:relative;display:block; }#vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5rem;left:0rem;height:3.67480625rem;text-align:left;text-align-last:left;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; }
#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:25rem; }
#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.5625rem;left:50.625rem; }
#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:25rem;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:50rem;display:block; }
#TM18LrkNyX7TCRKMEdtgqATS85OXOinm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;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:9.875rem;left:0rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.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:9.875rem;left:25rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.5rem;left:25rem;height:3.67480625rem;text-align:left;text-align-last:left;display:block; }
#Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;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:9.875rem;left:50rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:5.5rem;left:50rem;height:3.67480625rem;text-align:left;text-align-last:left;display:block; }
#usEgASnMSlrliNoR0tGLUhFbnJpGns32 { 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; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { background-color: transparent; background-image: none; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container > .video-iframe-container { display: none; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row > .video-iframe-container { display: none; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .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); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { border-width: 0; border-radius: 0; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#xlZt1sbkc3z95rhFo0bcFAdR6iCWZKBq { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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; }
#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 { 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; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { background-color: transparent; background-image: none; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container > .video-iframe-container { display: none; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row > .video-iframe-container { display: none; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .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); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { border-width: 0; border-radius: 0; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#LmNCiOsXqX3lzWrUhVE03oG0ciTf0cgd { background-color:#913453;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:50.9375rem;left:23rem;display:block; }
#XukCm37qnvKxH4WokXdXye2oIyeCzInu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bM9amSa5x69TeU3KmGEN98cyxsnMiZcn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:39.4375rem;width:31.375rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#LQouvoR7DN5gtWVu6yKQMQhvo8iGRwmR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:48.1875rem;width:43.875rem;top:0rem;left:31.3125rem;display:block; }
#V1xJyuF5OfxtXBO3OQFqmhh0KLWomw6N { 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:26.0625rem;left:33.4375rem;display:block; }
#Mn78Fg4CJTXzxvcOapuG65HfSwhSxu9y { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;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:26.8125rem;left:36.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#CZDsgzWBIBVxaFMEdxevegJhb5KoMomz { 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:26.625rem;left:33.4375rem; }
#UIlh7zLcMHI1WtH0McoTCJUPueZWV8c3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;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:31.5rem;left:36.25rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#w8KIoiGNaHyMT1EIZdmM8IfcctU7g7T5 { 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:30.75rem;left:33.4375rem;display:block; }
#VwfU5ACaUqeh5ssR6Q8XeBWUhgUSSRxZ { 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:31.3125rem;left:33.4375rem; }
#u3ZUh8ehTzg1VxFJzBKxi5bfp7TS4TwB { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;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:22.25rem;left:36.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#X3Xy2lnIdqMyDXKpf3Tu2xwzDzzVR4Rh { 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:22.0625rem;left:33.4375rem; }
#mSPgH5AdeBcwSgpa7ReOFWqHBBfQWTGX { 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:21.5rem;left:33.4375rem;display:block; }
#sPwZZaHqd7TzOA1J2ddGvX9hVFQ1rtFI { 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.9375rem;left:33.4375rem;display:block; }
#HE8Wh8BGXZmvxwRZpDWCJWVwoMAtlMDh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;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.6875rem;left:36.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#tZqJwblN8T26cy4wzsOe1XcxMy21E7V5 { 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.5rem;left:33.4375rem; }
#z8eBnHn0RlaZ67zzEi2DO78dfkTHwrpo { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;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:36.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DD7vyX8E9TVOBoKETii15qeFcUJQBnwr { 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:33.4375rem; }
#kBRVfpAPShyUkwNhnKPy0UAuq8TH91IQ { 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:33.4375rem;display:block; }
#ovFoGM3gTQKUJ2c0tVlifsxJ4ROJMynA { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;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:8.375rem;left:36.25rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#wN9Csd1XUDhSJ7naATD1pdUFNhRGEWWd { 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:2.5625rem;left:33.4375rem; }
#AOsb7gSgkHWx7V2I24c64rFtGTMxel4R { 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:2rem;left:33.4375rem;display:block; }
#qJgecoum7NrElDt0cOZdguNnI2eAT1bh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;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:2.75rem;left:36.25rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#x7PXNufCd7yoM7cM6urJ9MaBuJiWquIx { 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:8.1875rem;left:33.4375rem; }
#iwBB9tQT0TJSVDCPNrPWgqPG0X22zhZ2 { 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:7.625rem;left:33.4375rem;display:block; }
#TX2Td1aC72XeDdSNneLMi1JXvQy1euod { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;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:35.625rem;left:33.4375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#l4UPCqqqgIQa0gbst1aafokCPysOLwEC { 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:38.75rem;left:33.4375rem; }
#xWs6WnMKCCSfk3MWXTLKI8ndMB7ExR8W { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;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:38.875rem;left:36.25rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#pTBwRhKz9NKSTPzI8cgefuH7TuifGgUp { 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:15038;opacity:1;top:41.4375rem;left:33.4375rem; }
#WQHFkN1vGsFWGfJlo8DardyrTaUyhPqT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;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:41.5625rem;left:36.25rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#FOVJDxUDZVUdqXLzNJBWpwFm4uCR4Ns9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;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:44.25rem;left:36.3125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#JDLutPfcB4C8qFD7WdTgpe11irwDCWx4 { 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:15040;opacity:1;top:44.125rem;left:33.5rem; }
#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:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:rgba(var(--color-primary-3),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:16.625rem;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; }
#DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { 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:15005;line-height:1.5;letter-spacing:0;top:12.6875rem;left:12.5rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XmfIX3kIKlHZkWF9fN98TCB80mIqapki { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),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:14.0625rem;width:0.125rem;top:12.0625rem;left:10.875rem;display:block; }
#BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { 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:17rem;left:12.5rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8xCf4wafsOUM2DDZSXNL1K5vN47XaF3 { 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:21.875rem;left:12.5rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oxaKJ43n3HKOZCXLl38hc52KimUEAapb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:20.6875rem;width:75rem;position:relative;display:block; }#PixmW8fySXiq3ATV6SJ8NF0oCGrwuoB0 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;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:9.9375rem;left:0rem;height:1.40625rem;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),0.8);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.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; }
#lIyKDwPTs35IyqC1DBJXHD09vrfl5ULH { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;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:3.9375rem;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:#913453;background-image:none;border-top:0.125rem solid #913453;border-left:0.125rem solid #913453;border-right:0.125rem solid #913453;border-bottom:0.125rem solid #913453;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.0625rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.875rem;left:20.5rem;display:block; }
#dBOaEsIxPniEyLvRtqTAqz3uo7HyWvUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 { 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; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { background-color: transparent; background-image: none; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container > .video-iframe-container { display: none; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row > .video-iframe-container { display: none; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .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); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { border-width: 0; border-radius: 0; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#l1kUERLcHQtv3caoy7zKb0I7erT2tpga { color:rgba(var(--color-primary-3),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:12.25rem;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; }
#nvNdkRdvDUM5zraQqyISOAM8uOBsvUnG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;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:9.875rem;left:16.96875rem;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;text-align:center;text-align-last:center;display:block; }
#cLLSIQQVva0ThKx1yTN0Ibx0MUAb2gvu { 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:13.4375rem;left:14.4375rem; }
#kCMbieU18i15JeAHnqUdQo5BBfoTTnhM { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.875rem;left:14.4375rem;display:block; }
#ElqPAoJPqFey7lTzr4NHyrC6ynOmXKNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.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:13.375rem;left:17.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DGEi5AQC1hoNSdTAOch2K1bn4MRAEUr2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.5625rem;left:14.5625rem;display:block; }
#K6JKt9mqDWStxp6Z9pK2X1ICu59ZuokF { 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.125rem;left:14.5625rem; }
#zlzQy0zTfWNfbRL2rJHFTUrHJnqlcrDV { color:rgba(var(--color-tertiary-4),1);display:block;width:46.3125rem;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.0625rem;left:17.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#f0T69BG4PFiAFbsKqO31T279bOCnbLg2 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.8125rem;left:14.4375rem;display:block; }
#bfEKJdupxlxBnhDVvnNREhCdon3FWgFs { 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.375rem;left:14.4375rem; }
#Z82PRn2gBttAL451Va2q24TkACTA5gV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;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.3125rem;left:16.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#HOq9QFZlAdkNHRE3QlcSf8teTrO0uMMV { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:20.5625rem;left:14.4375rem;display:block; }
#BXTRbF68CQbRu1nx3VHIOrtxZZGlXIM7 { 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:21.125rem;left:14.4375rem; }
#LEOpviUc6tMxMXuRZXGJ0vTh1WOImyTA { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;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:21.0625rem;left:16.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#vbGRiZ3oPtUUby1OKhRbEPTJzbEtT0T9 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:29.3125rem;left:14.4375rem;display:block; }
#fTizAe5W5zuMD2bIosT589uLy5npHs6c { 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:29.875rem;left:14.4375rem; }
#FvzOorOTQcGzC7CBAcoA4gSWxN5E4W18 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;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:29.8125rem;left:16.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#AQtmOpQFAtwKosK49WceM4pNP4KmEZ9l { box-sizing:content-box;height:28.0625rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5625rem;left:8.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { 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; }#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:25.3125rem;width:75rem;position:relative;display:block; }#SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { color:#1f333b;display:block;width:45.9375rem;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:11.3125rem;left:0rem;height:8.31055rem;text-align:left;text-align-last:left;display:block; }
#s09qNG1pfp4pQPCW40E9LBNX1xGh3eVR { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xz4ZDTAfa7MVXpMKiVR752PfHBUF3NbJ { position:absolute;display:block;z-index:15011;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:18.5rem;width:18.5rem;top:3.40625rem;left:53.8125rem;overflow:hidden;display:block; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { 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; }#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:75rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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; }
#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { 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; }#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:10.3125rem;width:75rem;position:relative;display:block; }#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { 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.375rem;left:6.625rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { color:#1f333b;display:block;width:60.5625rem;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.25rem;left:6.625rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#glB7JLTofSQIrXTMgrgIeVCDmM7hceER { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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:10.0625rem;left:7.5rem;display:block; }
#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { 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; }#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:9.1875rem;width:75rem;position:relative;display:block; }#fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { color:#1f333b;display:block;width:53.6875rem;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:2.306640625rem;left:6.4375rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { color:#1f333b;display:block;width:62.125rem;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.625rem;left:6.4375rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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:9rem;left:7.5rem;display:block; }
#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { 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; }#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:9.4375rem;width:75rem;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.25rem;left:6.5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { color:#1f333b;display:block;width:59.125rem;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:3.78125rem;left:6.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-3),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:9.25rem;left:7.5rem;display:block; }
#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp { 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; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container { background-color: transparent; background-image: none; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container > .video-iframe-container { display: none; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row > .video-iframe-container { display: none; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .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); }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container { border-width: 0; border-radius: 0; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#npRof2c6WuTie3GKBbW08k6uPdKpFzTg { 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.25rem;left:6.5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#yQssdgwhuNT4I1IVoDriQezTee6p6gsM { color:#1f333b;display:block;width:59.125rem;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:3.78125rem;left:6.5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#Gl4qGav3hl3XHF2v2WGQUoMHAm7oazPx { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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:9.25rem;left:7.5rem;display:block; }
#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF { 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; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container { background-color: transparent; background-image: none; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container > .video-iframe-container { display: none; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row > .video-iframe-container { display: none; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .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); }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container { border-width: 0; border-radius: 0; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#H2gtvBUZqoeHTFFlRhPQD891kts10uH8 { color:#1f333b;display:block;width:60.375rem;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.25rem;left:6.5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#XlRDqTWrB7TXPB9QCCWFMnBqaggUKqtc { color:#1f333b;display:block;width:59.125rem;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:3.78125rem;left:6.5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#Uo8W76nFMT36rkiNTJXeeSkP2sRhPwBC { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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:9.25rem;left:7.5rem;display:block; }
#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp { 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; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container { background-color: transparent; background-image: none; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container > .video-iframe-container { display: none; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row > .video-iframe-container { display: none; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .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); }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container { border-width: 0; border-radius: 0; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#OFhkQw36NARTKiPZxeH7T879A5FF37RN { color:#1f333b;display:block;width:60.375rem;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.25rem;left:6.5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#eEAGzL8xGfBtBdQDTTfIGcRZTmsTbzQq { color:#1f333b;display:block;width:59.125rem;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:3.78125rem;left:6.5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#ceUUncNy0Z65e4UrQmaVbEgeXhgJ2Zyo { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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:7.75rem;left:7.5rem;display:block; }
#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { 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; }#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:13.75rem;width:75rem;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.375rem;left:6.625rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { color:#1f333b;display:block;width:61.625rem;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.25rem;left:6.625rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container { background-color: transparent; background-image: none; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container > .video-iframe-container { display: none; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row > .video-iframe-container { display: none; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .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); }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container { border-width: 0; border-radius: 0; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#HODTsTyHmtVsAsL8EgHFXsQMmIPSkVzH { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;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:19.375rem;left:0rem;height:1.40625rem;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; }
#pcCzZe837iF8mZKlTTULMQp8o79Qyzti { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.125rem;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; }
#NgNDad4s8NS3JqqK2xGmRz0cImQTUl3c { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;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:13.375rem;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; }
#nea6GVew8KxdZsO6AZyEaBdWCH1g3JQb { background-color:#913453;background-image:none;border-top:0.125rem solid #913453;border-left:0.125rem solid #913453;border-right:0.125rem solid #913453;border-bottom:0.125rem solid #913453;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.0625rem;height:5.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.4375rem;left:20.5rem;display:block; }
#LTOSIKe91kpAgS3PbaxDK3sg8mybubpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4KEJ2fZ6JQaLTQADazOtaSz3NngOkT1 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;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:2.875rem;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; }
#uNaP5NGksgRpnEHdZ3f0PUAOfNJociRN { position:absolute;display:block;z-index:15002;height:5.625rem;width:22.9375rem;top:6.125rem;left:26.0625rem;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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:54.375rem;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:54.375rem;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:7.5rem;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:3.5625rem;top:1.4375rem;left:0rem;font-size:1.375rem;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:6.125rem;top:22rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.8125rem;height:7.1875rem;top:17rem;left:42.9375rem;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:31.875rem;height:4.5rem;top:36.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #m1siX43auVhcMh2FoyORAX0dX13lOdBJ { width:47.75rem;height:1.875rem;top:29.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { width:47.75rem;height:;top:32.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { width:47.75rem;height:1.5rem;top:42.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:47.75rem;height:3.375rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { top:10.6875rem;left:12.375rem;width:22.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8J9qVViwE2nOyBQqUw92C1IUEExvyN { width:47.75rem;height:;top:7.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60JHk5MsToyHVVh5D1uvQCDdP3QtJ8E { width:47.75rem;height:1.9375rem;top:18.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:39.5625rem;height:7rem;top:4rem;left:5.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { width:1.9375rem;height:1.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:47.75rem;height:3.25rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { width:1.9375rem;height:1.9375rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:47.75rem;height:3.25rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:47.75rem;height:3.25rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { width:1.9375rem;height:1.9375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { width:1.3125rem;height:3rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { width:46.8125rem;height:3.25rem;top:32.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { width:1.9375rem;height:1.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { width:1.3125rem;height:3rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { width:1.3125rem;height:3rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { width:1.9375rem;height:1.9375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:47.75rem;height:3.25rem;top:27.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLEPlFMx6gwXCAN7hOaiseBFaLCiaz3 { width:47.75rem;height:2rem;top:39.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSt0UIUF1aMOUU38wh8htRnvMhaFgGxT { width:47.75rem;height:4rem;top:43.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGIP1ugZuSbwvtUJAsiVJ5gdyDBUlU3K { width:47.75rem;height:4rem;top:48.75rem;left:0rem;font-size:1.0625rem;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:47.75rem;height:;top:3.1875rem;left:0rem;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) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:18.875rem;height:3.625rem;top:5.5rem;left:0rem;font-size:1.3125rem;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) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { width:3.125rem;height:3.125rem;top:0.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:0.5625rem;left:31.75rem;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:21.75rem;height:9.75rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:22.0625rem;height:11.375rem;top:9.875rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { width:15.0625rem;height:3.625rem;top:5.5rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:23.625rem;height:9.75rem;top:9.875rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { width:17.0625rem;height:3.625rem;top:5.5rem;left:30.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usEgASnMSlrliNoR0tGLUhFbnJpGns32 { display:block; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlZt1sbkc3z95rhFo0bcFAdR6iCWZKBq { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 { display:block; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmNCiOsXqX3lzWrUhVE03oG0ciTf0cgd { width:29rem;height:4.375rem;top:50.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XukCm37qnvKxH4WokXdXye2oIyeCzInu { display:block; }
 }@media only screen and (max-width: 763px) { #bM9amSa5x69TeU3KmGEN98cyxsnMiZcn { top:3.3125rem;left:0rem;width:31.375rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQouvoR7DN5gtWVu6yKQMQhvo8iGRwmR { top:0rem;left:3.875rem;width:43.875rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1xJyuF5OfxtXBO3OQFqmhh0KLWomw6N { width:1.3125rem;height:3rem;top:26.0625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn78Fg4CJTXzxvcOapuG65HfSwhSxu9y { width:31rem;height:3.25rem;top:26.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZDsgzWBIBVxaFMEdxevegJhb5KoMomz { width:1.9375rem;height:1.9375rem;top:26.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlh7zLcMHI1WtH0McoTCJUPueZWV8c3 { width:31rem;height:3.25rem;top:31.5rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8KIoiGNaHyMT1EIZdmM8IfcctU7g7T5 { width:1.3125rem;height:3rem;top:30.75rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwfU5ACaUqeh5ssR6Q8XeBWUhgUSSRxZ { width:1.9375rem;height:1.9375rem;top:31.3125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZUh8ehTzg1VxFJzBKxi5bfp7TS4TwB { width:31rem;height:3.25rem;top:22.25rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Xy2lnIdqMyDXKpf3Tu2xwzDzzVR4Rh { width:1.9375rem;height:1.9375rem;top:22.0625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPgH5AdeBcwSgpa7ReOFWqHBBfQWTGX { width:1.3125rem;height:3rem;top:21.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwZZaHqd7TzOA1J2ddGvX9hVFQ1rtFI { width:1.3125rem;height:3rem;top:16.9375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8Wh8BGXZmvxwRZpDWCJWVwoMAtlMDh { width:30.75rem;height:3.25rem;top:17.6875rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZqJwblN8T26cy4wzsOe1XcxMy21E7V5 { width:1.9375rem;height:1.9375rem;top:17.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eBnHn0RlaZ67zzEi2DO78dfkTHwrpo { width:31.75rem;height:3.25rem;top:12.9375rem;left:16rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD7vyX8E9TVOBoKETii15qeFcUJQBnwr { width:1.9375rem;height:1.9375rem;top:12.75rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBRVfpAPShyUkwNhnKPy0UAuq8TH91IQ { width:1.3125rem;height:3rem;top:12.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovFoGM3gTQKUJ2c0tVlifsxJ4ROJMynA { width:38.75rem;height:3.25rem;top:8.375rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN9Csd1XUDhSJ7naATD1pdUFNhRGEWWd { width:1.9375rem;height:1.9375rem;top:2.5625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsb7gSgkHWx7V2I24c64rFtGTMxel4R { width:1.3125rem;height:3rem;top:2rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgecoum7NrElDt0cOZdguNnI2eAT1bh { width:35.625rem;height:4.875rem;top:2.75rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7PXNufCd7yoM7cM6urJ9MaBuJiWquIx { width:1.9375rem;height:1.9375rem;top:8.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBB9tQT0TJSVDCPNrPWgqPG0X22zhZ2 { width:1.3125rem;height:3rem;top:7.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2Td1aC72XeDdSNneLMi1JXvQy1euod { width:31rem;height:1.625rem;top:35.625rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4UPCqqqgIQa0gbst1aafokCPysOLwEC { width:1.9375rem;height:1.9375rem;top:38.75rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWs6WnMKCCSfk3MWXTLKI8ndMB7ExR8W { width:31rem;height:1.625rem;top:38.875rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBwRhKz9NKSTPzI8cgefuH7TuifGgUp { width:1.9375rem;height:1.9375rem;top:41.4375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQHFkN1vGsFWGfJlo8DardyrTaUyhPqT { width:38.6875rem;height:1.625rem;top:41.5625rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVJDxUDZVUdqXLzNJBWpwFm4uCR4Ns9 { width:38.6875rem;height:1.625rem;top:44.25rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDLutPfcB4C8qFD7WdTgpe11irwDCWx4 { width:1.9375rem;height:1.9375rem;top:44.125rem;left:19.875rem;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) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:47.75rem;height:3.375rem;top:12.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.125rem;height:14.0625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { width:47.75rem;height:3.375rem;top:17rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xCf4wafsOUM2DDZSXNL1K5vN47XaF3 { width:47.75rem;height:3.375rem;top:21.875rem;left:0rem;font-size:1.0625rem;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:1.375rem;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3RTllHitagI2oUZ1NH4gQoH8dSDVblV { width:47.75rem;height:;top:6.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIyKDwPTs35IyqC1DBJXHD09vrfl5ULH { width:47.75rem;height:1.875rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt16q3m9DWnaZUPF8pmuAxIakvh161bD { width:34.0625rem;height:3.875rem;top:12.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOaEsIxPniEyLvRtqTAqz3uo7HyWvUu { display:block; }
 }@media only screen and (max-width: 763px) { #qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 { display:block; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1kUERLcHQtv3caoy7zKb0I7erT2tpga { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvNdkRdvDUM5zraQqyISOAM8uOBsvUnG { width:47.125rem;height:2rem;top:9.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLLSIQQVva0ThKx1yTN0Ibx0MUAb2gvu { width:1.9375rem;height:1.9375rem;top:13.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCMbieU18i15JeAHnqUdQo5BBfoTTnhM { width:1.3125rem;height:3rem;top:12.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqPAoJPqFey7lTzr4NHyrC6ynOmXKNJ { width:46.9375rem;height:3.25rem;top:13.375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGEi5AQC1hoNSdTAOch2K1bn4MRAEUr2 { width:1.3125rem;height:3rem;top:16.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JKt9mqDWStxp6Z9pK2X1ICu59ZuokF { width:1.9375rem;height:1.9375rem;top:17.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlzQy0zTfWNfbRL2rJHFTUrHJnqlcrDV { width:46.3125rem;height:3.25rem;top:17.0625rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0T69BG4PFiAFbsKqO31T279bOCnbLg2 { width:1.3125rem;height:3rem;top:24.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfEKJdupxlxBnhDVvnNREhCdon3FWgFs { width:1.9375rem;height:1.9375rem;top:25.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z82PRn2gBttAL451Va2q24TkACTA5gV8 { width:46.5rem;height:3.25rem;top:25.3125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOq9QFZlAdkNHRE3QlcSf8teTrO0uMMV { width:1.3125rem;height:3rem;top:20.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTRbF68CQbRu1nx3VHIOrtxZZGlXIM7 { width:1.9375rem;height:1.9375rem;top:21.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEOpviUc6tMxMXuRZXGJ0vTh1WOImyTA { width:46.25rem;height:3.25rem;top:21.0625rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbGRiZ3oPtUUby1OKhRbEPTJzbEtT0T9 { width:1.3125rem;height:3rem;top:29.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTizAe5W5zuMD2bIosT589uLy5npHs6c { width:1.9375rem;height:1.9375rem;top:29.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvzOorOTQcGzC7CBAcoA4gSWxN5E4W18 { width:47.25rem;height:3.25rem;top:29.8125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQtmOpQFAtwKosK49WceM4pNP4KmEZ9l { top:8.5625rem;left:0rem;width:47.75rem;height:28.0625rem;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) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:45.9375rem;height:8.125rem;top:11.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s09qNG1pfp4pQPCW40E9LBNX1xGh3eVR { width:47.75rem;height:3.25rem;top:5.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz4ZDTAfa7MVXpMKiVR752PfHBUF3NbJ { top:3.375rem;left:29.25rem;width:18.5rem;height:18.5rem;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.25rem;height:1.625rem;top:1.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:47.75rem;height:4.6875rem;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:47.75rem;height:0.125rem;top:10.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:1.625rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:47.75rem;height:3.125rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:47.75rem;height:0.125rem;top:9rem;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.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:47.75rem;height:4.6875rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:47.75rem;height:0.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp { display:block; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npRof2c6WuTie3GKBbW08k6uPdKpFzTg { width:47.25rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQssdgwhuNT4I1IVoDriQezTee6p6gsM { width:47.75rem;height:4.6875rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl4qGav3hl3XHF2v2WGQUoMHAm7oazPx { width:47.75rem;height:0.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF { display:block; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2gtvBUZqoeHTFFlRhPQD891kts10uH8 { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlRDqTWrB7TXPB9QCCWFMnBqaggUKqtc { width:47.75rem;height:4.6875rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo8W76nFMT36rkiNTJXeeSkP2sRhPwBC { width:47.75rem;height:0.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp { display:block; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFhkQw36NARTKiPZxeH7T879A5FF37RN { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEAGzL8xGfBtBdQDTTfIGcRZTmsTbzQq { width:47.75rem;height:3.125rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceUUncNy0Z65e4UrQmaVbEgeXhgJ2Zyo { width:47.75rem;height:0.125rem;top:7.75rem;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:1.625rem;top:1.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:47.75rem;height:3.125rem;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV { display:block; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HODTsTyHmtVsAsL8EgHFXsQMmIPSkVzH { width:47.75rem;height:1.375rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCzZe837iF8mZKlTTULMQp8o79Qyzti { width:47.75rem;height:;top:16.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgNDad4s8NS3JqqK2xGmRz0cImQTUl3c { width:47.75rem;height:1.875rem;top:13.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nea6GVew8KxdZsO6AZyEaBdWCH1g3JQb { width:34.0625rem;height:5.0625rem;top:21.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOSIKe91kpAgS3PbaxDK3sg8mybubpk { display:block; }
 }@media only screen and (max-width: 763px) { #s4KEJ2fZ6JQaLTQADazOtaSz3NngOkT1 { width:47.75rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNaP5NGksgRpnEHdZ3f0PUAOfNJociRN { top:6.125rem;left:12.4375rem;width:22.9375rem;height:5.625rem;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:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:5.25rem;top:1.40625rem;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:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:20rem;height:11.25rem;top:29.5625rem;left:0rem;font-size:1.5625rem;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:0.75rem;left:15.619391025641rem;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:48.875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #m1siX43auVhcMh2FoyORAX0dX13lOdBJ { width:20rem;height:1.625rem;top:42.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { width:20rem;height:2.25rem;top:45rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { width:20rem;height:2.75rem;top:54rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:20rem;height:10.5rem;top:1.53125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { width:20rem;height:6.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8J9qVViwE2nOyBQqUw92C1IUEExvyN { width:20rem;height:1.3125rem;top:13.125rem;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) { #r60JHk5MsToyHVVh5D1uvQCDdP3QtJ8E { width:20rem;height:4.6875rem;top:23.25rem;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) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:20rem;height:6.9375rem;top:3rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { display:flex;width:1.9375rem;height:1.9375rem;top:11.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:17.4375rem;height:7.8125rem;top:11.3125rem;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) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { display:flex;width:1.9375rem;height:1.9375rem;top:19.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:17.5rem;height:10.9375rem;top:19.625rem;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) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:17.4375rem;height:9.375rem;top:31.6875rem;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) { #V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { display:flex;width:1.9375rem;height:1.9375rem;top:31.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { width:1.3125rem;height:3rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { width:17.4375rem;height:7.8125rem;top:53.0625rem;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) { #TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { display:flex;width:1.9375rem;height:1.9375rem;top:52.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { width:1.3125rem;height:3rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { width:1.3125rem;height:3rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { display:flex;width:1.9375rem;height:1.9375rem;top:42.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:17.5rem;height:9.375rem;top:42.25rem;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) { #ETLEPlFMx6gwXCAN7hOaiseBFaLCiaz3 { width:20rem;height:6.75rem;top:62.125rem;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) { #DSt0UIUF1aMOUU38wh8htRnvMhaFgGxT { width:20rem;height:10.125rem;top:70.125rem;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) { #mGIP1ugZuSbwvtUJAsiVJ5gdyDBUlU3K { width:20rem;height:10.125rem;top:81.5rem;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) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:4.75rem;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:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:20rem;height:3.125rem;top:6.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;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) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { display:flex;width:3.6875rem;height:3.6875rem;top:22.5rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:44.3125rem;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:22.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:44rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:20rem;height:10.9375rem;top:10rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:20rem;height:10.9375rem;top:31.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { width:15.0625rem;height:3.125rem;top:27.375rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:20rem;height:10.9375rem;top:53.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { width:17.0625rem;height:3.125rem;top:49.5625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usEgASnMSlrliNoR0tGLUhFbnJpGns32 { display:block; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlZt1sbkc3z95rhFo0bcFAdR6iCWZKBq { width:20rem;height:7.125rem;top:1.25rem;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) { #UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 { display:block; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { width:20rem;height:134.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmNCiOsXqX3lzWrUhVE03oG0ciTf0cgd { width:20rem;height:4.375rem;top:127rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XukCm37qnvKxH4WokXdXye2oIyeCzInu { display:block; }
 }@media only screen and (max-width: 763px) { #bM9amSa5x69TeU3KmGEN98cyxsnMiZcn { width:5.1875rem;height:6.5rem;top:0.9365234375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQouvoR7DN5gtWVu6yKQMQhvo8iGRwmR { width:20rem;height:105.6875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1xJyuF5OfxtXBO3OQFqmhh0KLWomw6N { width:1.3125rem;height:3rem;top:80.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn78Fg4CJTXzxvcOapuG65HfSwhSxu9y { width:18.5rem;height:4.6875rem;top:84.125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZDsgzWBIBVxaFMEdxevegJhb5KoMomz { display:flex;width:1.9375rem;height:1.9375rem;top:80.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #UIlh7zLcMHI1WtH0McoTCJUPueZWV8c3 { width:18.625rem;height:4.6875rem;top:93.5rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8KIoiGNaHyMT1EIZdmM8IfcctU7g7T5 { width:1.3125rem;height:3rem;top:89.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwfU5ACaUqeh5ssR6Q8XeBWUhgUSSRxZ { display:flex;width:1.9375rem;height:1.9375rem;top:90.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #u3ZUh8ehTzg1VxFJzBKxi5bfp7TS4TwB { width:17.125rem;height:4.6875rem;top:74.5rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3Xy2lnIdqMyDXKpf3Tu2xwzDzzVR4Rh { display:flex;width:1.9375rem;height:1.9375rem;top:70.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #mSPgH5AdeBcwSgpa7ReOFWqHBBfQWTGX { width:1.3125rem;height:3rem;top:70.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwZZaHqd7TzOA1J2ddGvX9hVFQ1rtFI { width:1.3125rem;height:3rem;top:60.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8Wh8BGXZmvxwRZpDWCJWVwoMAtlMDh { width:18.5rem;height:4.6875rem;top:64.75rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZqJwblN8T26cy4wzsOe1XcxMy21E7V5 { display:flex;width:1.9375rem;height:1.9375rem;top:61.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #z8eBnHn0RlaZ67zzEi2DO78dfkTHwrpo { width:19.5rem;height:6.25rem;top:53.125rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DD7vyX8E9TVOBoKETii15qeFcUJQBnwr { display:flex;width:1.9375rem;height:1.9375rem;top:49.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #kBRVfpAPShyUkwNhnKPy0UAuq8TH91IQ { width:1.3125rem;height:3rem;top:48.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovFoGM3gTQKUJ2c0tVlifsxJ4ROJMynA { width:19.375rem;height:6.25rem;top:41.5rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wN9Csd1XUDhSJ7naATD1pdUFNhRGEWWd { display:flex;width:1.9375rem;height:1.9375rem;top:21.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #AOsb7gSgkHWx7V2I24c64rFtGTMxel4R { width:1.3125rem;height:3rem;top:21.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgecoum7NrElDt0cOZdguNnI2eAT1bh { width:17.125rem;height:10.9375rem;top:24.75rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7PXNufCd7yoM7cM6urJ9MaBuJiWquIx { display:flex;width:1.9375rem;height:1.9375rem;top:37.8125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #iwBB9tQT0TJSVDCPNrPWgqPG0X22zhZ2 { width:1.3125rem;height:3rem;top:37.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2Td1aC72XeDdSNneLMi1JXvQy1euod { width:20rem;height:1.5625rem;top:99.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4UPCqqqgIQa0gbst1aafokCPysOLwEC { display:flex;width:2.5625rem;height:2.5625rem;top:102.125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #xWs6WnMKCCSfk3MWXTLKI8ndMB7ExR8W { width:16.5625rem;height:3.125rem;top:105.625rem;left:1.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTBwRhKz9NKSTPzI8cgefuH7TuifGgUp { display:flex;width:2.4375rem;height:2.4375rem;top:109.8125rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #WQHFkN1vGsFWGfJlo8DardyrTaUyhPqT { width:17.1875rem;height:4.6875rem;top:112.75rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOVJDxUDZVUdqXLzNJBWpwFm4uCR4Ns9 { width:20rem;height:1.5625rem;top:121.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDLutPfcB4C8qFD7WdTgpe11irwDCWx4 { display:flex;width:2.375rem;height:2.375rem;top:118.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:20rem;height:11.875rem;top:3.5625rem;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) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:19.125rem;height:7.1875rem;top:17.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.125rem;height:15.125rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { width:20rem;height:5.75rem;top:26.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L8xCf4wafsOUM2DDZSXNL1K5vN47XaF3 { width:20rem;height:7.1875rem;top:33.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oxaKJ43n3HKOZCXLl38hc52KimUEAapb { display:block; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PixmW8fySXiq3ATV6SJ8NF0oCGrwuoB0 { width:20rem;height:1.375rem;top:8.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3RTllHitagI2oUZ1NH4gQoH8dSDVblV { width:20rem;height:2.4375rem;top:4.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIyKDwPTs35IyqC1DBJXHD09vrfl5ULH { width:20rem;height:1.875rem;top:1.25rem;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:10.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOaEsIxPniEyLvRtqTAqz3uo7HyWvUu { display:block; }
 }@media only screen and (max-width: 763px) { #qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 { display:block; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1kUERLcHQtv3caoy7zKb0I7erT2tpga { width:20rem;height:4.75rem;top:1.25rem;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) { #nvNdkRdvDUM5zraQqyISOAM8uOBsvUnG { width:20rem;height:2rem;top:8.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cLLSIQQVva0ThKx1yTN0Ibx0MUAb2gvu { display:flex;width:1.9375rem;height:1.9375rem;top:11.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kCMbieU18i15JeAHnqUdQo5BBfoTTnhM { width:1.3125rem;height:3rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqPAoJPqFey7lTzr4NHyrC6ynOmXKNJ { width:17.1875rem;height:6.875rem;top:11.875rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGEi5AQC1hoNSdTAOch2K1bn4MRAEUr2 { width:1.3125rem;height:3rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JKt9mqDWStxp6Z9pK2X1ICu59ZuokF { display:flex;width:1.9375rem;height:1.9375rem;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zlzQy0zTfWNfbRL2rJHFTUrHJnqlcrDV { width:17.125rem;height:6.875rem;top:19.875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0T69BG4PFiAFbsKqO31T279bOCnbLg2 { width:1.3125rem;height:3rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfEKJdupxlxBnhDVvnNREhCdon3FWgFs { display:flex;width:1.9375rem;height:1.9375rem;top:34.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z82PRn2gBttAL451Va2q24TkACTA5gV8 { width:17.25rem;height:5.5rem;top:34.6875rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HOq9QFZlAdkNHRE3QlcSf8teTrO0uMMV { width:1.3125rem;height:3rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTRbF68CQbRu1nx3VHIOrtxZZGlXIM7 { display:flex;width:1.9375rem;height:1.9375rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEOpviUc6tMxMXuRZXGJ0vTh1WOImyTA { width:17.125rem;height:5.5rem;top:27.875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vbGRiZ3oPtUUby1OKhRbEPTJzbEtT0T9 { width:1.3125rem;height:3rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTizAe5W5zuMD2bIosT589uLy5npHs6c { display:flex;width:1.9375rem;height:1.9375rem;top:41.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvzOorOTQcGzC7CBAcoA4gSWxN5E4W18 { width:17.375rem;height:5.5rem;top:41.3125rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AQtmOpQFAtwKosK49WceM4pNP4KmEZ9l { width:20rem;height:20.25rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:20rem;height:15.625rem;top:9.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s09qNG1pfp4pQPCW40E9LBNX1xGh3eVR { width:20rem;height:4.75rem;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) { #xz4ZDTAfa7MVXpMKiVR752PfHBUF3NbJ { width:12.5rem;height:12.5rem;top:26.9375rem;left:3.75rem;display:block; }
 }@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.75rem;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:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:1.5rem;top:1.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:19.6875rem;height:9.625rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:20rem;height:0.125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:19.6875rem;height:9.625rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:20rem;height:0.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:19.6875rem;height:9.625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:20rem;height:0.125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp { display:block; }#Qz9KoZpoiyEkDq2VEIWN4duzyLDW7Wtp > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npRof2c6WuTie3GKBbW08k6uPdKpFzTg { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQssdgwhuNT4I1IVoDriQezTee6p6gsM { width:19.6875rem;height:9.625rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl4qGav3hl3XHF2v2WGQUoMHAm7oazPx { width:20rem;height:0.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF { display:block; }#q4LoM0Ua8w3U5Dt84HTfgyhGzGP2eWXF > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2gtvBUZqoeHTFFlRhPQD891kts10uH8 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlRDqTWrB7TXPB9QCCWFMnBqaggUKqtc { width:19.6875rem;height:9.625rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo8W76nFMT36rkiNTJXeeSkP2sRhPwBC { width:20rem;height:0.125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp { display:block; }#T5Idd2XerdGn8O7A0JFs0s2EanuGuWhp > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFhkQw36NARTKiPZxeH7T879A5FF37RN { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEAGzL8xGfBtBdQDTTfIGcRZTmsTbzQq { width:19.6875rem;height:8.25rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceUUncNy0Z65e4UrQmaVbEgeXhgJ2Zyo { width:20rem;height:0.125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:19.6875rem;height:8.25rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV { display:block; }#bZNgzvFfeyvAAuTLSviGiS5GK08BJgrV > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HODTsTyHmtVsAsL8EgHFXsQMmIPSkVzH { width:20rem;height:1.375rem;top:20.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcCzZe837iF8mZKlTTULMQp8o79Qyzti { width:20rem;height:2.4375rem;top:17.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgNDad4s8NS3JqqK2xGmRz0cImQTUl3c { width:20rem;height:1.875rem;top:13.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nea6GVew8KxdZsO6AZyEaBdWCH1g3JQb { width:18.75rem;height:3.875rem;top:23.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOSIKe91kpAgS3PbaxDK3sg8mybubpk { display:block; }
 }@media only screen and (max-width: 763px) { #s4KEJ2fZ6JQaLTQADazOtaSz3NngOkT1 { width:20rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNaP5NGksgRpnEHdZ3f0PUAOfNJociRN { width:20rem;height:5.625rem;top:7.25rem;left:0rem;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; }
 }