.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:239,225,229;--color-secondary-1:200,154,169;--color-secondary-2:145,52,83;--color-secondary-3:73,26,42;--color-secondary-4:22,8,12;--color-tertiary-0:221,224,226;--color-tertiary-1:143,153,157;--color-tertiary-2:31,51,59;--color-tertiary-3:16,26,30;--color-tertiary-4:5,8,9;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:21.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:#ffffff;display:block;width:53.125rem;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.375rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BwokuealFWMkbqmJpsKm366wX6Qmf3VE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h4oePkgWPugReetGUgVGvmIQ1TbyHDqs { position:absolute;display:block;z-index:15000;height:5rem;width:8.9375rem;top:0rem;left:51.0625rem;display:block; }
#naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { position:absolute;display:block;z-index:15001;height:5.625rem;width:22.9375rem;top:11.03125rem;left:18.53125rem;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(255,255,255,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:55.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:60.652970594412rem;display:block; }#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.adaptive-delivery-prevent-bg, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyload, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyloading { background-image: none; }
#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.5rem;top:5.125rem;left:-12.068181818182rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.125rem;left:5.65625rem;display:block; }
#qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:47.5625rem;left:0rem;height:1.6875rem;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; }
#WiU36tl4URpy7RZWma4WwpRc0Tp303JO { color:rgba(0,0,0,0.8);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:50.625rem;left:4.375rem;height:3.75rem;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; }
#RoPBuBpRGbRwZzzliNME5UDQP5iXZIca { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.1875rem;left:5.6875rem;display:none; }
#aLOKqZayAzQfWJr1SsAHZF9WLuqRXA7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LsTpufuwvsZPyfkBc1iSo4ycxnDxMRUJ { color:#000000;display:block;width:45.125rem;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:25.75rem;left:13.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#dWRyQu0xFQNimm3GO3GhCRlOS1PDHRnP { color:#34915d;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:23.375rem;left:13.5625rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#mUsoa1mdtNpbAmh8h5eSoadAMTOqlXEX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:24.5rem;left:9.0625rem; }
#FPglKXzI5JEzSywnxRrgwe159waX2K0b { position:absolute;display:block;z-index:15022;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.8125rem;width:2rem;top:23.4375rem;left:8.25rem;display:block; }
#B1VFnoEElyM5aIBzg3bWoJgIpMxR6BAQ { color:rgba(var(--color-tertiary-4),0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:33.875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cQ3xe6LqtkogQSdQqmzDO42Lx9ihuJUm { color:rgba(var(--color-tertiary-4),0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;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; }
#psDqPB1AyDptucQT6sJFpchAz8ixTgi5 { color:#34915d;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:23.375rem;left:13.5625rem;height:1.92480625rem;text-align:left;text-align-last:left;display:none; }
#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:32.5625rem;width:60rem;position:relative;display:block; }#nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { color:rgba(var(--color-primary-3),1);display:block;width:41.375rem;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:2.9375rem;left:9.3125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#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:8.3125rem;left:2.5625rem; }
#zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { position:absolute;display:block;z-index:15020;background-color:#ff5454;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.75rem;left:2.5625rem;display:block; }
#xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.5rem;left:5.4375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#TMmprSfTAMIhDvQFkSGtTop03ualKn7f { position:absolute;display:block;z-index:15023;background-color:#ff5454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:11.4375rem;left:2.5625rem;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:12rem;left:2.5625rem; }
#K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.1875rem;left:5.4375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;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:15.75rem;left:5.4375rem;height:1.6621125rem;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:15.5625rem;left:2.5625rem; }
#Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { position:absolute;display:block;z-index:15026;background-color:#ff5454;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:15rem;left:2.5625rem;display:block; }
#GKa2KLEpntboW9HSTV1HlFLRzdvvuerP { color:rgba(var(--color-tertiary-2),1);display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:26.5625rem;left:5.4375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { color:rgba(var(--color-tertiary-2),1);display:block;width:53.125rem;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:23rem;left:5.4375rem;height:1.6621125rem;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:22.8125rem;left:2.5625rem; }
#Rzb65QuNtxcktp6VqBT3N7Jqm4C0Xdgs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.375rem;left:2.5625rem; }
#cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { position:absolute;display:block;z-index:15029;background-color:#ff5454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:18.5625rem;left:2.5625rem;display:block; }
#rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { position:absolute;display:block;z-index:15032;background-color:#ff5454;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.25rem;left:2.5625rem;display:block; }
#o7mXNQrJCpSTBT8rm69PL0xfw7t5vQZG { position:absolute;display:block;z-index:15035;background-color:#ff5454;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:25.8125rem;left:2.5625rem;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:19.125rem;left:2.5625rem; }
#nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { color:rgba(var(--color-tertiary-2),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:19.3125rem;left:5.4375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { position:relative;display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { background-color: transparent; background-image: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:rgba(var(--color-primary-3),1);display:block;width:54.1875rem;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.375rem;left:3.65625rem;height:9.75rem;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:#000000;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.8;letter-spacing:0;top:14.625rem;left:5rem;height:18.219725rem;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:18.9375rem;width:0.125rem;top:14rem;left:3.625rem;display:block; }
#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { background-color: transparent; background-image: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .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); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { border-width: 0; border-radius: 0; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:60rem;position:relative;display:block; }#QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.125rem;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; }
#L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { position:absolute;display:block;z-index:14998;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:69.375rem;width:55.5rem;top:0.875rem;left:2.25rem;display:block; }
#BgT161sCCbMPemlCRLNUPnVveeo3HZcf { 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:25.6875rem;left:4.125rem; }
#xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { 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:25.125rem;left:4.125rem;display:block; }
#wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:25.875rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#t7fLoV6XttAVimabMQFuwQoyqJBKMtRB { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.125rem;left:7.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#LKZ3wUuBnPLUMmBgMLWfP8cUbfwEB9c8 { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:35.25rem;left:7.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hbezJ335xTPrN9OALqCvMs1Xq7dWXI3p { position:absolute;display:block;z-index:15027;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:32.25rem;left:4.125rem;display:block; }
#xb9RicwAdz1cKv1ptVkNgi1iyWNHAUha { 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:15028;opacity:1;top:32.8125rem;left:4.125rem; }
#lclEw036V1QeqsU1GhCJQhMIR9JT5Vnl { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:33rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#rdgHmcMOTT3ooeBRB5BWolGSfEgRcENb { color:#ffffff;display:block;width:38.625rem;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:42.125rem;left:6.875rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#NRMshTzcPnCKJQR1HVGMyT4H42gZetq6 { position:absolute;display:block;z-index:15031;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:39.125rem;left:3.9375rem;display:block; }
#vPakDXcV2K6QTWJhttEHqgNSX4NLONvd { 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:15032;opacity:1;top:39.6875rem;left:3.9375rem; }
#T78MAH3RDRro5nMZvVoRkFKhdVsdVp5m { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:39.875rem;left:6.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#UFWkz2aTCgn8GDn6FCTaEd73HVF7kJUB { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:49rem;left:6.875rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#xDBnBKGSnyBZkTcnWkpNaM6OqQx9xATq { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:46rem;left:3.9375rem;display:block; }
#OKBJ3BNvahXOO0VWAU5r4iOkO2TgM2Z3 { 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:46.5625rem;left:3.9375rem; }
#g9JTDQWM1qkIEqAnOFI7RVMLHbK7cARI { color:#ffffff;display:block;width:37.1875rem;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:46.75rem;left:6.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#vJT2zQIv1S3Gp5JlNGcSwBkKmZZ5SCJ8 { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:54.8125rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EtPe1H0Uhuo9rIbh8WkeQc3kXaFmP9u2 { position:absolute;display:block;z-index:15039;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:51.1875rem;left:4.125rem;display:block; }
#OpHFcFsikuy6TuGIrULyE9rRo0Rg11pz { 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:51.75rem;left:4.125rem; }
#ViXDBWfcaFxUA6lU0q2aoWvkTi8zKZRd { color:#ffffff;display:block;width:44.25rem;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:51.9375rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#sbqVWmyk7CiWk3G1Ce14DPoOwxHmucD0 { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:61.75rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zaDoMixVpcm0cRbMsVTE6cO9nMFOeSuI { position:absolute;display:block;z-index:15043;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:57.125rem;left:4.125rem;display:block; }
#yMGaAQc2TIyiC5EQzq8xkuzvbxDFJget { 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:15044;opacity:1;top:57.6875rem;left:4.125rem; }
#NTvTIuvHqbVhJtsLHRp9PW18VAz4sTWg { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:57.875rem;left:6.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#RkzEAoa3XmrIs7EgsDZSAToR9k1vrsfO { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:64.875rem;left:7.125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#GNCorITo90rhkSohd5wlQl7CRZ7oWfWb { position:absolute;display:block;z-index:15045;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:64.875rem;left:4.125rem;display:block; }
#EEex4XvCkB0tac6ptRETPNosItJ6QA32 { 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:15046;opacity:1;top:65.4375rem;left:4.125rem; }
#PydDb614105EDXoxtKlTMduFFVPk6ptC { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:12.4375rem;top:6.4375rem;left:42.5625rem;overflow:hidden;display:block; }
#XI9qcDar4qTZTpObL7L3x2kxwqQl4b4q { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.5625rem;top:6.4375rem;left:17.376436781609rem;overflow:hidden;display:block; }
#JBDEAyO28x2r8EDlQfooDhpf9voIPIKs { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:12.625rem;top:6.4375rem;left:30rem;overflow:hidden;display:block; }
#cDI9pudhtfHQx4KmipoXIJBvsZ7RDuWU { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:13.1875rem;top:6.3125rem;left:4.5625rem;overflow:hidden;display:block; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { background-color: transparent; background-image: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { border-width: 0; border-radius: 0; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.0625rem;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:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { background-color: transparent; background-image: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { border-width: 0; border-radius: 0; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;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.46875rem;left:0rem;height:3.673825rem;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.53125rem;left:21.5rem; }
#BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#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:21.5rem;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:41.5rem;display:block; }
#TM18LrkNyX7TCRKMEdtgqATS85OXOinm { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.875rem;left:0rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.875rem;left:20rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { color:rgba(var(--color-tertiary-2),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:20rem;height:3.673825rem;text-align:left;text-align-last:left;display:block; }
#Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.875rem;left:40rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { color:rgba(var(--color-tertiary-2),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:40rem;height:3.673825rem;text-align:left;text-align-last:left;display:block; }
#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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:54.0625rem;width:60rem;position:relative;display:block; }#NIZJmmS1dKRtELPcRX63BM44NhE60q2x { color:rgba(var(--color-primary-3),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.125rem;left:4.25rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fh9osBt89OPHPBGDo02KB2LPeoMu0whr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.875rem;left:6.625rem; }
#z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:6.3125rem;left:6.625rem;display:block; }
#SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { color:rgba(var(--color-tertiary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.0625rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:11.125rem;left:6.625rem;display:block; }
#NBva32ClImc7eewGUMW2HMuTAhUHBJoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.6875rem;left:6.625rem; }
#ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.875rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.5rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.3125rem;left:6.625rem; }
#CApPyNigWPqzynIKgbeC588dRMJIeWg9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:15.75rem;left:6.625rem;display:block; }
#aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20.3125rem;left:6.625rem;display:block; }
#qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.875rem;left:6.625rem; }
#KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:21.0625rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#ne3NTVwroz9zgFImWuvHQkDNf2TTk2Xb { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;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.625rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#TQoTDg2CmFDeJcbH243cmKBKl5s8EtL6 { 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.4375rem;left:6.625rem; }
#slcQqABuDArPGyNkxBmJVQJIOoqVGdFz { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:24.875rem;left:6.625rem;display:block; }
#wthnN7iWAKmmsvGusOAyDfQSifnCZzJ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hqekeLGOptE2tDsh5qq45p4HwP6dOm4d { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:29.5rem;left:6.625rem;display:block; }
#sP7HF6QqRBoLxMn66csTx7ORKok7uGbm { 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:30.0625rem;left:6.625rem; }
#JSd7qAlXVLz0SBT2M961QTaCpCxoCbcG { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:34.875rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#Xweot6HDbeoRciJigtFgn3HFCxxSTqEp { position:absolute;display:block;z-index:15038;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:34.125rem;left:6.625rem;display:block; }
#HPAurDNx9tqWnZS5NrMFCEH6WTZ9vX7Z { 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:15039;opacity:1;top:34.6875rem;left:6.625rem; }
#RS0n0EBTeGap7ERtUqf6Se5DamvRpsup { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:39.4375rem;left:9.5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#qxvAOFfXNt0CmSpsDTZeSVzumZw3i0Kc { 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:15042;opacity:1;top:39.25rem;left:6.625rem; }
#oP1zBXhnyhTXWzx13VJ9uMZIVuN0X059 { position:absolute;display:block;z-index:15041;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:38.6875rem;left:6.625rem;display:block; }
#GKZCRtDdXTmUy3r9vXo3SmiQ7uEBBBsp { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:45.4375rem;left:0rem;height:4.54921875rem;text-align:center;text-align-last:center;font-style:normal;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:29.6875rem;width:60rem;position:relative;display:block; }#OFfTPOXrXbXm8LfTtJQ1cLGtyvpI8aNi { color:rgba(255,255,255,0.8);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:23.1875rem;left:4.375rem;height:3.75rem;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; }
#aiH3TT39dTD0uetBvugxtE6IeugGxTwa { color:rgba(255,255,255,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:20.125rem;left:0rem;height:1.6875rem;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; }
#oAZXeSONp4df03srSvXZ8tol6BufATdT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9rem;left:5.6875rem;display:block; }
#Zg3tW83w4hBeqNxoNPLDotBXraF6WJaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnstOuketRNB48ld5VOQmQ8oE79UUfCf { position:absolute;display:block;z-index:15002;height:5.625rem;width:22.9375rem;top:1.3125rem;left:18.53125rem;display:block; }
#QmFbhkVV78DnumtERcB4xpagFL8oATXJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.1875rem;left:5.6875rem;display:none; }
#Egn8dQFsnIQUTGlqIWiIcB0dLDvP1Xc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { 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; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { background-color: transparent; background-image: none; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container > .video-iframe-container { display: none; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row > .video-iframe-container { display: none; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .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); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { border-width: 0; border-radius: 0; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#vWIe54dOq9PDGmkSvXFcPh1EUHlBh8RQ { 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.0625rem;left:4.78125rem;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; }
#qmPiJakbl0ORtmDDHOIi50MS6lx5IzRr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:19.125rem;top:9.34375rem;left:20.4375rem;overflow:hidden;display:block; }
#in4IdSHuOnKGeKtaNL8fFaKDvNyLNx22 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:19.25rem;top:9.34375rem;left:40.75rem;overflow:hidden;display:block; }
#kT4nqpOu6oUF1DNVFP5E08AFQwQvgmBU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:19.125rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n { position:relative;display:block; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n { background-color: transparent; background-image: none; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row .container > .video-iframe-container { display: none; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row > .video-iframe-container { display: none; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .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); }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n { border-width: 0; border-radius: 0; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .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; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L4H0G5ZrHyD2cmvUaKDGCLSr9VXNOQBq { 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:4.78125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v2D01qkI9GzWkpyubSd3KVRvZRQVPFJM { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:9.3125rem;left:4rem;height:10.1220625rem;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; }
#SSNRggt1HzLRp9nGBFrCqtD6N5F20d5N { 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:11.3125rem;width:0.125rem;top:8.3125rem;left:2.375rem;display:block; }
#r3FCB7ZoNT1LxbZJzEuuQwhIbSRRhc3n { color:#000000;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:39.625rem;left:7.3125rem;height:2.69921875rem;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; }
#l1zRMn3UeTVNwkdo2MyOno5NszBPdrfE { position:absolute;display:block;z-index:15026;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.625rem;width:0.125rem;top:22.4375rem;left:2.375rem;display:block; }
#E2Wk5A9RA8H8NRhqLow9RqZ4WUG9EeqD { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:23.125rem;left:4rem;height:4.048825rem;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; }
#tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y { color:#000000;display:block;width:53.625rem;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:27.75rem;left:4.0625rem;height:9.035125rem;display:block; }#tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y li:before{  }
#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container { background-color: transparent; background-image: none; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container > .video-iframe-container { display: none; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row > .video-iframe-container { display: none; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .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); }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container { border-width: 0; border-radius: 0; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#aJdzgKna4VopTtRIVs63wi1VBI0VIsT3 { color:rgba(var(--color-primary-3),1);display:block;width:54.1875rem;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.375rem;left:3.65625rem;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; }
#Wy4AdAd2zyXgmqnRGva3fESV04pq8VQ3 { color:#000000;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.8;letter-spacing:0;top:7rem;left:4.9375rem;height:16.1953rem;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; }
#ySGegb8OcaSX7yw1LeKS3U0QyUiixXLC { 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:17.1875rem;width:0.125rem;top:6.375rem;left:3.625rem;display:block; }
#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { background-color: transparent; background-image: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { border-width: 0; border-radius: 0; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { color:rgba(var(--color-primary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.375rem;left:6.96875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { position:relative;display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { background-color: transparent; background-image: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { border-width: 0; border-radius: 0; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .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; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:22.875rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:21.1875rem;top:3.625rem;left:30rem;overflow:hidden;display:block; }
#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { position:relative;display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { background-color: transparent; background-image: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { border-width: 0; border-radius: 0; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .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; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:20.375rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:21.125rem;top:2.5rem;left:30rem;overflow:hidden;display:block; }
#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ { 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; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container { background-color: transparent; background-image: none; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container > .video-iframe-container { display: none; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row > .video-iframe-container { display: none; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .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); }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container { border-width: 0; border-radius: 0; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#BTNGLW3T12kkrP9ElJt1S6PdtRulJa1c { color:rgba(255,255,255,0.8);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.5rem;left:4.375rem;height:3.75rem;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; }
#IPW1L1Db3yJ0mfOkObppHckTEupaO3DO { color:rgba(255,255,255,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.4375rem;left:0rem;height:1.6875rem;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; }
#UI73nLwXFJRJFCfuxSMFucxHT2ZzkKXm { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.3125rem;left:5.65625rem;display:block; }
#Q2kTgqrtcuQF3uqOSCiFT6qo3Npx9ofx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtcTMubKZeGfD2ZrwLqBl5Fa9voMmDei { position:absolute;display:block;z-index:15003;height:5.625rem;width:22.9375rem;top:1.5rem;left:18.53125rem;display:block; }
#ERDmcVcJadIJyKsVH2SJM7Ml7I5yINmG { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.1875rem;left:5.6875rem;display:none; }
#E1ZgzpqJb9vvA8xmU5HIPkNv8HLTKXBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { background-color: transparent; background-image: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { border-width: 0; border-radius: 0; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { background-color: transparent; background-image: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { border-width: 0; border-radius: 0; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:4.72265625rem;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.5625rem;left:0rem;display:block; }
#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { background-color: transparent; background-image: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { border-width: 0; border-radius: 0; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { color:rgba(var(--color-tertiary-2),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { color:rgba(var(--color-tertiary-2),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1484375rem;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:0rem;display:block; }
#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { background-color: transparent; background-image: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { border-width: 0; border-radius: 0; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:4.72265625rem;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:10.5625rem;left:0rem;display:block; }
#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ { 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; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container { background-color: transparent; background-image: none; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container > .video-iframe-container { display: none; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row > .video-iframe-container { display: none; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .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); }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container { border-width: 0; border-radius: 0; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#qU1OAuatSgeZPT5sgUlnyoRnzpvitT9W { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#gAdx1hc3C0onN1yHG9cyVXF9zUwDibt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#f6qhxUHMiFcT6MdoRolyO1Z1aZSSCedV { 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.1875rem;left:0rem;display:block; }
#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU { 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; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container { background-color: transparent; background-image: none; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container > .video-iframe-container { display: none; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row > .video-iframe-container { display: none; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .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); }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container { border-width: 0; border-radius: 0; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#UCOJ4U8AVM3XVhRPHLd5XfZuZR8fpKM8 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#wv3uv9qJyJCK0XHBxvgOQ7yMcayh5Wii { color:rgba(var(--color-tertiary-2),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#wXqeXRI2R2ro5U0UpctVxJ8N4Jbz9XiS { 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:0rem;display:block; }
#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ { 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; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container { background-color: transparent; background-image: none; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container > .video-iframe-container { display: none; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row > .video-iframe-container { display: none; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .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); }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container { border-width: 0; border-radius: 0; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#SaUT1g3xOK8mKU07Ud8TxO7dZspOfkDs { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#LgkBqXd5GRuiRVq5aitsZ9sABUIZlaJI { color:rgba(var(--color-tertiary-2),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#qo42zxoGRAvATzozPNPBTkfBQMBXIiM2 { 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.1875rem;left:0rem;display:block; }
#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { background-color: transparent; background-image: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { border-width: 0; border-radius: 0; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm { 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; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container { background-color: transparent; background-image: none; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container > .video-iframe-container { display: none; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row > .video-iframe-container { display: none; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .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); }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container { border-width: 0; border-radius: 0; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#iDIqOU7TphpKmyN7SQLEaQRgOrSqHyyS { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:48.6875rem;height:8.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.9375rem;left:5.6875rem;display:block; }
#QqVsziWsAHGiApXlC6LAVPKuBIvOXtNy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOvUTbMMUR6ctbOAXT0JeEtluMfbkkK6 { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.0625rem;left:0rem;height:1.6875rem;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; }
#gW6S1cumFKzyK06Js1d9dGF689rfDwaq { color:#000000;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.125rem;left:4.375rem;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; }
#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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:rgba(var(--color-tertiary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:rgba(var(--color-tertiary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oePkgWPugReetGUgVGvmIQ1TbyHDqs { top:0rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { top:11rem;left:12.40625rem;width:22.9375rem;height:5.625rem;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:;top:2.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { width:47.75rem;height:;top:14.875rem;left:0rem;font-size:1rem;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:46.75rem;height:8.0625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { width:47.75rem;height:1.6875rem;top:47.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiU36tl4URpy7RZWma4WwpRc0Tp303JO { width:47.75rem;height:3.75rem;top:50.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPBuBpRGbRwZzzliNME5UDQP5iXZIca { width:46.75rem;height:8.0625rem;top:24.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLOKqZayAzQfWJr1SsAHZF9WLuqRXA7c { display:block; }
 }@media only screen and (max-width: 763px) { #LsTpufuwvsZPyfkBc1iSo4ycxnDxMRUJ { width:45.125rem;height:3.3125rem;top:25.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWRyQu0xFQNimm3GO3GhCRlOS1PDHRnP { width:37.1875rem;height:1.875rem;top:23.375rem;left:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUsoa1mdtNpbAmh8h5eSoadAMTOqlXEX { width:2.75rem;height:2.75rem;top:24.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPglKXzI5JEzSywnxRrgwe159waX2K0b { width:2rem;height:4.8125rem;top:23.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1VFnoEElyM5aIBzg3bWoJgIpMxR6BAQ { width:47.75rem;height:;top:33.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3xe6LqtkogQSdQqmzDO42Lx9ihuJUm { width:47.75rem;height:;top:31.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psDqPB1AyDptucQT6sJFpchAz8ixTgi5 { width:17.9375rem;height:3.3125rem;top:26.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@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:41.375rem;height:3.5rem;top:2.9375rem;left:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { width:1.9375rem;height:1.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:43.75rem;height:1.625rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { width:1.9375rem;height:1.9375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:47.75rem;height:1.625rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:47.75rem;height:1.625rem;top:15.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { width:1.9375rem;height:1.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { width:1.3125rem;height:3rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKa2KLEpntboW9HSTV1HlFLRzdvvuerP { width:47.75rem;height:3.3125rem;top:26.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { width:47.75rem;height:1.625rem;top:23rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { width:1.9375rem;height:1.9375rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzb65QuNtxcktp6VqBT3N7Jqm4C0Xdgs { width:1.9375rem;height:1.9375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { width:1.3125rem;height:3rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { width:1.3125rem;height:3rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7mXNQrJCpSTBT8rm69PL0xfw7t5vQZG { width:1.3125rem;height:3rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { width:1.9375rem;height:1.9375rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:47.75rem;height:1.625rem;top:19.3125rem;left:0rem;font-size:1.125rem;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:47.75rem;height:9.75rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:47.75rem;height:18rem;top:14.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.125rem;height:18.9375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { top:0.875rem;left:0rem;width:47.75rem;height:69.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgT161sCCbMPemlCRLNUPnVveeo3HZcf { width:1.9375rem;height:1.9375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { width:1.3125rem;height:3rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { width:37.1875rem;height:1.625rem;top:25.875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7fLoV6XttAVimabMQFuwQoyqJBKMtRB { width:45.125rem;height:3.3125rem;top:28.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKZ3wUuBnPLUMmBgMLWfP8cUbfwEB9c8 { width:40.75rem;height:3.3125rem;top:35.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbezJ335xTPrN9OALqCvMs1Xq7dWXI3p { width:1.3125rem;height:3rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9RicwAdz1cKv1ptVkNgi1iyWNHAUha { width:1.9375rem;height:1.9375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lclEw036V1QeqsU1GhCJQhMIR9JT5Vnl { width:37.1875rem;height:1.625rem;top:33rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgHmcMOTT3ooeBRB5BWolGSfEgRcENb { width:38.625rem;height:3.3125rem;top:42.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRMshTzcPnCKJQR1HVGMyT4H42gZetq6 { width:1.3125rem;height:3rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPakDXcV2K6QTWJhttEHqgNSX4NLONvd { width:1.9375rem;height:1.9375rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T78MAH3RDRro5nMZvVoRkFKhdVsdVp5m { width:37.1875rem;height:1.625rem;top:39.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWkz2aTCgn8GDn6FCTaEd73HVF7kJUB { width:44.6875rem;height:1.625rem;top:49rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBnBKGSnyBZkTcnWkpNaM6OqQx9xATq { width:1.3125rem;height:3rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBJ3BNvahXOO0VWAU5r4iOkO2TgM2Z3 { width:1.9375rem;height:1.9375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9JTDQWM1qkIEqAnOFI7RVMLHbK7cARI { width:37.1875rem;height:1.625rem;top:46.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJT2zQIv1S3Gp5JlNGcSwBkKmZZ5SCJ8 { width:46.8125rem;height:1.625rem;top:54.8125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtPe1H0Uhuo9rIbh8WkeQc3kXaFmP9u2 { width:1.3125rem;height:3rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHFcFsikuy6TuGIrULyE9rRo0Rg11pz { width:1.9375rem;height:1.9375rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViXDBWfcaFxUA6lU0q2aoWvkTi8zKZRd { width:44.25rem;height:1.625rem;top:51.9375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbqVWmyk7CiWk3G1Ce14DPoOwxHmucD0 { width:46.8125rem;height:1.625rem;top:61.75rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaDoMixVpcm0cRbMsVTE6cO9nMFOeSuI { width:1.3125rem;height:3rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGaAQc2TIyiC5EQzq8xkuzvbxDFJget { width:1.9375rem;height:1.9375rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvTIuvHqbVhJtsLHRp9PW18VAz4sTWg { width:35.625rem;height:3.3125rem;top:57.875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzEAoa3XmrIs7EgsDZSAToR9k1vrsfO { width:47.75rem;height:3.3125rem;top:64.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNCorITo90rhkSohd5wlQl7CRZ7oWfWb { width:1.3125rem;height:3rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEex4XvCkB0tac6ptRETPNosItJ6QA32 { width:1.9375rem;height:1.9375rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydDb614105EDXoxtKlTMduFFVPk6ptC { top:6.4375rem;left:35.3125rem;width:12.4375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI9qcDar4qTZTpObL7L3x2kxwqQl4b4q { top:6.4375rem;left:11.251436781609rem;width:12.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBDEAyO28x2r8EDlQfooDhpf9voIPIKs { top:6.4375rem;left:23.875rem;width:12.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDI9pudhtfHQx4KmipoXIJBvsZ7RDuWU { top:6.3125rem;left:0rem;width:13.1875rem;height:17.75rem;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:3.25rem;top:3.0625rem;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:15.625rem;height:3.625rem;top:5.4375rem;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.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:17.0625rem;height:9.75rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:18.0625rem;height:8.125rem;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:17.0625rem;height:9.75rem;top:9.875rem;left:30.5625rem;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) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZJmmS1dKRtELPcRX63BM44NhE60q2x { width:47.75rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { width:1.9375rem;height:1.9375rem;top:6.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:6.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:38.875rem;height:3.3125rem;top:7.0625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:11.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { width:1.9375rem;height:1.9375rem;top:11.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:40.0625rem;height:3.25rem;top:11.875rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:43.9375rem;height:3.25rem;top:16.5rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { width:1.9375rem;height:1.9375rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:15.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { width:1.9375rem;height:1.9375rem;top:20.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:43.875rem;height:3.25rem;top:21.0625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne3NTVwroz9zgFImWuvHQkDNf2TTk2Xb { width:43.875rem;height:3.25rem;top:25.625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQoTDg2CmFDeJcbH243cmKBKl5s8EtL6 { width:1.9375rem;height:1.9375rem;top:25.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slcQqABuDArPGyNkxBmJVQJIOoqVGdFz { width:1.3125rem;height:3rem;top:24.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wthnN7iWAKmmsvGusOAyDfQSifnCZzJ4 { width:43.875rem;height:3.25rem;top:30.25rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqekeLGOptE2tDsh5qq45p4HwP6dOm4d { width:1.3125rem;height:3rem;top:29.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP7HF6QqRBoLxMn66csTx7ORKok7uGbm { width:1.9375rem;height:1.9375rem;top:30.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSd7qAlXVLz0SBT2M961QTaCpCxoCbcG { width:43.875rem;height:3.25rem;top:34.875rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xweot6HDbeoRciJigtFgn3HFCxxSTqEp { width:1.3125rem;height:3rem;top:34.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPAurDNx9tqWnZS5NrMFCEH6WTZ9vX7Z { width:1.9375rem;height:1.9375rem;top:34.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS0n0EBTeGap7ERtUqf6Se5DamvRpsup { width:43.875rem;height:3.25rem;top:39.4375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxvAOFfXNt0CmSpsDTZeSVzumZw3i0Kc { width:1.9375rem;height:1.9375rem;top:39.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1zBXhnyhTXWzx13VJ9uMZIVuN0X059 { width:1.3125rem;height:3rem;top:38.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKZCRtDdXTmUy3r9vXo3SmiQ7uEBBBsp { width:47.75rem;height:4.5rem;top:45.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxaKJ43n3HKOZCXLl38hc52KimUEAapb { display:block; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFfTPOXrXbXm8LfTtJQ1cLGtyvpI8aNi { width:47.75rem;height:3.75rem;top:23.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiH3TT39dTD0uetBvugxtE6IeugGxTwa { width:47.75rem;height:1.6875rem;top:20.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZXeSONp4df03srSvXZ8tol6BufATdT { width:46.75rem;height:8.0625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3tW83w4hBeqNxoNPLDotBXraF6WJaz { display:block; }
 }@media only screen and (max-width: 763px) { #XnstOuketRNB48ld5VOQmQ8oE79UUfCf { top:1.3125rem;left:12.40625rem;width:22.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFbhkVV78DnumtERcB4xpagFL8oATXJ { width:46.75rem;height:8.0625rem;top:24.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Egn8dQFsnIQUTGlqIWiIcB0dLDvP1Xc9 { display:block; }
 }@media only screen and (max-width: 763px) { #wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { display:block; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWIe54dOq9PDGmkSvXFcPh1EUHlBh8RQ { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmPiJakbl0ORtmDDHOIi50MS6lx5IzRr { top:9.3125rem;left:14.3125rem;width:19.125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4IdSHuOnKGeKtaNL8fFaKDvNyLNx22 { top:9.3125rem;left:28.5rem;width:19.25rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT4nqpOu6oUF1DNVFP5E08AFQwQvgmBU { top:9.375rem;left:0rem;width:19.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n { display:block; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4H0G5ZrHyD2cmvUaKDGCLSr9VXNOQBq { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2D01qkI9GzWkpyubSd3KVRvZRQVPFJM { width:47.75rem;height:10rem;top:9.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSNRggt1HzLRp9nGBFrCqtD6N5F20d5N { width:0.125rem;height:11.3125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3FCB7ZoNT1LxbZJzEuuQwhIbSRRhc3n { width:47.125rem;height:2.6875rem;top:39.625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1zRMn3UeTVNwkdo2MyOno5NszBPdrfE { width:0.125rem;height:14.625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Wk5A9RA8H8NRhqLow9RqZ4WUG9EeqD { width:47.75rem;height:4rem;top:23.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y { width:47.75rem;height:8.9375rem;top:27.75rem;left:0rem;font-size:1.125rem;display:block; }#tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y li:before{  }
 }@media only screen and (max-width: 763px) { #zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa { display:block; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJdzgKna4VopTtRIVs63wi1VBI0VIsT3 { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy4AdAd2zyXgmqnRGva3fESV04pq8VQ3 { width:47.75rem;height:16rem;top:7rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySGegb8OcaSX7yw1LeKS3U0QyUiixXLC { width:0.125rem;height:17.1875rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:46.0625rem;height:;top:3.375rem;left:0.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { top:2.8125rem;left:0rem;width:22.875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { top:3.625rem;left:23.875rem;width:21.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { top:3.5625rem;left:0rem;width:20.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { top:2.5rem;left:23.875rem;width:21.125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPwXx3RhTNzbifTcawm694OIbFFDWsQ { display:block; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTNGLW3T12kkrP9ElJt1S6PdtRulJa1c { width:47.75rem;height:3.75rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPW1L1Db3yJ0mfOkObppHckTEupaO3DO { width:47.75rem;height:1.6875rem;top:19.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI73nLwXFJRJFCfuxSMFucxHT2ZzkKXm { width:46.75rem;height:8.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2kTgqrtcuQF3uqOSCiFT6qo3Npx9ofx { display:block; }
 }@media only screen and (max-width: 763px) { #GtcTMubKZeGfD2ZrwLqBl5Fa9voMmDei { top:1.5rem;left:12.40625rem;width:22.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERDmcVcJadIJyKsVH2SJM7Ml7I5yINmG { width:46.75rem;height:8.0625rem;top:24.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1ZgzpqJb9vvA8xmU5HIPkNv8HLTKXBa { 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:1.5625rem;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.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:47.25rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:47.75rem;height:0.125rem;top:10.5625rem;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:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:47.75rem;height:3.125rem;top:4.5rem;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.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:47.25rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:47.75rem;height:0.125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ { display:block; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU1OAuatSgeZPT5sgUlnyoRnzpvitT9W { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAdx1hc3C0onN1yHG9cyVXF9zUwDibt0 { width:47.75rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6qhxUHMiFcT6MdoRolyO1Z1aZSSCedV { width:47.75rem;height:0.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU { display:block; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCOJ4U8AVM3XVhRPHLd5XfZuZR8fpKM8 { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv3uv9qJyJCK0XHBxvgOQ7yMcayh5Wii { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqeXRI2R2ro5U0UpctVxJ8N4Jbz9XiS { width:47.75rem;height:0.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ { display:block; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaUT1g3xOK8mKU07Ud8TxO7dZspOfkDs { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgkBqXd5GRuiRVq5aitsZ9sABUIZlaJI { width:47.75rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo42zxoGRAvATzozPNPBTkfBQMBXIiM2 { width:47.75rem;height:0.125rem;top:7.1875rem;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.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:47.25rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm { display:block; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDIqOU7TphpKmyN7SQLEaQRgOrSqHyyS { width:46.75rem;height:8.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqVsziWsAHGiApXlC6LAVPKuBIvOXtNy { display:block; }
 }@media only screen and (max-width: 763px) { #UOvUTbMMUR6ctbOAXT0JeEtluMfbkkK6 { width:47.75rem;height:1.6875rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW6S1cumFKzyK06Js1d9dGF689rfDwaq { width:47.75rem;height:;top:15.125rem;left:0rem;font-size:1.0625rem;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:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:2.7rem;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) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:20rem;height:7.6465rem;top:5.40625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h4oePkgWPugReetGUgVGvmIQ1TbyHDqs { width:4.625rem;height:2.5625rem;top:0rem;left:15.242788461539rem;display:block; }
 }@media only screen and (max-width: 763px) { #naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { width:20rem;height:5.625rem;top:14.65625rem;left:0rem;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:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:20rem;height:7.871125rem;top:1.5625rem;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) { #cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { width:19.125rem;height:9rem;top:10rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;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:20rem;height:4.375rem;top:32.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { width:20rem;height:2.8125rem;top:49.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiU36tl4URpy7RZWma4WwpRc0Tp303JO { width:20rem;height:6.375rem;top:55rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoPBuBpRGbRwZzzliNME5UDQP5iXZIca { width:20rem;height:6.375rem;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15008;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOKqZayAzQfWJr1SsAHZF9WLuqRXA7c { display:block; }
 }@media only screen and (max-width: 763px) { #LsTpufuwvsZPyfkBc1iSo4ycxnDxMRUJ { width:20rem;height:7.4365rem;top:25.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWRyQu0xFQNimm3GO3GhCRlOS1PDHRnP { width:17.9375rem;height:0;top:24.1875rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mUsoa1mdtNpbAmh8h5eSoadAMTOqlXEX { display:flex;width:1.9375rem;height:1.9375rem;top:21.625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #FPglKXzI5JEzSywnxRrgwe159waX2K0b { width:1.25rem;height:3.0625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1VFnoEElyM5aIBzg3bWoJgIpMxR6BAQ { width:20rem;height:2.01171875rem;top:39.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3xe6LqtkogQSdQqmzDO42Lx9ihuJUm { width:20rem;height:2.923825rem;top:35.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #psDqPB1AyDptucQT6sJFpchAz8ixTgi5 { width:17.9375rem;height:3.32421875rem;top:21.625rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:20rem;height:4.375rem;top:1.9375rem;left:0rem;font-size:1.5625rem;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:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:17.4375rem;height:4.72265625rem;top:7.9375rem;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:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { display:flex;width:1.9375rem;height:1.9375rem;top:13rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:17.5rem;height:4.72265625rem;top:13rem;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:4.72265625rem;top:19rem;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:19rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { width:1.3125rem;height:3rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKa2KLEpntboW9HSTV1HlFLRzdvvuerP { width:17.5rem;height:6.296875rem;top:37.875rem;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) { #SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { width:17.4375rem;height:6.296875rem;top:31.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:31.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rzb65QuNtxcktp6VqBT3N7Jqm4C0Xdgs { display:flex;width:1.9375rem;height:1.9375rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { width:1.3125rem;height:3rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { width:1.3125rem;height:3rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7mXNQrJCpSTBT8rm69PL0xfw7t5vQZG { width:1.3125rem;height:3rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { display:flex;width:1.9375rem;height:1.9375rem;top:25.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:17.5rem;height:4.72265625rem;top:25.125rem;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) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:20rem;height:8.2470625rem;top:2.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:20rem;height:30.58590625rem;top:11.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.125rem;height:15.125rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:15.0625rem;height:4.5rem;top:3.8125rem;left:2.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { width:20rem;height:110.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgT161sCCbMPemlCRLNUPnVveeo3HZcf { display:flex;width:1.9375rem;height:1.9375rem;top:10.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { width:1.3125rem;height:3rem;top:9.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { width:17.125rem;height:1.57421875rem;top:13.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7fLoV6XttAVimabMQFuwQoyqJBKMtRB { width:18.9375rem;height:7.871125rem;top:15.5625rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKZ3wUuBnPLUMmBgMLWfP8cUbfwEB9c8 { width:18.4375rem;height:6.296875rem;top:32.6875rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbezJ335xTPrN9OALqCvMs1Xq7dWXI3p { width:1.3125rem;height:3rem;top:24.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9RicwAdz1cKv1ptVkNgi1iyWNHAUha { display:flex;width:1.9375rem;height:1.9375rem;top:24.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #lclEw036V1QeqsU1GhCJQhMIR9JT5Vnl { width:20rem;height:3.1484375rem;top:28.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdgHmcMOTT3ooeBRB5BWolGSfEgRcENb { width:18.9375rem;height:6.296875rem;top:49.375rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRMshTzcPnCKJQR1HVGMyT4H42gZetq6 { width:1.3125rem;height:3rem;top:41.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPakDXcV2K6QTWJhttEHqgNSX4NLONvd { display:flex;width:1.9375rem;height:1.9375rem;top:42.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #T78MAH3RDRro5nMZvVoRkFKhdVsdVp5m { width:20rem;height:3.1484375rem;top:45.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFWkz2aTCgn8GDn6FCTaEd73HVF7kJUB { width:19.25rem;height:3.1484375rem;top:65.3125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDBnBKGSnyBZkTcnWkpNaM6OqQx9xATq { width:1.3125rem;height:3rem;top:57.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBJ3BNvahXOO0VWAU5r4iOkO2TgM2Z3 { display:flex;width:1.9375rem;height:1.9375rem;top:57.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #g9JTDQWM1qkIEqAnOFI7RVMLHbK7cARI { width:20rem;height:3.1484375rem;top:61.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJT2zQIv1S3Gp5JlNGcSwBkKmZZ5SCJ8 { width:18.75rem;height:4.72265625rem;top:79.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtPe1H0Uhuo9rIbh8WkeQc3kXaFmP9u2 { width:1.3125rem;height:3rem;top:69.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHFcFsikuy6TuGIrULyE9rRo0Rg11pz { display:flex;width:1.9375rem;height:1.9375rem;top:70.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ViXDBWfcaFxUA6lU0q2aoWvkTi8zKZRd { width:18.25rem;height:4.72265625rem;top:73.8125rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbqVWmyk7CiWk3G1Ce14DPoOwxHmucD0 { width:20rem;height:3.1484375rem;top:95.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaDoMixVpcm0cRbMsVTE6cO9nMFOeSuI { width:1.3125rem;height:3rem;top:85.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGaAQc2TIyiC5EQzq8xkuzvbxDFJget { display:flex;width:1.9375rem;height:1.9375rem;top:85.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #NTvTIuvHqbVhJtsLHRp9PW18VAz4sTWg { width:20rem;height:4.72265625rem;top:89.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkzEAoa3XmrIs7EgsDZSAToR9k1vrsfO { width:17.3125rem;height:6.296875rem;top:103.625rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNCorITo90rhkSohd5wlQl7CRZ7oWfWb { width:1.3125rem;height:3rem;top:99.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEex4XvCkB0tac6ptRETPNosItJ6QA32 { display:flex;width:1.9375rem;height:1.9375rem;top:100rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PydDb614105EDXoxtKlTMduFFVPk6ptC { width:12.4375rem;height:16.625rem;top:169.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XI9qcDar4qTZTpObL7L3x2kxwqQl4b4q { width:12.5625rem;height:16.8125rem;top:9.5rem;left:7.4375rem;z-index:15050;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JBDEAyO28x2r8EDlQfooDhpf9voIPIKs { width:12.625rem;height:16.875rem;top:19.875rem;left:0.5625rem;box-shadow: none;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #cDI9pudhtfHQx4KmipoXIJBvsZ7RDuWU { width:11rem;height:14.875rem;top:6.4375rem;left:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:none; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:7.19825rem;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:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:20rem;height:1.575rem;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:16.375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:32.4375rem;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:16.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:32.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:20rem;height:6.296875rem;top:8.625rem;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:6.296875rem;top:24.5rem;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:1.575rem;top:22.3125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:20rem;height:6.296875rem;top:39.875rem;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:1.575rem;top:37.6875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZJmmS1dKRtELPcRX63BM44NhE60q2x { width:20rem;height:1.92480625rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { display:flex;width:1.9375rem;height:1.9375rem;top:6rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:5.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:20rem;height:4.72265625rem;top:9.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:14.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { display:flex;width:1.9375rem;height:1.9375rem;top:15.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:20rem;height:6.296875rem;top:18.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:20rem;height:6.296875rem;top:29.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { display:flex;width:1.9375rem;height:1.9375rem;top:26.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:26rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:36.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { display:flex;width:1.9375rem;height:1.9375rem;top:37.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:20rem;height:6.296875rem;top:40.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ne3NTVwroz9zgFImWuvHQkDNf2TTk2Xb { width:20rem;height:6.296875rem;top:52.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQoTDg2CmFDeJcbH243cmKBKl5s8EtL6 { display:flex;width:1.9375rem;height:1.9375rem;top:48.625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #slcQqABuDArPGyNkxBmJVQJIOoqVGdFz { width:1.3125rem;height:3rem;top:48.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wthnN7iWAKmmsvGusOAyDfQSifnCZzJ4 { width:20rem;height:6.296875rem;top:64rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqekeLGOptE2tDsh5qq45p4HwP6dOm4d { width:1.3125rem;height:3rem;top:59.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP7HF6QqRBoLxMn66csTx7ORKok7uGbm { display:flex;width:1.9375rem;height:1.9375rem;top:60.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #JSd7qAlXVLz0SBT2M961QTaCpCxoCbcG { width:20rem;height:7.871125rem;top:76rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xweot6HDbeoRciJigtFgn3HFCxxSTqEp { width:1.3125rem;height:3rem;top:71.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPAurDNx9tqWnZS5NrMFCEH6WTZ9vX7Z { display:flex;width:1.9375rem;height:1.9375rem;top:72.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #RS0n0EBTeGap7ERtUqf6Se5DamvRpsup { width:20rem;height:7.871125rem;top:89.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxvAOFfXNt0CmSpsDTZeSVzumZw3i0Kc { display:flex;width:1.9375rem;height:1.9375rem;top:85.625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #oP1zBXhnyhTXWzx13VJ9uMZIVuN0X059 { width:1.3125rem;height:3rem;top:85.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKZCRtDdXTmUy3r9vXo3SmiQ7uEBBBsp { width:20rem;height:8.75rem;top:100.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxaKJ43n3HKOZCXLl38hc52KimUEAapb { display:block; }#oxaKJ43n3HKOZCXLl38hc52KimUEAapb > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFfTPOXrXbXm8LfTtJQ1cLGtyvpI8aNi { width:20rem;height:6.375rem;top:21.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiH3TT39dTD0uetBvugxtE6IeugGxTwa { width:20rem;height:2.8125rem;top:17.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAZXeSONp4df03srSvXZ8tol6BufATdT { width:19rem;height:8.0625rem;top:8.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zg3tW83w4hBeqNxoNPLDotBXraF6WJaz { display:block; }
 }@media only screen and (max-width: 763px) { #XnstOuketRNB48ld5VOQmQ8oE79UUfCf { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFbhkVV78DnumtERcB4xpagFL8oATXJ { width:20rem;height:6.375rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egn8dQFsnIQUTGlqIWiIcB0dLDvP1Xc9 { display:block; }
 }@media only screen and (max-width: 763px) { #wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { display:block; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWIe54dOq9PDGmkSvXFcPh1EUHlBh8RQ { width:19.4375rem;height:4.5rem;top:2.0625rem;left:0.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qmPiJakbl0ORtmDDHOIi50MS6lx5IzRr { width:15.5625rem;height:22.125rem;top:31.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4IdSHuOnKGeKtaNL8fFaKDvNyLNx22 { width:15.5625rem;height:22.125rem;top:54.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT4nqpOu6oUF1DNVFP5E08AFQwQvgmBU { width:15.5625rem;height:22.125rem;top:8.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n { display:block; }#Ls0XNHXsyObmG3C9rcqQbm7brmsbQm1n > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4H0G5ZrHyD2cmvUaKDGCLSr9VXNOQBq { width:16.75rem;height:4.5rem;top:2.25rem;left:1.625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v2D01qkI9GzWkpyubSd3KVRvZRQVPFJM { width:19.125rem;height:22.0390625rem;top:8.59375rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SSNRggt1HzLRp9nGBFrCqtD6N5F20d5N { width:0.125rem;height:21.9375rem;top:8.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3FCB7ZoNT1LxbZJzEuuQwhIbSRRhc3n { width:20rem;height:4.125rem;top:46.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l1zRMn3UeTVNwkdo2MyOno5NszBPdrfE { width:0.125rem;height:11.875rem;top:32.15625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Wk5A9RA8H8NRhqLow9RqZ4WUG9EeqD { width:18.75rem;height:9.4453125rem;top:33.40625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y { width:20rem;height:21.402375rem;top:51.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#tJKp4SF8BJmfLF86ytQ8zgOn1oox5E0y li:before{  }
 }@media only screen and (max-width: 763px) { #zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa { display:block; }#zeQ0b62F40HKuRHAdl8ssbcgSwbqqrPa > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJdzgKna4VopTtRIVs63wi1VBI0VIsT3 { width:20rem;height:4.048825rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wy4AdAd2zyXgmqnRGva3fESV04pq8VQ3 { width:20rem;height:27.18746875rem;top:7.1875rem;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) { #ySGegb8OcaSX7yw1LeKS3U0QyUiixXLC { width:0.125rem;height:15.125rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:20rem;height:5.625rem;top:2.125rem;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) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { display:flex;width:3.5rem;height:3.5rem;top:18.5625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { width:17rem;height:15.5rem;top:2.375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { width:16.75rem;height:15.8125rem;top:20.25rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { display:flex;width:3.5rem;height:3.5rem;top:13.125rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { width:16.25rem;height:12.0625rem;top:1.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { width:15.875rem;height:12.125rem;top:14.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JDPwXx3RhTNzbifTcawm694OIbFFDWsQ { display:block; }#JDPwXx3RhTNzbifTcawm694OIbFFDWsQ > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTNGLW3T12kkrP9ElJt1S6PdtRulJa1c { width:20rem;height:6.375rem;top:22.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPW1L1Db3yJ0mfOkObppHckTEupaO3DO { width:20rem;height:2.8125rem;top:18.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI73nLwXFJRJFCfuxSMFucxHT2ZzkKXm { width:20rem;height:8.0625rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2kTgqrtcuQF3uqOSCiFT6qo3Npx9ofx { display:block; }
 }@media only screen and (max-width: 763px) { #GtcTMubKZeGfD2ZrwLqBl5Fa9voMmDei { width:20rem;height:5.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERDmcVcJadIJyKsVH2SJM7Ml7I5yINmG { width:20rem;height:6.375rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15010;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZgzpqJb9vvA8xmU5HIPkNv8HLTKXBa { display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:20rem;height:3.75rem;top:1.25rem;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) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:19.6875rem;height:8.3965rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:20rem;height:0.125rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:19.6875rem;height:6.9970625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:20rem;height:0.125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:19.6875rem;height:8.3965rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:20rem;height:0.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ { display:block; }#Fcq5P1A6l1XeDJ5A8tyVt5sui59anPnJ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU1OAuatSgeZPT5sgUlnyoRnzpvitT9W { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAdx1hc3C0onN1yHG9cyVXF9zUwDibt0 { width:19.6875rem;height:4.19824375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6qhxUHMiFcT6MdoRolyO1Z1aZSSCedV { width:20rem;height:0.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU { display:block; }#bLmc6LlEp4bVUTPwdcyoOtozyhpzb5BU > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCOJ4U8AVM3XVhRPHLd5XfZuZR8fpKM8 { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv3uv9qJyJCK0XHBxvgOQ7yMcayh5Wii { width:19.6875rem;height:5.59765625rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqeXRI2R2ro5U0UpctVxJ8N4Jbz9XiS { width:20rem;height:0.125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ { display:block; }#CF4avmk7s8V8hZoFfKl39ckTpNN54rrQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaUT1g3xOK8mKU07Ud8TxO7dZspOfkDs { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgkBqXd5GRuiRVq5aitsZ9sABUIZlaJI { width:19.6875rem;height:2.798825rem;top:4rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo42zxoGRAvATzozPNPBTkfBQMBXIiM2 { width:20rem;height:0.125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:19.6875rem;height:2.798825rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm { display:block; }#TeTy5CTT90abEuz4V7TRQ0eGrTHgy9xm > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDIqOU7TphpKmyN7SQLEaQRgOrSqHyyS { width:19rem;height:4.75rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqVsziWsAHGiApXlC6LAVPKuBIvOXtNy { display:block; }
 }@media only screen and (max-width: 763px) { #UOvUTbMMUR6ctbOAXT0JeEtluMfbkkK6 { width:20rem;height:2.8125rem;top:7.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gW6S1cumFKzyK06Js1d9dGF689rfDwaq { width:20rem;height:6.375rem;top:11.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:13.875rem;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.5625rem;left:6.28125rem;display:block; }
 }