.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:221,221,221;--color-primary-1:142,142,142;--color-primary-2:28,28,28;--color-primary-3:14,14,14;--color-primary-4:4,4,4;--color-secondary-0:246,247,254;--color-secondary-1:227,227,252;--color-secondary-2:198,199,248;--color-secondary-3:99,100,124;--color-secondary-4:30,30,37;--color-tertiary-0:255,255,255;--color-tertiary-1:255,252,250;--color-tertiary-2:255,244,239;--color-tertiary-3:128,122,120;--color-tertiary-4:25,24,24;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1f1f1f;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); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e8c879c-2c71-459c-9edc-3792bc483ccc/Rectangle34624904.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.adaptive-delivery-prevent-bg, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyload, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyloading { background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { background-color: transparent; background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.65); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.65); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .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); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { border-width: 0; border-radius: 0; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;overflow:visible;position:relative;display:block; }#JN4ArPTGTwePUPTLZD82AQJoTOXRcA4m { position:absolute;display:block;z-index:15019;height:4.6875rem;width:75rem;top:5rem;left:0rem;display:block; }
#yXHd6BHLZr6i5lZ0iove66Wxt9NSKiHZ { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:14995;line-height:1.2;letter-spacing:0;top:18.375rem;left:6.625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TAkW4pheNfqM2Wox2Or5Dn40IzEccHZ6 { color:rgba(var(--color-primary-1),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:14994;line-height:1.5;letter-spacing:0;top:28.625rem;left:12.5rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSXdggSSd8u0E0MFooTPX0QiZPXLuTJf { position:absolute;display:block;z-index:15014;height:7.0625rem;width:55.8125rem;top:59.5625rem;left:19.1875rem;display:none; }
#vF1vHESQ7vA0xAVVNDd9LHuTwBwwtuP1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #494ce9, #292b83);background-image: -moz-linear-gradient(90deg, #494ce9, #292b83);background-image: -ms-linear-gradient(90deg, #494ce9, #292b83);background-image: -o-linear-gradient(90deg, #494ce9, #292b83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );";background-image: linear-gradient(90deg, #494ce9, #292b83);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4979375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.1875rem;left:27.5rem;display:block; }
#CF1Nhsaxi7NteDLtEJ6btVB2iHrguTSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWsP5ToVdspti9XU5cu4PUKIOsq5L9Bn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2479375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.1875rem;left:38.25rem;display:block; }
#v9f00vKDOSTm4oI8XHGSRpI3ED2gTq9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3VpQDX8VxKe8DOryIIt9H7V14nTEO9u { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14995;line-height:1.3;letter-spacing:0;top:15.66250038147rem;left:27.8125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y9soESVm7SEEykK98gkmOl42Q54x1olX { color:rgba(var(--color-primary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:14995;line-height:1.5;letter-spacing:0;top:43.1875rem;left:16.59375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw { position:relative;display:block; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw { background-color: transparent; background-image: none; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row .container > .video-iframe-container { display: none; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row > .video-iframe-container { display: none; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .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); }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw { border-width: 0; border-radius: 0; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR { position:relative;display:block; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR { background-color: transparent; background-image: none; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row .container > .video-iframe-container { display: none; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row > .video-iframe-container { display: none; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .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); }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR { border-width: 0; border-radius: 0; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .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; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s83QDDDoUKi6edXDlCbL36XHBewqLQco { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14989;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:0.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#el2K0LbAxgwg5bQ3KUzBm0Bn8s660p7N { color:#494ce9;display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:14995;line-height:1.2;letter-spacing:0;top:2.8125rem;left:4rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WFPmoUbksnc6ansc3L1JE04Qz8Ei4igw { color:rgba(var(--color-primary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14996;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBDhQOp7JLJTRH087lEnb88OFQC9wrpT { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14992;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:19.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#SJtWbNUXxNTQV91eXXTVcZBXA6QwlANK { color:rgba(var(--color-primary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:6.9375rem;left:21.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqAy9frxV8Mu7TmCHLI2TDlJO73UPAeU { color:#494ce9;display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:2.8125rem;left:22.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EA3izRTSbAlkaocdux7pEwvrwaTyuysc { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:38.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#MoAPpCG7HXntMSotLs8wIZCalFFzrt8D { color:rgba(var(--color-primary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.9375rem;left:40.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnMJ5Ji5lzUG0VcPHvGSfmiRZeQB2vVn { color:#494ce9;display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.8125rem;left:41.5rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENy6pMx4NoFMU5BzryvnnOGc8BXZwtoh { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:56.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#dDggvLT4zS9ph2hGcE69LZqrL9iguDz4 { color:rgba(var(--color-primary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9375rem;left:59.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFbeW0oyxXH84vGRv1gIoXpH7F6ZcpoI { color:#494ce9;display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8125rem;left:60.1875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS { position:relative;display:block; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS { background-color: transparent; background-image: none; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row .container > .video-iframe-container { display: none; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row > .video-iframe-container { display: none; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .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); }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS { border-width: 0; border-radius: 0; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod { position:relative;display:block; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod { background-color: transparent; background-image: none; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row .container > .video-iframe-container { display: none; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row > .video-iframe-container { display: none; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .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); }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod { border-width: 0; border-radius: 0; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AQBz9Qz8zrnTG5oUJJlUEouio2SpTcZd { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2749996185302rem;left:11.875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNLylyp10oDNcuXDVlb3XON9VRrl9IDZ { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:0.5625rem;left:30.625rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pBZ3Oo0TuIazOFiGELFB5iQSArsv8Vxq { color:rgba(var(--color-primary-1),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14997;line-height:1.5;letter-spacing:0;top:12.025001525879rem;left:13rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx { position:relative;display:block; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx { background-color: transparent; background-image: none; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row .container > .video-iframe-container { display: none; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row > .video-iframe-container { display: none; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .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); }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx { border-width: 0; border-radius: 0; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP { position:relative;display:block; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP { background-color: transparent; background-image: none; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row .container > .video-iframe-container { display: none; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row > .video-iframe-container { display: none; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .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); }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP { border-width: 0; border-radius: 0; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .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; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OyJqNsorE2xtqT2LP4dfB1hV4EKMG4uy { box-sizing:content-box;height:28.125rem;width:21.875rem;position:absolute;display:block;z-index:14990;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:1.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#DXOZrMmtiPiDT32mSnBNrGnZi8VsWANN { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.6875rem;left:3.375rem;height:5.4rem;font-style:normal;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; }
#NAkKf01mZI6n2qc3TrRaJ86FpU5r9suC { color:rgba(var(--color-primary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.33749961853rem;left:3.4375rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZIfq7cHzxUrkCBhpP0D5O9UORCpzHHH { position:absolute;display:block;z-index:15020;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:2.1875rem;width:2.1875rem;top:2.25rem;left:3.375rem;overflow:hidden;display:block; }
#FOTgdlbiS6CvKMcz4xVlCTPP4UnwgP3q { box-sizing:content-box;height:28.125rem;width:21.875rem;position:absolute;display:block;z-index:14994;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:26.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#rPPSueet74yOTTwDisQn5QmJvPzTAeCm { position:absolute;display:block;z-index:15024;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:2.1875rem;width:2.1875rem;top:2.25rem;left:28.375rem;overflow:hidden;display:block; }
#glyPxAfKJ0VTh9FFGDNllSD0TISUzQJg { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:5.6875rem;left:28.375rem;height:;font-style:normal;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; }
#UX7MsRWPLM8aheVmZQKlDbxTkIPnnC2e { color:rgba(var(--color-primary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.33749961853rem;left:28.4375rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1fOc0i1gdo0CuxZiG4zI9EHX0O55kMs { box-sizing:content-box;height:28.125rem;width:21.875rem;position:absolute;display:block;z-index:14994;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:51.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#EduIniEW4T5l2BgXH0T0Zf6L7Q32X71E { position:absolute;display:block;z-index:15024;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:2.1875rem;width:2.1875rem;top:2.125rem;left:53.3125rem;overflow:hidden;display:block; }
#KWuH1Nuh6OVs6LIhnXpXhfXDLdF0B5Aw { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:5.5625rem;left:53.375rem;height:;font-style:normal;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; }
#ALv6X0Ob8GKKtocUpUpl2obuC9rfHOqX { color:rgba(var(--color-primary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.012500762939rem;left:53.4375rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx { position:relative;display:block; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx { background-color: transparent; background-image: none; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row .container > .video-iframe-container { display: none; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row > .video-iframe-container { display: none; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .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); }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx { border-width: 0; border-radius: 0; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .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; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm { position:relative;display:block; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm { background-color: transparent; background-image: none; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row .container > .video-iframe-container { display: none; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row > .video-iframe-container { display: none; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .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); }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm { border-width: 0; border-radius: 0; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .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; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whrZJrl3V3uWghIdLxNHMUPWazabFWpe { color:#ffffff;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.8072929382324rem;left:15.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtSidPC4Tx37xcvpZZ47WTvKAO6L4lff { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:0.094792366027831rem;left:30.59375rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao { position:relative;display:block; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao { background-color: transparent; background-image: none; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row .container > .video-iframe-container { display: none; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row > .video-iframe-container { display: none; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .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); }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao { border-width: 0; border-radius: 0; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .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; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni { position:relative;display:block; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni { background-color: transparent; background-image: none; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row .container > .video-iframe-container { display: none; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row > .video-iframe-container { display: none; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .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); }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni { border-width: 0; border-radius: 0; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .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; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BoJWlwZtOrNGK1s7MTQEypkqAcoiO29M { color:#494ce9;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:6.9375rem;left:0rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QayTC5iEbCtXwlDLLUnlgN86hGbHfFFr { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:14995;line-height:1.2;letter-spacing:0;top:12.375rem;left:0rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVXkXCwLzR91yOnJtdWW6ZFyCwos6V3v { color:#ffffff;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:14996;line-height:1.5;letter-spacing:0;top:20.25rem;left:0rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#waI8g9vOsnvhQX5iOtNFFpRdbQddFIxT { color:rgba(var(--color-primary-0),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:14997;line-height:1.5;letter-spacing:0;top:24.875rem;left:0rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#odled2yHRf47Z6h2pE4X9IeqoQJuk5zD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2458125rem;height:3.12395625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.125rem;left:0rem;display:block; }
#zMGafnkEoMCtWRlLhpZmMe1RmnIgPLkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnMagvLIun0dzVLHTB6Dgk82IulXQg45 { box-sizing:content-box;height:42rem;width:34.375rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e00127ec-4daf-408f-b9da-3f01202f03d3/WhySwitch1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:40.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#CnMagvLIun0dzVLHTB6Dgk82IulXQg45.adaptive-delivery-prevent-bg, #CnMagvLIun0dzVLHTB6Dgk82IulXQg45.lazyload, #CnMagvLIun0dzVLHTB6Dgk82IulXQg45.lazyloading { background-image: none; }
#CnMagvLIun0dzVLHTB6Dgk82IulXQg45::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem; }#CnMagvLIun0dzVLHTB6Dgk82IulXQg45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.5); }#czbo8wmBaBbq1AZIiCAwiEC4wkURX2nb { position:absolute;display:block;z-index:14989;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:1.5rem;width:1.5rem;top:30.1875rem;left:44.125rem;overflow:hidden;display:block; }
#mUHATo1sDPv28Rtex1kwqSixE6WxnLMG { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.75rem;left:47.125rem;height:2.6rem;font-style:normal;display:block; }
#gSDa8hJeUyrLU063L7EbPBtpcwR2IWGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:33.3125rem;left:47.125rem;height:2.6rem;font-style:normal;display:block; }
#s17RXuTT5uHpT09EdXhLUy69MP71tTHR { position:absolute;display:block;z-index:14991;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:1.5rem;width:1.5rem;top:33.75rem;left:44.125rem;overflow:hidden;display:block; }
#wXAyHGTvusoTfmogaShbIB0R3XcovToT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:37.125rem;left:47.125rem;height:2.6rem;font-style:normal;display:block; }
#RI4PuTXP8tLVP4nXV4GT89xT6PD2taQ0 { position:absolute;display:block;z-index:14993;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:1.5rem;width:1.5rem;top:37.5625rem;left:44.125rem;overflow:hidden;display:block; }
#wAdGphsgMX8b9QktLsVNK8yrZhEhF5MC { position:absolute;display:block;z-index:15012;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:25.625rem;width:31.25rem;top:2.3125rem;left:42.1875rem;overflow:hidden;display:block; }
#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y { position:relative;display:block; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y { background-color: transparent; background-image: none; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row .container > .video-iframe-container { display: none; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row > .video-iframe-container { display: none; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .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); }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y { border-width: 0; border-radius: 0; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .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; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk { position:relative;display:block; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk { background-color: transparent; background-image: none; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row .container > .video-iframe-container { display: none; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row > .video-iframe-container { display: none; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .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); }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk { border-width: 0; border-radius: 0; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .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; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pqcv6nJRlh4mqphOVmAInTnZKbwB3Eym { color:#494ce9;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:2.5rem;left:38.875rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rwmVWCScfISXsTmgtqgNgrGpzc2M5c8I { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:14995;line-height:1.2;letter-spacing:0;top:7.9375rem;left:38.875rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PwtzDsfQXoA8xTuU3ZAkmgWrBQlTIxQm { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:14996;line-height:1.5;letter-spacing:0;top:15.8125rem;left:38.875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxdzcwoU3KQXSavieNIy0v4diMVsqBIN { color:rgba(var(--color-primary-0),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:14997;line-height:1.5;letter-spacing:0;top:20.4375rem;left:38.875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0tRd4M1X1Los0oiugiVaSNABvIRGr7w { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1416875rem;height:3.01979375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.1875rem;left:38.875rem;display:block; }
#rwn6bMy95X5hhXaXqhkZAktnloxFBeuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq { box-sizing:content-box;height:29.5625rem;width:34.375rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e00127ec-4daf-408f-b9da-3f01202f03d3/WhySwitch1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq.adaptive-delivery-prevent-bg, #fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq.lazyload, #fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq.lazyloading { background-image: none; }
#fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem; }#fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.5); }#e01vw45ls3keQ7rzBBWg3QM9KmzSUtFf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5625rem;left:5.9375rem;height:2.6rem;font-style:normal;display:block; }
#ECnAm97sDsOqwN5rMyfP1GvNwHmKb1Ow { position:absolute;display:block;z-index:15012;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:13.25rem;width:32.0625rem;top:4.5rem;left:1.1875rem;overflow:hidden;display:block; }
#EWAVSbka5BHxGCpik4zpNyvbNodXlmAI { position:absolute;display:block;z-index:14989;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:1.5rem;width:1.5rem;top:19.8125rem;left:3.25rem;overflow:hidden;display:block; }
#ebkkfiSbV3V4Kt11elSArh2cbr2IXtzn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:6rem;height:1.3rem;font-style:normal;display:block; }
#uESLPXo8uH4HCe6sadVZ7e2TzpprNLo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.9375rem;left:6rem;height:2.6rem;font-style:normal;display:block; }
#u1hays7kAwsQPpO7SoizUxLNzEH3bBfp { position:absolute;display:block;z-index:14991;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:1.5rem;width:1.5rem;top:23.375rem;left:3.25rem;overflow:hidden;display:block; }
#ZIM7zhiTmRxFsnxLckZVgLS1D0zoBlLn { position:absolute;display:block;z-index:14993;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:1.5rem;width:1.5rem;top:26.625rem;left:3.3125rem;overflow:hidden;display:block; }
#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 { position:relative;display:block; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 { background-color: transparent; background-image: none; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row .container > .video-iframe-container { display: none; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row > .video-iframe-container { display: none; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .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); }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 { border-width: 0; border-radius: 0; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .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; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT { position:relative;display:block; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT { background-color: transparent; background-image: none; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row .container > .video-iframe-container { display: none; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row > .video-iframe-container { display: none; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .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); }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT { border-width: 0; border-radius: 0; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .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; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zF1z75DeXi3qP7ggbmvxllpVgHOaICc9 { color:#494ce9;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:7.375rem;left:0rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2bD5MrxkkLppDX6G0o4QrqVVp5q4f1f { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:14995;line-height:1.2;letter-spacing:0;top:12.8125rem;left:0rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oz78TlZTRKkNUVoevWyQHRabGSCTT742 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:14996;line-height:1.5;letter-spacing:0;top:20.0625rem;left:0rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRJPmezDcVidTzJ1JJRaaXsQhkBdBTeL { color:rgba(var(--color-primary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:14997;line-height:1.5;letter-spacing:0;top:22.8125rem;left:0rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kl6I3gWh3Ws9gfeFWwOydo2MnHFBIUR5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1416875rem;height:3.01979375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.0625rem;left:0rem;display:block; }
#In3D4RP5nrh3fBvodZPBiifJA8hNaXSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tclHhyE852wNSWZoOCt6XxpSTKprOLAc { box-sizing:content-box;height:40.0625rem;width:33rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e00127ec-4daf-408f-b9da-3f01202f03d3/WhySwitch1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:42rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#tclHhyE852wNSWZoOCt6XxpSTKprOLAc.adaptive-delivery-prevent-bg, #tclHhyE852wNSWZoOCt6XxpSTKprOLAc.lazyload, #tclHhyE852wNSWZoOCt6XxpSTKprOLAc.lazyloading { background-image: none; }
#tclHhyE852wNSWZoOCt6XxpSTKprOLAc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem; }#tclHhyE852wNSWZoOCt6XxpSTKprOLAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.5); }#kckVFxgsrT4XkZqqKKalw6W4vNqWWw8t { position:absolute;display:block;z-index:14989;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:1.5rem;width:1.5rem;top:28.0625rem;left:44.5625rem;overflow:hidden;display:block; }
#cKAtKbrixAf9vQJl4TF6xaEypy0k7mtu { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:27.5rem;left:47.3125rem;height:2.6rem;font-style:normal;display:block; }
#shydsg33RlLoP8EftzILpbTwyk3wSf0T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5625rem;left:47.3125rem;height:2.6rem;font-style:normal;display:block; }
#fwgBZ2c0ssnr79qXg4yeOuodIQQL9vel { position:absolute;display:block;z-index:14991;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:1.5rem;width:1.5rem;top:32.125rem;left:44.5625rem;overflow:hidden;display:block; }
#pNz7LhVHQ2UiWqhplfDeeFl4fwzkrQMT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35.4375rem;left:47.3125rem;height:;font-style:normal;display:block; }
#xU44CukiHuV1mB5BM5TiDiTCT5ibwxeZ { position:absolute;display:block;z-index:14993;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:1.5rem;width:1.5rem;top:35.9375rem;left:44.5625rem;overflow:hidden;display:block; }
#btoT0m9pLtfGGw07UG5DnFMQBWamRqm3 { position:absolute;display:block;z-index:15012;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:24.125rem;width:23.1875rem;top:2.125rem;left:46.875rem;overflow:hidden;display:block; }
#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS { position:relative;display:block; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS { background-color: transparent; background-image: none; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row .container > .video-iframe-container { display: none; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row > .video-iframe-container { display: none; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .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); }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS { border-width: 0; border-radius: 0; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .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; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx { position:relative;display:block; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx { background-color: transparent; background-image: none; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row .container > .video-iframe-container { display: none; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row > .video-iframe-container { display: none; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .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); }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx { border-width: 0; border-radius: 0; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bPv2auIXeEQITebFvTche3hhqnePL7l8 { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2749996185302rem;left:11.875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgwKgUSDSmzOqW5O7m7zLEEVsIT9fPIl { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:0.5625rem;left:30.625rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kfUXc9uKndLRI1expEEvLyb1Xk6DOv3C { color:rgba(var(--color-primary-1),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14997;line-height:1.5;letter-spacing:0;top:17.52499961853rem;left:13rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmhGb3500D22SbrZIXlbcbfDBvvTmc0d { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:14997;line-height:1.5;letter-spacing:0;top:12.64999961853rem;left:17.875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa { position:relative;display:block; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa { background-color: transparent; background-image: none; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row .container > .video-iframe-container { display: none; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row > .video-iframe-container { display: none; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .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); }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa { border-width: 0; border-radius: 0; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .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; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh { position:relative;display:block; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh { background-color: transparent; background-image: none; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row .container > .video-iframe-container { display: none; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row > .video-iframe-container { display: none; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .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); }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh { border-width: 0; border-radius: 0; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .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; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vfhpBIapp1s5F0ztPwUgbwhNM3RGh4yh { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-secondary-3),0.5);border-left:0.125rem solid rgba(var(--color-secondary-3),0.5);border-right:0.125rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.5);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.4375rem;width:50rem;top:0rem;left:12.375rem;overflow:hidden;display:block; }
#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX { position:relative;display:block; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX { background-color: transparent; background-image: none; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row .container > .video-iframe-container { display: none; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row > .video-iframe-container { display: none; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .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); }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX { border-width: 0; border-radius: 0; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .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; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 { position:relative;display:block; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 { background-color: transparent; background-image: none; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row .container > .video-iframe-container { display: none; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row > .video-iframe-container { display: none; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .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); }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 { border-width: 0; border-radius: 0; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JcATlFpS5cCDxwPTsuubbKIQuD6UyFMI { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2749996185302rem;left:11.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vahMqonamCPqHbUxnU3bkbskganPX7TR { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:0.5625rem;left:30.625rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W3PN6vrHOlTFFRIw5pS2GlTtmxO1mX9h { color:rgba(var(--color-primary-1),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14997;line-height:1.5;letter-spacing:0;top:12.025001525879rem;left:13rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i { position:relative;display:block; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i { background-color: transparent; background-image: none; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row .container > .video-iframe-container { display: none; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row > .video-iframe-container { display: none; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .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); }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i { border-width: 0; border-radius: 0; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .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; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd { position:relative;display:block; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd { background-color: transparent; background-image: none; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row .container > .video-iframe-container { display: none; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row > .video-iframe-container { display: none; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .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); }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd { border-width: 0; border-radius: 0; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .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; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bsDvloLF4RGg18bUGXoOrFKxcZrrhmdC { box-sizing:content-box;height:28.125rem;width:21.875rem;position:absolute;display:block;z-index:14990;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:1.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#VHTHqeLJOuHofQ79tTBtvyV976TabSg2 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.6875rem;left:3.375rem;height:5.4rem;font-style:normal;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; }
#VberRvwevp33w8TQB3LOZbSM5ELck1Re { color:rgba(var(--color-primary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.33749961853rem;left:3.4375rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iETaC38muKJFttqHC8Xu4hgNEfVFaJuf { position:absolute;display:block;z-index:15020;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:2.1875rem;width:2.1875rem;top:2.25rem;left:3.375rem;overflow:hidden;display:block; }
#pXOTiobDfKcurG3uzbu8Go2rpom2XoWr { box-sizing:content-box;height:28.125rem;width:21.875rem;position:absolute;display:block;z-index:14994;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:26.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#MahxVISHIwk5XcKHCJ70tFrUEDUbbuWc { position:absolute;display:block;z-index:15024;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:2.1875rem;width:2.1875rem;top:2.25rem;left:28.375rem;overflow:hidden;display:block; }
#x1n4CTzD15CGV8Tc3qWk5olOa5HPbTbv { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:5.6875rem;left:28.375rem;height:;font-style:normal;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; }
#OF7gRwWaGdVgFe1tEuWudk134ceOoyFW { color:rgba(var(--color-primary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.33749961853rem;left:28.4375rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJxH8PLp6s8nw5KrObSQ898y4q0dnmn9 { box-sizing:content-box;height:28.125rem;width:21.875rem;position:absolute;display:block;z-index:14994;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:51.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZPzD5ngMQ27MtpFsKvHsQ6ieSoar4yuW { position:absolute;display:block;z-index:15024;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:2.1875rem;width:2.1875rem;top:2.125rem;left:53.3125rem;overflow:hidden;display:block; }
#iexobtZo72vKTfIk8FVPwwAeFd5klRRM { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:5.5625rem;left:53.375rem;height:;font-style:normal;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; }
#rBWqfUuN6IMft4VOr1089ethEx7cSA0d { color:rgba(var(--color-primary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.337501525879rem;left:53.4375rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv { position:relative;display:block; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv { background-color: transparent; background-image: none; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row .container > .video-iframe-container { display: none; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row > .video-iframe-container { display: none; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .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); }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv { border-width: 0; border-radius: 0; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .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; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 { position:relative;display:block; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 { background-color: transparent; background-image: none; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row .container > .video-iframe-container { display: none; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row > .video-iframe-container { display: none; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .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); }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 { border-width: 0; border-radius: 0; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DaQHRrNp6BakEZmkZTJwC4yibWDPyCOb { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2749996185302rem;left:11.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4GiLnN0uXdLhPFrpZoN6DTFZoLuUP36 { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:0.5625rem;left:30.625rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi { position:relative;display:block; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi { background-color: transparent; background-image: none; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row .container > .video-iframe-container { display: none; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row > .video-iframe-container { display: none; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .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); }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi { border-width: 0; border-radius: 0; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .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; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 { position:relative;display:block; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 { background-color: transparent; background-image: none; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row .container > .video-iframe-container { display: none; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row > .video-iframe-container { display: none; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .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); }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 { border-width: 0; border-radius: 0; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .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; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LPcKM6aFuTadGoAwhZLvnhazEbzC9Tqy { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-secondary-3),0.5);border-left:0.125rem solid rgba(var(--color-secondary-3),0.5);border-right:0.125rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.5);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.4375rem;width:43.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GhwQe6CxboCw2rxzvZ1J4txgFqHqwz7C { box-sizing:content-box;height:10.875rem;width:29.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:0rem;left:45.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#b661RVc8vNeKZzTt4kx2kBxTePcsBUsJ { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:1.6875rem;left:47.125rem;height:2.925rem;font-style:normal;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; }
#tC3rLuyPy5DVkeRVFn9xZJGtD8srmfPt { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.375rem;left:47.125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cwerw8Ts528hvefni3RLhP3W3vz69H7T { box-sizing:content-box;height:10.875rem;width:29.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:12.25rem;left:45.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#EQt3OwuXh8Xn9GFxEdJxEQOnU9a2xXDW { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.625rem;left:47.125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehKzgv53xH1tDcFwUUwXdOZP5qnsDpFp { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:13.9375rem;left:47.125rem;height:2.925rem;font-style:normal;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; }
#X54PWzpMA5nvkJpC7wIo7nU3bZDm9GTk { box-sizing:content-box;height:10.875rem;width:29.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(40,40,40,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);top:24.5rem;left:45.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#C1cyC4bbmO0wqmJNrw4e2bgT5Vk6QacH { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:29.8125rem;left:47.125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5IlmvPT0T2gcNwwOLyyXTJuQIshmGxc { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:26.25rem;left:47.125rem;height:;font-style:normal;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; }
#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC { position:relative;display:block; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC { background-color: transparent; background-image: none; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row .container > .video-iframe-container { display: none; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row > .video-iframe-container { display: none; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .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); }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC { border-width: 0; border-radius: 0; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .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; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 { position:relative;display:block; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 { background-color: transparent; background-image: none; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row .container > .video-iframe-container { display: none; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row > .video-iframe-container { display: none; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .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); }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 { border-width: 0; border-radius: 0; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mJIJw6VlfN6afMN9KzXvMRoaaC4TmTB4 { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2749996185302rem;left:11.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTXcCd32T0aO0QBZPdyetBqZvtZJB2f8 { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:0.5625rem;left:30.625rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs { position:relative;display:block; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs { background-color: transparent; background-image: none; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row .container > .video-iframe-container { display: none; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row > .video-iframe-container { display: none; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .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); }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs { border-width: 0; border-radius: 0; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .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; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG { position:relative;display:block; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG { background-color: transparent; background-image: none; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row .container > .video-iframe-container { display: none; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row > .video-iframe-container { display: none; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .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); }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG { border-width: 0; border-radius: 0; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row .container { border-top:0.0625rem solid #3f3f3f;border-left:0.0625rem solid #3f3f3f;border-right:0.0625rem solid #3f3f3f;border-bottom:0.0625rem solid #3f3f3f;background-color:#282828;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#Ll0FIut1B1kLsCmMG2oLC9kwP2VfgEHn { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:2.5rem;left:5.9375rem;height:1.25rem;font-style:normal;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; }
#c5vGTu9K6WM1M6rcDr77JeSURkdW4hvF { position:absolute;display:block;z-index:15019;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:3.125rem;overflow:hidden;display:block; }
#cMAyWgD8TL27EsLhwLIG4VekyWTMo8kc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.875rem;left:60.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c35NpZWzfeocpC95vD2EgsHsSmrfa6SL { position:absolute;display:block;z-index:15020;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:1.875rem;width:8.1875rem;top:2.125rem;left:47.5625rem;overflow:hidden;display:block; }
#elHrzaBUs1RyHyKEyclq0nBkpwOdTSBc { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:15017;background-color:#1f1f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:43.8125rem;display:block; }
#rGzSpgHmf3IhsgJ4XEymRJEv3n59Bmzt { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }
#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 { position:relative;display:block; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 { background-color: transparent; background-image: none; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row .container > .video-iframe-container { display: none; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row > .video-iframe-container { display: none; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .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); }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 { border-width: 0; border-radius: 0; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .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; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row .container { border-top:0;border-left:0.0625rem solid #3f3f3f;border-right:0.0625rem solid #3f3f3f;border-bottom:0.0625rem solid #3f3f3f;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JlTTixHTzAddWDNeuvbKnbKux2Ad2FAG { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:1.625rem;left:3.125rem;height:1rem;font-style:normal;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; }
#qFNwpik4M6ieMupPOaGlHcpBlv0dgRKT { color:rgba(var(--color-primary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W70B2qzyJBb3Zm554XlJ1moexkJNINGS { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:2.1875rem;left:3.125rem;height:1rem;font-style:normal;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:none; }
#RKWouTwHWmKkKDMTUWXTDEzhwkP4meaR { position:absolute;display:block;z-index:15000;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:1.375rem;width:6.0625rem;display:none; }
#kb86qggbM20OhrKetaO1aktqMKTtTqNZ { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14998;background-color:#1f1f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:43.8125rem;display:block; }
#sfE0RPmcF2mCdEPNshhRdMJ6mN5TsnT2 { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }
#Ay9Z566BqndIKxmuRmicqdurHzCiDkGl { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.65625rem;left:44.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTNMSiIX9FCZMmOwHbzTLGXCvTkilWib { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.65625rem;left:60.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE { position:relative;display:block; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE { background-color: transparent; background-image: none; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row .container > .video-iframe-container { display: none; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row > .video-iframe-container { display: none; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .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); }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE { border-width: 0; border-radius: 0; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .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; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row .container { border-top:0;border-left:0.0625rem solid #3f3f3f;border-right:0.0625rem solid #3f3f3f;border-bottom:0.0625rem solid #3f3f3f;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HMRzGeOt7xWOtXsg2beFCzH6TltWTQyl { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:1.625rem;left:3.125rem;height:1rem;font-style:normal;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; }
#eDIw96dCPVKbnXPgkZxAQX6PBbzByQas { color:rgba(var(--color-primary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnopwSEOVTBDcJ1Dtutki80yt8WwroqD { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:2.1875rem;left:3.125rem;height:1rem;font-style:normal;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:none; }
#dMnrhlCz1EaT094Nf36sunaDeAPxPc7s { position:absolute;display:block;z-index:15000;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:1.375rem;width:6.0625rem;display:none; }
#A6tLfCsGys9nH1gEHRZ5A5wODZDuC7wD { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14998;background-color:#1f1f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:43.8125rem;display:block; }
#ZkDDnIe7RqLT4iTyXTypVXdhLevKDx6B { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }
#zb0hFM8Ty4tcBlx3LcTGkXq0GptGyy4F { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.65625rem;left:44.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnwkxZeteJoFZvxBuWrhMWAGLTRQJWuh { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:60.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h { position:relative;display:block; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h { background-color: transparent; background-image: none; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row .container > .video-iframe-container { display: none; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row > .video-iframe-container { display: none; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .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); }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h { border-width: 0; border-radius: 0; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .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; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row .container { border-top:0;border-left:0.0625rem solid #3f3f3f;border-right:0.0625rem solid #3f3f3f;border-bottom:0.0625rem solid #3f3f3f;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pfOO1q7HcC3E6qlpN7srWP0pTON6dUEN { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:1.625rem;left:3.125rem;height:1rem;font-style:normal;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; }
#clsyhprUs0OFoubeAKakBqTb7M8ui6o4 { color:rgba(var(--color-primary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1igRm4d0CtF7qnBs2RIT2i7JgzM3i4f { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:2.1875rem;left:3.125rem;height:1rem;font-style:normal;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:none; }
#Pft1vAqrmJkfblu1OFM7p1NhkekTGTlo { position:absolute;display:block;z-index:15000;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:1.375rem;width:6.0625rem;display:none; }
#MBoRSv4kMQ0SuPHaRk8nuiGye2VnOT5S { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14998;background-color:#1f1f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:43.8125rem;display:block; }
#Vhucwsr7XTEewOCsTJkzIXg7VZznOOpV { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }
#U5AcsrZpPpb7PRxSnnFNoH2w9iQP72Xz { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.65625rem;left:44.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubIa1wkCrNHJi3vonTsCLTIsbbvXPSsA { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:60.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM { position:relative;display:block; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM { background-color: transparent; background-image: none; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row .container > .video-iframe-container { display: none; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row > .video-iframe-container { display: none; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .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); }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM { border-width: 0; border-radius: 0; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .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; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row .container { border-top:0;border-left:0.0625rem solid #3f3f3f;border-right:0.0625rem solid #3f3f3f;border-bottom:0.0625rem solid #3f3f3f;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kcrBCXv1N8edfPwxXAxVBSbNyeSVFNWq { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:1.625rem;left:3.125rem;height:1rem;font-style:normal;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; }
#e8KXuQ97OtRI7ptn56fOrowqDimqT5uO { color:rgba(var(--color-primary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPFUWqxDF9q1L3aHWbTZtNUJAU9cIO0G { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:2.1875rem;left:3.125rem;height:1rem;font-style:normal;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:none; }
#koakpcuD7kMVEuCtG6kTqXOTOhMrMLUL { position:absolute;display:block;z-index:15000;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:1.375rem;width:6.0625rem;display:none; }
#pBbS6n8TJhHeWtMt9rXP6mQsOfSxhVKI { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14998;background-color:#1f1f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:43.8125rem;display:block; }
#H55Q4TbheOtvcBg0ygnLFgW1uMhwAkWK { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }
#hMAdhDZKBAu3NUlBPrxC1K0WeeuA8G46 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.65625rem;left:44.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmE1Tq9UZpVg1dBgmxf6JrpCTzPevCDR { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.625rem;left:60.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG { position:relative;display:block; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG { background-color: transparent; background-image: none; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row .container > .video-iframe-container { display: none; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row > .video-iframe-container { display: none; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .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); }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG { border-width: 0; border-radius: 0; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row .container { border-top:0;border-left:0.0625rem solid #3f3f3f;border-right:0.0625rem solid #3f3f3f;border-bottom:0.0625rem solid #3f3f3f;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#gRk8DoG2bJ304dWa0FGOSwxzi4BWX0Vk { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:1.625rem;left:3.125rem;height:1rem;font-style:normal;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; }
#MIzTzDAHhOJL7qQz5GXsmO9eFoTERR45 { color:rgba(var(--color-primary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ByBelGiKUGwZIRZt6PlRLQkGpCVXkF4y { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:2.1875rem;left:3.125rem;height:1rem;font-style:normal;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:none; }
#n1qRmxEkKk84UNfnKWvK9v9v9FFSlx76 { position:absolute;display:block;z-index:15000;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:1.375rem;width:6.0625rem;display:none; }
#tPSI06vFdbIVdWv5V4yGOiXIviOShTeM { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14998;background-color:#1f1f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:43.8125rem;display:block; }
#qkHisWbctH0zS8A3NacwbpyJIi506za5 { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }
#hzkqmV3qHLou7WL325igh5zRhioO175S { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.65625rem;left:44.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILPZKQmKISAWuhKkiHuTDLIROkcDs70A { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.625rem;left:60.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO { position:relative;display:block; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO { background-color: transparent; background-image: none; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row .container > .video-iframe-container { display: none; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row > .video-iframe-container { display: none; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .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); }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO { border-width: 0; border-radius: 0; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .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; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi { position:relative;display:block; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi { background-color: transparent; background-image: none; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row .container > .video-iframe-container { display: none; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row > .video-iframe-container { display: none; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .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); }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi { border-width: 0; border-radius: 0; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .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; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XCSdKV3Pp5PLTJI3ZbJgah9v7rBHqauW { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.6562509536743rem;left:9.15625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWiG5WeKZ1rd2msJWrge88bH128ybL3q { color:rgba(var(--color-secondary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:24.25rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw { position:relative;display:block; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw { background-color: transparent; background-image: none; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row .container > .video-iframe-container { display: none; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row > .video-iframe-container { display: none; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .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); }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw { border-width: 0; border-radius: 0; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .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; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 { position:relative;display:block; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 { background-color: transparent; background-image: none; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row .container > .video-iframe-container { display: none; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row > .video-iframe-container { display: none; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .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); }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 { border-width: 0; border-radius: 0; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .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; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XkbfDAB6qfGdABg1fK6AOXL0UiZGRFBn { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql { position:relative;display:block; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql { background-color: transparent; background-image: none; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row .container > .video-iframe-container { display: none; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row > .video-iframe-container { display: none; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .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); }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql { border-width: 0; border-radius: 0; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .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; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu { position:relative;display:block; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu { background-color: transparent; background-image: none; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row .container > .video-iframe-container { display: none; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row > .video-iframe-container { display: none; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .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); }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu { border-width: 0; border-radius: 0; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .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; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W4K89E0R0KhkEQ0csyGFAAwiP249pkmM { position:absolute;display:block;z-index:15004;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:27.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#riBGoTH0nDSv7ARQPC9y4P804thvW7tu { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:10.1875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsHxZ7gBsX7ayFvdI5Dzc9dtFtJA0K8k { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #494ce9, #292b83);background-image: -moz-linear-gradient(90deg, #494ce9, #292b83);background-image: -ms-linear-gradient(90deg, #494ce9, #292b83);background-image: -o-linear-gradient(90deg, #494ce9, #292b83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );";background-image: linear-gradient(90deg, #494ce9, #292b83);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4979375rem;height:3.12395625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.5rem;left:27.5625rem;display:block; }
#pDVVul1GpyrIG74yQ2ki5XLM5ZhrOXCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4mg7SUTpDOzJsSxJMtd03MSD0SHNeZH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1416875rem;height:3.01979375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.5625rem;left:38.3125rem;display:block; }
#PHafPTfrOTExwcOcfXn9OCtoi8BZeTab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkdz8HkuSD3T9hVIKBJqZF5EUnzdOBGH { color:rgba(var(--color-primary-1),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.625rem;left:20.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG { position:relative;display:block; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG { background-color: transparent; background-image: none; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row .container > .video-iframe-container { display: none; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row > .video-iframe-container { display: none; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .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); }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG { border-width: 0; border-radius: 0; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .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; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { background-color: transparent; background-image: none; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container > .video-iframe-container { display: none; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row > .video-iframe-container { display: none; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .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); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { border-width: 0; border-radius: 0; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#TQHpgSbtCEWtBxObMfx8WTuPcwlICCL1 { position:absolute;display:block;z-index:15000;height:7.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT { display:block; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN4ArPTGTwePUPTLZD82AQJoTOXRcA4m { width:47.75rem;height:4.6875rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXHd6BHLZr6i5lZ0iove66Wxt9NSKiHZ { width:47.75rem;height:9rem;top:18.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkW4pheNfqM2Wox2Or5Dn40IzEccHZ6 { width:47.75rem;height:7.5rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSXdggSSd8u0E0MFooTPX0QiZPXLuTJf { width:47.75rem;height:7.0625rem;top:59.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vF1vHESQ7vA0xAVVNDd9LHuTwBwwtuP1 { width:9.4375rem;height:3.125rem;top:38.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1Nhsaxi7NteDLtEJ6btVB2iHrguTSM { display:block; }
 }@media only screen and (max-width: 763px) { #xWsP5ToVdspti9XU5cu4PUKIOsq5L9Bn { width:9.1875rem;height:3.125rem;top:38.1875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9f00vKDOSTm4oI8XHGSRpI3ED2gTq9S { display:block; }
 }@media only screen and (max-width: 763px) { #s3VpQDX8VxKe8DOryIIt9H7V14nTEO9u { width:19.375rem;height:1.4375rem;top:15.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9soESVm7SEEykK98gkmOl42Q54x1olX { width:41.8125rem;height:1.875rem;top:43.1875rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBimqExvdIZlSrKs3I9usQTO1JcHWeqw { display:block; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMGeOsliDD4wof4uorTUXHhyBSZHLudR { display:block; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s83QDDDoUKi6edXDlCbL36XHBewqLQco { width:17.5rem;height:12.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #el2K0LbAxgwg5bQ3KUzBm0Bn8s660p7N { width:10.875rem;height:4.125rem;top:2.8125rem;left:0.59375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPmoUbksnc6ansc3L1JE04Qz8Ei4igw { width:13rem;height:3rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBDhQOp7JLJTRH087lEnb88OFQC9wrpT { width:17.5rem;height:12.5rem;top:0rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJtWbNUXxNTQV91eXXTVcZBXA6QwlANK { width:13rem;height:3rem;top:6.9375rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqAy9frxV8Mu7TmCHLI2TDlJO73UPAeU { width:10.875rem;height:4.125rem;top:2.8125rem;left:12.46875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA3izRTSbAlkaocdux7pEwvrwaTyuysc { width:17.5rem;height:12.5rem;top:0rem;left:18.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoAPpCG7HXntMSotLs8wIZCalFFzrt8D { width:13rem;height:3rem;top:6.9375rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnMJ5Ji5lzUG0VcPHvGSfmiRZeQB2vVn { width:10.875rem;height:4.125rem;top:2.8125rem;left:24.46875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENy6pMx4NoFMU5BzryvnnOGc8BXZwtoh { width:17.5rem;height:12.5rem;top:0rem;left:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDggvLT4zS9ph2hGcE69LZqrL9iguDz4 { width:13rem;height:1.5rem;top:6.9375rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFbeW0oyxXH84vGRv1gIoXpH7F6ZcpoI { width:10.875rem;height:4.125rem;top:2.8125rem;left:36.34375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS { display:block; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3vqsRiTfE6uBiVA25IbncmANmkOhHod { display:block; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQBz9Qz8zrnTG5oUJJlUEouio2SpTcZd { width:47.75rem;height:8.125rem;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNLylyp10oDNcuXDVlb3XON9VRrl9IDZ { width:13.8125rem;height:1.4375rem;top:0.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBZ3Oo0TuIazOFiGELFB5iQSArsv8Vxq { width:47.75rem;height:3rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx { display:block; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iP5d3FOhRao1TooKcIDDwG8608eTXwMP { display:block; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyJqNsorE2xtqT2LP4dfB1hV4EKMG4uy { width:21.875rem;height:28.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXOZrMmtiPiDT32mSnBNrGnZi8VsWANN { width:18.3125rem;height:;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAkKf01mZI6n2qc3TrRaJ86FpU5r9suC { width:18.125rem;height:13.5rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIfq7cHzxUrkCBhpP0D5O9UORCpzHHH { width:2.1875rem;height:2.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTgdlbiS6CvKMcz4xVlCTPP4UnwgP3q { width:21.875rem;height:28.125rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPPSueet74yOTTwDisQn5QmJvPzTAeCm { width:2.1875rem;height:2.1875rem;top:2.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glyPxAfKJ0VTh9FFGDNllSD0TISUzQJg { width:18.3125rem;height:;top:5.6875rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX7MsRWPLM8aheVmZQKlDbxTkIPnnC2e { width:18.125rem;height:12rem;top:12.3125rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1fOc0i1gdo0CuxZiG4zI9EHX0O55kMs { width:21.875rem;height:28.125rem;top:0rem;left:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EduIniEW4T5l2BgXH0T0Zf6L7Q32X71E { width:2.1875rem;height:2.1875rem;top:2.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWuH1Nuh6OVs6LIhnXpXhfXDLdF0B5Aw { width:18.3125rem;height:;top:5.5625rem;left:29.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALv6X0Ob8GKKtocUpUpl2obuC9rfHOqX { width:18.125rem;height:10.5rem;top:14rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx { display:block; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm { display:block; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whrZJrl3V3uWghIdLxNHMUPWazabFWpe { width:44.3125rem;height:;top:2.75rem;left:1.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtSidPC4Tx37xcvpZZ47WTvKAO6L4lff { width:13.8125rem;height:1.4375rem;top:0.0625rem;left:16.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvmrfly3n72Pkoe2PatT9UxhFW2gseao { display:block; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni { display:block; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoJWlwZtOrNGK1s7MTQEypkqAcoiO29M { width:30rem;height:4.125rem;top:6.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QayTC5iEbCtXwlDLLUnlgN86hGbHfFFr { width:35.1875rem;height:6rem;top:12.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVXkXCwLzR91yOnJtdWW6ZFyCwos6V3v { width:33rem;height:3rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waI8g9vOsnvhQX5iOtNFFpRdbQddFIxT { width:33rem;height:6rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odled2yHRf47Z6h2pE4X9IeqoQJuk5zD { width:9.1875rem;height:3.0625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMGafnkEoMCtWRlLhpZmMe1RmnIgPLkN { display:block; }
 }@media only screen and (max-width: 763px) { #CnMagvLIun0dzVLHTB6Dgk82IulXQg45 { width:34.375rem;height:42rem;top:0rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #czbo8wmBaBbq1AZIiCAwiEC4wkURX2nb { width:1.5rem;height:1.5rem;top:30.1875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUHATo1sDPv28Rtex1kwqSixE6WxnLMG { width:24.375rem;height:2.5625rem;top:29.75rem;left:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSDa8hJeUyrLU063L7EbPBtpcwR2IWGJ { width:24.375rem;height:2.5625rem;top:33.3125rem;left:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s17RXuTT5uHpT09EdXhLUy69MP71tTHR { width:1.5rem;height:1.5rem;top:33.75rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXAyHGTvusoTfmogaShbIB0R3XcovToT { width:24.375rem;height:2.5625rem;top:37.125rem;left:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RI4PuTXP8tLVP4nXV4GT89xT6PD2taQ0 { width:1.5rem;height:1.5rem;top:37.5625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAdGphsgMX8b9QktLsVNK8yrZhEhF5MC { width:31.25rem;height:25.625rem;top:2.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y { display:block; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuoG7c1du0SqTvGobvfqUVEbVyrezQIk { display:block; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqcv6nJRlh4mqphOVmAInTnZKbwB3Eym { width:30rem;height:4.125rem;top:2.5rem;left:17.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwmVWCScfISXsTmgtqgNgrGpzc2M5c8I { width:34.8125rem;height:6rem;top:7.9375rem;left:12.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwtzDsfQXoA8xTuU3ZAkmgWrBQlTIxQm { width:31.5625rem;height:3rem;top:15.8125rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxdzcwoU3KQXSavieNIy0v4diMVsqBIN { width:33rem;height:7.5rem;top:20.4375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0tRd4M1X1Los0oiugiVaSNABvIRGr7w { width:9.125rem;height:3rem;top:29.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwn6bMy95X5hhXaXqhkZAktnloxFBeuf { display:block; }
 }@media only screen and (max-width: 763px) { #fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq { width:34.375rem;height:29.5625rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e01vw45ls3keQ7rzBBWg3QM9KmzSUtFf { width:25.1875rem;height:2.5625rem;top:19.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECnAm97sDsOqwN5rMyfP1GvNwHmKb1Ow { width:32.0625rem;height:13.25rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAVSbka5BHxGCpik4zpNyvbNodXlmAI { width:1.5rem;height:1.5rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebkkfiSbV3V4Kt11elSArh2cbr2IXtzn { width:25.1875rem;height:1.25rem;top:26.6875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uESLPXo8uH4HCe6sadVZ7e2TzpprNLo0 { width:25.1875rem;height:2.5625rem;top:22.9375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1hays7kAwsQPpO7SoizUxLNzEH3bBfp { width:1.5rem;height:1.5rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIM7zhiTmRxFsnxLckZVgLS1D0zoBlLn { width:1.5rem;height:1.5rem;top:26.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 { display:block; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT { display:block; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF1z75DeXi3qP7ggbmvxllpVgHOaICc9 { width:30rem;height:4.125rem;top:7.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2bD5MrxkkLppDX6G0o4QrqVVp5q4f1f { width:32.5rem;height:6rem;top:12.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz78TlZTRKkNUVoevWyQHRabGSCTT742 { width:32.5rem;height:1.5rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRJPmezDcVidTzJ1JJRaaXsQhkBdBTeL { width:32.5rem;height:6rem;top:22.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6I3gWh3Ws9gfeFWwOydo2MnHFBIUR5 { width:9.125rem;height:3rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #In3D4RP5nrh3fBvodZPBiifJA8hNaXSS { display:block; }
 }@media only screen and (max-width: 763px) { #tclHhyE852wNSWZoOCt6XxpSTKprOLAc { width:33rem;height:40.0625rem;top:0rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kckVFxgsrT4XkZqqKKalw6W4vNqWWw8t { width:1.5rem;height:1.5rem;top:28.0625rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKAtKbrixAf9vQJl4TF6xaEypy0k7mtu { width:25.1875rem;height:;top:27.5rem;left:22.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #shydsg33RlLoP8EftzILpbTwyk3wSf0T { width:25.1875rem;height:;top:31.5625rem;left:22.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwgBZ2c0ssnr79qXg4yeOuodIQQL9vel { width:1.5rem;height:1.5rem;top:32.125rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNz7LhVHQ2UiWqhplfDeeFl4fwzkrQMT { width:25.1875rem;height:;top:35.4375rem;left:22.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xU44CukiHuV1mB5BM5TiDiTCT5ibwxeZ { width:1.5rem;height:1.5rem;top:35.9375rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #btoT0m9pLtfGGw07UG5DnFMQBWamRqm3 { width:23.1875rem;height:24.125rem;top:2.125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS { display:block; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSDczxO9xoMIsPv8mmU20XSpuDSthEWx { display:block; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPv2auIXeEQITebFvTche3hhqnePL7l8 { width:47.75rem;height:8.125rem;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgwKgUSDSmzOqW5O7m7zLEEVsIT9fPIl { width:13.8125rem;height:1.4375rem;top:0.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfUXc9uKndLRI1expEEvLyb1Xk6DOv3C { width:47.75rem;height:10.5rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmhGb3500D22SbrZIXlbcbfDBvvTmc0d { width:39.25rem;height:3rem;top:12.625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa { display:block; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh { display:block; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfhpBIapp1s5F0ztPwUgbwhNM3RGh4yh { width:47.5rem;height:33.665625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX { display:block; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5T5d9KRMhblGla68Inqz2WTmIpISgT8 { display:block; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcATlFpS5cCDxwPTsuubbKIQuD6UyFMI { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vahMqonamCPqHbUxnU3bkbskganPX7TR { width:13.8125rem;height:1.4375rem;top:0.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3PN6vrHOlTFFRIw5pS2GlTtmxO1mX9h { width:47.75rem;height:3rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i { display:block; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd { display:block; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsDvloLF4RGg18bUGXoOrFKxcZrrhmdC { width:21.875rem;height:28.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHTHqeLJOuHofQ79tTBtvyV976TabSg2 { width:18.3125rem;height:;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VberRvwevp33w8TQB3LOZbSM5ELck1Re { width:18.125rem;height:12rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iETaC38muKJFttqHC8Xu4hgNEfVFaJuf { width:2.1875rem;height:2.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXOTiobDfKcurG3uzbu8Go2rpom2XoWr { width:21.875rem;height:28.125rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MahxVISHIwk5XcKHCJ70tFrUEDUbbuWc { width:2.1875rem;height:2.1875rem;top:2.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1n4CTzD15CGV8Tc3qWk5olOa5HPbTbv { width:18.3125rem;height:;top:5.6875rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF7gRwWaGdVgFe1tEuWudk134ceOoyFW { width:18.125rem;height:12rem;top:12.3125rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJxH8PLp6s8nw5KrObSQ898y4q0dnmn9 { width:21.875rem;height:28.125rem;top:0rem;left:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPzD5ngMQ27MtpFsKvHsQ6ieSoar4yuW { width:2.1875rem;height:2.1875rem;top:2.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iexobtZo72vKTfIk8FVPwwAeFd5klRRM { width:18.3125rem;height:;top:5.5625rem;left:29.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWqfUuN6IMft4VOr1089ethEx7cSA0d { width:18.125rem;height:13.5rem;top:12.3125rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv { display:block; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 { display:block; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaQHRrNp6BakEZmkZTJwC4yibWDPyCOb { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4GiLnN0uXdLhPFrpZoN6DTFZoLuUP36 { width:13.8125rem;height:1.4375rem;top:0.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi { display:block; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 { display:block; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPcKM6aFuTadGoAwhZLvnhazEbzC9Tqy { width:43.875rem;height:35.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwQe6CxboCw2rxzvZ1J4txgFqHqwz7C { width:29.375rem;height:10.875rem;top:0rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b661RVc8vNeKZzTt4kx2kBxTePcsBUsJ { width:26.25rem;height:2.875rem;top:1.6875rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3rLuyPy5DVkeRVFn9xZJGtD8srmfPt { width:26.25rem;height:3.9375rem;top:5.375rem;left:21.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwerw8Ts528hvefni3RLhP3W3vz69H7T { width:29.375rem;height:10.875rem;top:12.25rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQt3OwuXh8Xn9GFxEdJxEQOnU9a2xXDW { width:26.25rem;height:3.9375rem;top:17.625rem;left:21.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehKzgv53xH1tDcFwUUwXdOZP5qnsDpFp { width:26.25rem;height:;top:13.9375rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54PWzpMA5nvkJpC7wIo7nU3bZDm9GTk { width:29.375rem;height:10.875rem;top:24.5rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1cyC4bbmO0wqmJNrw4e2bgT5Vk6QacH { width:26.25rem;height:3.9375rem;top:29.8125rem;left:21.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5IlmvPT0T2gcNwwOLyyXTJuQIshmGxc { width:26.25rem;height:;top:26.25rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC { display:block; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 { display:block; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJIJw6VlfN6afMN9KzXvMRoaaC4TmTB4 { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXcCd32T0aO0QBZPdyetBqZvtZJB2f8 { width:13.8125rem;height:1.4375rem;top:0.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs { display:block; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG { display:block; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ll0FIut1B1kLsCmMG2oLC9kwP2VfgEHn { width:28.375rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5vGTu9K6WM1M6rcDr77JeSURkdW4hvF { width:2.1875rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMAyWgD8TL27EsLhwLIG4VekyWTMo8kc { width:12.5rem;height:2.5rem;top:1.875rem;left:35.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c35NpZWzfeocpC95vD2EgsHsSmrfa6SL { width:8.1875rem;height:1.875rem;top:2.125rem;left:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #elHrzaBUs1RyHyKEyclq0nBkpwOdTSBc { width:15.625rem;height:6.25rem;top:0rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGzSpgHmf3IhsgJ4XEymRJEv3n59Bmzt { width:15.625rem;height:6.25rem;top:0rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 { display:block; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlTTixHTzAddWDNeuvbKnbKux2Ad2FAG { width:34.375rem;height:1rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNwpik4M6ieMupPOaGlHcpBlv0dgRKT { width:34.375rem;height:1.5rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70B2qzyJBb3Zm554XlJ1moexkJNINGS { width:9.375rem;height:2.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKWouTwHWmKkKDMTUWXTDEzhwkP4meaR { width:6.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb86qggbM20OhrKetaO1aktqMKTtTqNZ { width:15.625rem;height:6.25rem;top:0rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfE0RPmcF2mCdEPNshhRdMJ6mN5TsnT2 { width:15.625rem;height:6.25rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay9Z566BqndIKxmuRmicqdurHzCiDkGl { width:13.75rem;height:3rem;top:1.625rem;left:31.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNMSiIX9FCZMmOwHbzTLGXCvTkilWib { width:13.75rem;height:3rem;top:1.625rem;left:34rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE { display:block; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMRzGeOt7xWOtXsg2beFCzH6TltWTQyl { width:34.375rem;height:1rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDIw96dCPVKbnXPgkZxAQX6PBbzByQas { width:34.375rem;height:1.5rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnopwSEOVTBDcJ1Dtutki80yt8WwroqD { width:9.375rem;height:2.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnrhlCz1EaT094Nf36sunaDeAPxPc7s { width:6.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tLfCsGys9nH1gEHRZ5A5wODZDuC7wD { width:15.625rem;height:6.25rem;top:0rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkDDnIe7RqLT4iTyXTypVXdhLevKDx6B { width:15.625rem;height:6.25rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0hFM8Ty4tcBlx3LcTGkXq0GptGyy4F { width:13.75rem;height:3rem;top:1.625rem;left:31.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnwkxZeteJoFZvxBuWrhMWAGLTRQJWuh { width:13.75rem;height:4.5rem;top:0.875rem;left:34rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwvhsESp12Qs4bTfN0E8oobUoROD3N3h { display:block; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfOO1q7HcC3E6qlpN7srWP0pTON6dUEN { width:34.375rem;height:1rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsyhprUs0OFoubeAKakBqTb7M8ui6o4 { width:34.375rem;height:1.5rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1igRm4d0CtF7qnBs2RIT2i7JgzM3i4f { width:9.375rem;height:2.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pft1vAqrmJkfblu1OFM7p1NhkekTGTlo { width:6.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBoRSv4kMQ0SuPHaRk8nuiGye2VnOT5S { width:15.625rem;height:6.25rem;top:0rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhucwsr7XTEewOCsTJkzIXg7VZznOOpV { width:15.625rem;height:6.25rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5AcsrZpPpb7PRxSnnFNoH2w9iQP72Xz { width:13.75rem;height:3rem;top:1.625rem;left:31.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubIa1wkCrNHJi3vonTsCLTIsbbvXPSsA { width:13.75rem;height:4.5rem;top:0.875rem;left:34rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM { display:block; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrBCXv1N8edfPwxXAxVBSbNyeSVFNWq { width:34.375rem;height:1rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8KXuQ97OtRI7ptn56fOrowqDimqT5uO { width:34.375rem;height:1.5rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFUWqxDF9q1L3aHWbTZtNUJAU9cIO0G { width:9.375rem;height:2.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koakpcuD7kMVEuCtG6kTqXOTOhMrMLUL { width:6.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBbS6n8TJhHeWtMt9rXP6mQsOfSxhVKI { width:15.625rem;height:6.25rem;top:0rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H55Q4TbheOtvcBg0ygnLFgW1uMhwAkWK { width:15.625rem;height:6.25rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMAdhDZKBAu3NUlBPrxC1K0WeeuA8G46 { width:13.75rem;height:3rem;top:1.625rem;left:31.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmE1Tq9UZpVg1dBgmxf6JrpCTzPevCDR { width:13.75rem;height:3rem;top:1.625rem;left:34rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG { display:block; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRk8DoG2bJ304dWa0FGOSwxzi4BWX0Vk { width:34.375rem;height:1rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIzTzDAHhOJL7qQz5GXsmO9eFoTERR45 { width:34.375rem;height:1.5rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByBelGiKUGwZIRZt6PlRLQkGpCVXkF4y { width:9.375rem;height:2.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qRmxEkKk84UNfnKWvK9v9v9FFSlx76 { width:6.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSI06vFdbIVdWv5V4yGOiXIviOShTeM { width:15.625rem;height:6.25rem;top:0rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkHisWbctH0zS8A3NacwbpyJIi506za5 { width:15.625rem;height:6.25rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkqmV3qHLou7WL325igh5zRhioO175S { width:13.75rem;height:3rem;top:1.625rem;left:31.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILPZKQmKISAWuhKkiHuTDLIROkcDs70A { width:13.75rem;height:3rem;top:1.625rem;left:34rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO { display:block; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi { display:block; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCSdKV3Pp5PLTJI3ZbJgah9v7rBHqauW { width:47.75rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWiG5WeKZ1rd2msJWrge88bH128ybL3q { width:26.5rem;height:1.4375rem;top:0rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw { display:block; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 { display:block; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkbfDAB6qfGdABg1fK6AOXL0UiZGRFBn { width:47.75rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql { display:block; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu { display:block; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4K89E0R0KhkEQ0csyGFAAwiP249pkmM { width:47.75rem;height:17.6675rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riBGoTH0nDSv7ARQPC9y4P804thvW7tu { width:47.75rem;height:8.125rem;top:5.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsHxZ7gBsX7ayFvdI5Dzc9dtFtJA0K8k { width:9.4375rem;height:3.0625rem;top:19.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDVVul1GpyrIG74yQ2ki5XLM5ZhrOXCm { display:block; }
 }@media only screen and (max-width: 763px) { #d4mg7SUTpDOzJsSxJMtd03MSD0SHNeZH { width:9.125rem;height:3rem;top:19.5625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHafPTfrOTExwcOcfXn9OCtoi8BZeTab { display:block; }
 }@media only screen and (max-width: 763px) { #hkdz8HkuSD3T9hVIKBJqZF5EUnzdOBGH { width:34.3125rem;height:3rem;top:14.625rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG { display:block; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 { display:block; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQHpgSbtCEWtBxObMfx8WTuPcwlICCL1 { width:47.75rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e8c879c-2c71-459c-9edc-3792bc483ccc/Rectangle34624904.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.adaptive-delivery-prevent-bg, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyload, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyloading { background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { background-color: transparent; background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .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); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { border-width: 0; border-radius: 0; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN4ArPTGTwePUPTLZD82AQJoTOXRcA4m { width:20rem;height:4.6875rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXHd6BHLZr6i5lZ0iove66Wxt9NSKiHZ { width:20rem;height:9.6rem;top:8.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TAkW4pheNfqM2Wox2Or5Dn40IzEccHZ6 { width:20rem;height:9.1875rem;top:19.66250038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rSXdggSSd8u0E0MFooTPX0QiZPXLuTJf { width:20rem;height:3.625rem;top:0rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vF1vHESQ7vA0xAVVNDd9LHuTwBwwtuP1 { width:9.4375rem;height:3.125rem;top:30.125rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1Nhsaxi7NteDLtEJ6btVB2iHrguTSM { display:block; }
 }@media only screen and (max-width: 763px) { #xWsP5ToVdspti9XU5cu4PUKIOsq5L9Bn { width:9.1875rem;height:3.125rem;top:33.875rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9f00vKDOSTm4oI8XHGSRpI3ED2gTq9S { display:block; }
 }@media only screen and (max-width: 763px) { #s3VpQDX8VxKe8DOryIIt9H7V14nTEO9u { width:13.8125rem;height:1.3rem;top:6.75rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9soESVm7SEEykK98gkmOl42Q54x1olX { width:20rem;height:2.625rem;top:38.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TBimqExvdIZlSrKs3I9usQTO1JcHWeqw { display:block; }#TBimqExvdIZlSrKs3I9usQTO1JcHWeqw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMGeOsliDD4wof4uorTUXHhyBSZHLudR { display:block; }#FMGeOsliDD4wof4uorTUXHhyBSZHLudR > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s83QDDDoUKi6edXDlCbL36XHBewqLQco { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #el2K0LbAxgwg5bQ3KUzBm0Bn8s660p7N { width:10.875rem;height:2.4rem;top:2.375rem;left:4.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFPmoUbksnc6ansc3L1JE04Qz8Ei4igw { width:13rem;height:3rem;top:5.375rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LBDhQOp7JLJTRH087lEnb88OFQC9wrpT { width:20rem;height:12.5rem;top:11.989584922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJtWbNUXxNTQV91eXXTVcZBXA6QwlANK { width:13rem;height:3rem;top:18.9375rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LqAy9frxV8Mu7TmCHLI2TDlJO73UPAeU { width:10.875rem;height:2.4rem;top:14.8125rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EA3izRTSbAlkaocdux7pEwvrwaTyuysc { width:20rem;height:10.625rem;top:25.854166984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoAPpCG7HXntMSotLs8wIZCalFFzrt8D { width:13rem;height:3rem;top:31.25rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HnMJ5Ji5lzUG0VcPHvGSfmiRZeQB2vVn { width:10.875rem;height:2.4rem;top:28.25rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENy6pMx4NoFMU5BzryvnnOGc8BXZwtoh { width:20rem;height:10.625rem;top:37.843749046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDggvLT4zS9ph2hGcE69LZqrL9iguDz4 { width:13rem;height:1.5rem;top:44rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CFbeW0oyxXH84vGRv1gIoXpH7F6ZcpoI { width:10.875rem;height:2.4rem;top:41rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS { display:block; }#JHgDEHmMXgBQLz5Km6VGyKU0J8TKNAIS > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3vqsRiTfE6uBiVA25IbncmANmkOhHod { display:block; }#X3vqsRiTfE6uBiVA25IbncmANmkOhHod > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQBz9Qz8zrnTG5oUJJlUEouio2SpTcZd { width:20rem;height:6.75rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xNLylyp10oDNcuXDVlb3XON9VRrl9IDZ { width:13.8125rem;height:1.3rem;top:0rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBZ3Oo0TuIazOFiGELFB5iQSArsv8Vxq { width:20rem;height:7.5rem;top:9.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx { display:block; }#CqLuhaHsALI3Lb04bc4ftI4qCcQmsAkx > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iP5d3FOhRao1TooKcIDDwG8608eTXwMP { display:block; }#iP5d3FOhRao1TooKcIDDwG8608eTXwMP > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyJqNsorE2xtqT2LP4dfB1hV4EKMG4uy { width:19.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXOZrMmtiPiDT32mSnBNrGnZi8VsWANN { width:18.3125rem;height:4.5rem;top:5.5625rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NAkKf01mZI6n2qc3TrRaJ86FpU5r9suC { width:18.125rem;height:9.1875rem;top:10.6875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NZIfq7cHzxUrkCBhpP0D5O9UORCpzHHH { width:2.1875rem;height:2.1875rem;top:2.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTgdlbiS6CvKMcz4xVlCTPP4UnwgP3q { width:19.875rem;height:21.875rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPPSueet74yOTTwDisQn5QmJvPzTAeCm { width:2.1875rem;height:2.1875rem;top:26.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glyPxAfKJ0VTh9FFGDNllSD0TISUzQJg { width:18.3125rem;height:3rem;top:29.5625rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UX7MsRWPLM8aheVmZQKlDbxTkIPnnC2e { width:18.125rem;height:9.1875rem;top:33.1875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #i1fOc0i1gdo0CuxZiG4zI9EHX0O55kMs { width:19.875rem;height:21.875rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EduIniEW4T5l2BgXH0T0Zf6L7Q32X71E { width:2.1875rem;height:2.1875rem;top:49.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWuH1Nuh6OVs6LIhnXpXhfXDLdF0B5Aw { width:18.125rem;height:4.5rem;top:52.75rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ALv6X0Ob8GKKtocUpUpl2obuC9rfHOqX { width:18.125rem;height:7.875rem;top:57.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx { display:block; }#QJh2yFxZ6VGA2dDmDnae5p8BON4uTTbx > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm { display:block; }#Nsp46BMNaFLl3IFt7rFS6W70DJSZTPhm > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whrZJrl3V3uWghIdLxNHMUPWazabFWpe { width:20rem;height:4.5rem;top:1.9249992370606rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MtSidPC4Tx37xcvpZZ47WTvKAO6L4lff { width:13.8125rem;height:1.3rem;top:0rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uvmrfly3n72Pkoe2PatT9UxhFW2gseao { display:block; }#Uvmrfly3n72Pkoe2PatT9UxhFW2gseao > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni { display:block; }#XLobeKKtzK3gcKZPyM7hcw2iTNvOhUni > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoJWlwZtOrNGK1s7MTQEypkqAcoiO29M { width:20rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QayTC5iEbCtXwlDLLUnlgN86hGbHfFFr { width:20rem;height:6.75rem;top:4.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CVXkXCwLzR91yOnJtdWW6ZFyCwos6V3v { width:20rem;height:4.5rem;top:12.625000953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #waI8g9vOsnvhQX5iOtNFFpRdbQddFIxT { width:20rem;height:7.875rem;top:18.375000953674rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odled2yHRf47Z6h2pE4X9IeqoQJuk5zD { width:9.1875rem;height:3.0625rem;top:27.5rem;left:0rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zMGafnkEoMCtWRlLhpZmMe1RmnIgPLkN { display:block; }
 }@media only screen and (max-width: 763px) { #CnMagvLIun0dzVLHTB6Dgk82IulXQg45 { width:20rem;height:27.125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czbo8wmBaBbq1AZIiCAwiEC4wkURX2nb { width:1.25rem;height:1.25rem;top:51.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHATo1sDPv28Rtex1kwqSixE6WxnLMG { width:15.625rem;height:1.95rem;top:50.6875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gSDa8hJeUyrLU063L7EbPBtpcwR2IWGJ { width:15.625rem;height:1.95rem;top:53.25rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s17RXuTT5uHpT09EdXhLUy69MP71tTHR { width:1.25rem;height:1.25rem;top:53.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXAyHGTvusoTfmogaShbIB0R3XcovToT { width:15.625rem;height:1.95rem;top:55.875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RI4PuTXP8tLVP4nXV4GT89xT6PD2taQ0 { width:1.25rem;height:1.25rem;top:56.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdGphsgMX8b9QktLsVNK8yrZhEhF5MC { width:18.625rem;height:15.25rem;top:34.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y { display:block; }#QF8hsg0bxx0DWUGOuJTTc718iscZ8O2y > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuoG7c1du0SqTvGobvfqUVEbVyrezQIk { display:block; }#KuoG7c1du0SqTvGobvfqUVEbVyrezQIk > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqcv6nJRlh4mqphOVmAInTnZKbwB3Eym { width:20rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rwmVWCScfISXsTmgtqgNgrGpzc2M5c8I { width:20rem;height:6.75rem;top:4.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwtzDsfQXoA8xTuU3ZAkmgWrBQlTIxQm { width:20rem;height:3rem;top:12.625000953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxdzcwoU3KQXSavieNIy0v4diMVsqBIN { width:20rem;height:7.875rem;top:16.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0tRd4M1X1Los0oiugiVaSNABvIRGr7w { width:9.1875rem;height:3.0625rem;top:26rem;left:0rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rwn6bMy95X5hhXaXqhkZAktnloxFBeuf { display:block; }
 }@media only screen and (max-width: 763px) { #fXiQGQPV2PsqCn1KBQUDJVFO3ulndEeq { width:20rem;height:20.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e01vw45ls3keQ7rzBBWg3QM9KmzSUtFf { width:15.625rem;height:1.95rem;top:41.75rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ECnAm97sDsOqwN5rMyfP1GvNwHmKb1Ow { width:18.75rem;height:7.625rem;top:32.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAVSbka5BHxGCpik4zpNyvbNodXlmAI { width:1.25rem;height:1.25rem;top:42.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebkkfiSbV3V4Kt11elSArh2cbr2IXtzn { width:15.625rem;height:1.95rem;top:47.1875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uESLPXo8uH4HCe6sadVZ7e2TzpprNLo0 { width:15.625rem;height:1.95rem;top:44.3125rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1hays7kAwsQPpO7SoizUxLNzEH3bBfp { width:1.25rem;height:1.25rem;top:44.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIM7zhiTmRxFsnxLckZVgLS1D0zoBlLn { width:1.25rem;height:1.25rem;top:47.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 { display:block; }#kTdBt7of6oOEXZXIglWF15DCDSC4B9d3 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT { display:block; }#GrP6cXROoFlSpFhRTH5F0vCONDyLFFnT > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF1z75DeXi3qP7ggbmvxllpVgHOaICc9 { width:20rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2bD5MrxkkLppDX6G0o4QrqVVp5q4f1f { width:20rem;height:6.75rem;top:4.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oz78TlZTRKkNUVoevWyQHRabGSCTT742 { width:20rem;height:3rem;top:12.625000953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nRJPmezDcVidTzJ1JJRaaXsQhkBdBTeL { width:20rem;height:7.875rem;top:16.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6I3gWh3Ws9gfeFWwOydo2MnHFBIUR5 { width:9.1875rem;height:3.0625rem;top:26rem;left:0rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #In3D4RP5nrh3fBvodZPBiifJA8hNaXSS { display:block; }
 }@media only screen and (max-width: 763px) { #tclHhyE852wNSWZoOCt6XxpSTKprOLAc { width:20rem;height:27.1875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kckVFxgsrT4XkZqqKKalw6W4vNqWWw8t { width:1.25rem;height:1.25rem;top:49.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKAtKbrixAf9vQJl4TF6xaEypy0k7mtu { width:15.625rem;height:1.95rem;top:49.0625rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #shydsg33RlLoP8EftzILpbTwyk3wSf0T { width:15.625rem;height:1.95rem;top:51.625rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwgBZ2c0ssnr79qXg4yeOuodIQQL9vel { width:1.25rem;height:1.25rem;top:52rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNz7LhVHQ2UiWqhplfDeeFl4fwzkrQMT { width:15.625rem;height:1.95rem;top:54.25rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xU44CukiHuV1mB5BM5TiDiTCT5ibwxeZ { width:1.25rem;height:1.25rem;top:54.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoT0m9pLtfGGw07UG5DnFMQBWamRqm3 { width:14.25rem;height:14.875rem;top:32.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS { display:block; }#VCF9Zp2v3X9p88LkyDIS4FAJUVngTiUS > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSDczxO9xoMIsPv8mmU20XSpuDSthEWx { display:block; }#bSDczxO9xoMIsPv8mmU20XSpuDSthEWx > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPv2auIXeEQITebFvTche3hhqnePL7l8 { width:20rem;height:6.75rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wgwKgUSDSmzOqW5O7m7zLEEVsIT9fPIl { width:13.8125rem;height:1.3rem;top:0rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfUXc9uKndLRI1expEEvLyb1Xk6DOv3C { width:20rem;height:22.5rem;top:16.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wmhGb3500D22SbrZIXlbcbfDBvvTmc0d { width:20rem;height:6rem;top:9.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa { display:block; }#MdFioug9yCHEgOoD2Hlr6p2XIWgtNWPa > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh { display:block; }#HlwZvxE8PqshbWNehVPcPUTXQfDaJTXh > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfhpBIapp1s5F0ztPwUgbwhNM3RGh4yh { width:19.75rem;height:13.9979375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX { display:block; }#VH9w2kZbWUHOfRT0fvXvhlKixCFBPdHX > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5T5d9KRMhblGla68Inqz2WTmIpISgT8 { display:block; }#c5T5d9KRMhblGla68Inqz2WTmIpISgT8 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcATlFpS5cCDxwPTsuubbKIQuD6UyFMI { width:20rem;height:4.5rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vahMqonamCPqHbUxnU3bkbskganPX7TR { width:13.8125rem;height:1.3rem;top:0rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3PN6vrHOlTFFRIw5pS2GlTtmxO1mX9h { width:20rem;height:6rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i { display:block; }#pMqa58EnSPJ2z06qcvSNeUX8FTWQ0l0i > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd { display:block; }#bGwmZ0m77PWPfv2ydz8T1VzGw5DlqTQd > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsDvloLF4RGg18bUGXoOrFKxcZrrhmdC { width:19.875rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTHqeLJOuHofQ79tTBtvyV976TabSg2 { width:18.3125rem;height:3rem;top:5.375rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VberRvwevp33w8TQB3LOZbSM5ELck1Re { width:18.125rem;height:9.1875rem;top:9rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iETaC38muKJFttqHC8Xu4hgNEfVFaJuf { width:2.1875rem;height:2.1875rem;top:1.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXOTiobDfKcurG3uzbu8Go2rpom2XoWr { width:19.875rem;height:20rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MahxVISHIwk5XcKHCJ70tFrUEDUbbuWc { width:2.1875rem;height:2.1875rem;top:24rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1n4CTzD15CGV8Tc3qWk5olOa5HPbTbv { width:18.3125rem;height:3rem;top:27.4375rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OF7gRwWaGdVgFe1tEuWudk134ceOoyFW { width:18.125rem;height:7.875rem;top:31.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yJxH8PLp6s8nw5KrObSQ898y4q0dnmn9 { width:19.875rem;height:25rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzD5ngMQ27MtpFsKvHsQ6ieSoar4yuW { width:2.1875rem;height:2.1875rem;top:45.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #iexobtZo72vKTfIk8FVPwwAeFd5klRRM { width:18.125rem;height:4.5rem;top:48.5625rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rBWqfUuN6IMft4VOr1089ethEx7cSA0d { width:18.125rem;height:11.8125rem;top:53.6875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv { display:block; }#Fv9gPhrhT5kAe3rSvE1lkb9sC7NVmIFv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 { display:block; }#ycttSTaFccFu6C8PUuPMWH2UC2XX5mh8 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaQHRrNp6BakEZmkZTJwC4yibWDPyCOb { width:20rem;height:4.5rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f4GiLnN0uXdLhPFrpZoN6DTFZoLuUP36 { width:13.8125rem;height:1.3rem;top:0rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi { display:block; }#kaVXJ4IkAza0UJmG2So1O4Qao2v73TSi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 { display:block; }#TqdUqgvbXb9dVHLnP1POM5eHCWiLvWC8 > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPcKM6aFuTadGoAwhZLvnhazEbzC9Tqy { width:20rem;height:16.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwQe6CxboCw2rxzvZ1J4txgFqHqwz7C { width:19.875rem;height:11.875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b661RVc8vNeKZzTt4kx2kBxTePcsBUsJ { width:18.125rem;height:2.4rem;top:19.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tC3rLuyPy5DVkeRVFn9xZJGtD8srmfPt { width:18.125rem;height:5.25rem;top:22.4375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Cwerw8Ts528hvefni3RLhP3W3vz69H7T { width:19.875rem;height:10.875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQt3OwuXh8Xn9GFxEdJxEQOnU9a2xXDW { width:18.125rem;height:5.25rem;top:35.1875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ehKzgv53xH1tDcFwUUwXdOZP5qnsDpFp { width:18.125rem;height:2.4rem;top:32.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X54PWzpMA5nvkJpC7wIo7nU3bZDm9GTk { width:19.875rem;height:10.875rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1cyC4bbmO0wqmJNrw4e2bgT5Vk6QacH { width:18.125rem;height:5.25rem;top:47.75rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #v5IlmvPT0T2gcNwwOLyyXTJuQIshmGxc { width:18.125rem;height:2.4rem;top:44.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC { display:block; }#AzdmFA7uNDRJX5yNxqtO0hcxkmarMiGC > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 { display:block; }#wVrPTEX3pKsawtBsl0mwiwSVyLhQhyc3 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJIJw6VlfN6afMN9KzXvMRoaaC4TmTB4 { width:20rem;height:4.5rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oTXcCd32T0aO0QBZPdyetBqZvtZJB2f8 { width:13.8125rem;height:1.3rem;top:0rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs { display:block; }#hhI1LDuW5LoMC1TfeLfZ6cvbxiRVNOhs > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG { display:block; }#RMwpqxKpKqcqggQMrlVfpe2DzxEHztDG > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ll0FIut1B1kLsCmMG2oLC9kwP2VfgEHn { width:9.9375rem;height:1.5rem;top:1.75rem;left:6.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c5vGTu9K6WM1M6rcDr77JeSURkdW4hvF { width:2.1875rem;height:2.1875rem;top:1.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMAyWgD8TL27EsLhwLIG4VekyWTMo8kc { width:12.5rem;height:auto;top:1.875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #c35NpZWzfeocpC95vD2EgsHsSmrfa6SL { width:8.1875rem;height:1.875rem;top:2.125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #elHrzaBUs1RyHyKEyclq0nBkpwOdTSBc { width:15.625rem;height:6.25rem;top:0rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGzSpgHmf3IhsgJ4XEymRJEv3n59Bmzt { width:15.625rem;height:6.25rem;top:0rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 { display:block; }#mUHd20aQoo3VeFDqHQOh1G00xl5SRtw4 > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlTTixHTzAddWDNeuvbKnbKux2Ad2FAG { width:18.125rem;height:1.2rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qFNwpik4M6ieMupPOaGlHcpBlv0dgRKT { width:18.125rem;height:2.625rem;top:3.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W70B2qzyJBb3Zm554XlJ1moexkJNINGS { width:8.75rem;height:2.4rem;top:8.4375rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #RKWouTwHWmKkKDMTUWXTDEzhwkP4meaR { top:8.9375rem;left:2rem;width:6.0625rem;height:1.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kb86qggbM20OhrKetaO1aktqMKTtTqNZ { width:10rem;height:9.375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfE0RPmcF2mCdEPNshhRdMJ6mN5TsnT2 { width:10rem;height:9.375rem;top:6.9375rem;left:10rem;background-color:#282828;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ay9Z566BqndIKxmuRmicqdurHzCiDkGl { width:8.75rem;height:3.375rem;top:10.9375rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PTNMSiIX9FCZMmOwHbzTLGXCvTkilWib { width:8.75rem;height:3.375rem;top:11.4375rem;left:10.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE { display:block; }#k3BdTOHdN8BpciJDddfJOAIQyMZmVPkE > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMRzGeOt7xWOtXsg2beFCzH6TltWTQyl { width:18.125rem;height:1.2rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eDIw96dCPVKbnXPgkZxAQX6PBbzByQas { width:18.125rem;height:1.3125rem;top:3.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OnopwSEOVTBDcJ1Dtutki80yt8WwroqD { width:8.75rem;height:2.4rem;top:7.0625rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dMnrhlCz1EaT094Nf36sunaDeAPxPc7s { top:7.625rem;left:2rem;width:6.0625rem;height:1.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6tLfCsGys9nH1gEHRZ5A5wODZDuC7wD { width:10rem;height:10rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkDDnIe7RqLT4iTyXTypVXdhLevKDx6B { width:10rem;height:10rem;top:5.625rem;left:10rem;background-color:#282828;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zb0hFM8Ty4tcBlx3LcTGkXq0GptGyy4F { width:8.75rem;height:2.25rem;top:9.625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qnwkxZeteJoFZvxBuWrhMWAGLTRQJWuh { width:8.75rem;height:4.5rem;top:10.0625rem;left:10.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JwvhsESp12Qs4bTfN0E8oobUoROD3N3h { display:block; }#JwvhsESp12Qs4bTfN0E8oobUoROD3N3h > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfOO1q7HcC3E6qlpN7srWP0pTON6dUEN { width:18.125rem;height:1.2rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #clsyhprUs0OFoubeAKakBqTb7M8ui6o4 { width:18.125rem;height:1.3125rem;top:3.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U1igRm4d0CtF7qnBs2RIT2i7JgzM3i4f { width:8.75rem;height:2.4rem;top:7.0625rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Pft1vAqrmJkfblu1OFM7p1NhkekTGTlo { top:7.625rem;left:2rem;width:6.0625rem;height:1.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MBoRSv4kMQ0SuPHaRk8nuiGye2VnOT5S { width:10rem;height:10rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhucwsr7XTEewOCsTJkzIXg7VZznOOpV { width:10rem;height:10rem;top:5.625rem;left:10rem;background-color:#282828;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U5AcsrZpPpb7PRxSnnFNoH2w9iQP72Xz { width:8.75rem;height:2.25rem;top:9.625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ubIa1wkCrNHJi3vonTsCLTIsbbvXPSsA { width:8.75rem;height:3.375rem;top:10.0625rem;left:10.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM { display:block; }#RO9TFhd8P23x6r7TTnTxyv3Okp9MS4WM > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrBCXv1N8edfPwxXAxVBSbNyeSVFNWq { width:18.125rem;height:1.2rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e8KXuQ97OtRI7ptn56fOrowqDimqT5uO { width:18.125rem;height:1.3125rem;top:3.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dPFUWqxDF9q1L3aHWbTZtNUJAU9cIO0G { width:8.75rem;height:2.4rem;top:7.6875rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #koakpcuD7kMVEuCtG6kTqXOTOhMrMLUL { top:7.625rem;left:2rem;width:6.0625rem;height:1.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pBbS6n8TJhHeWtMt9rXP6mQsOfSxhVKI { width:10rem;height:10rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H55Q4TbheOtvcBg0ygnLFgW1uMhwAkWK { width:10rem;height:10rem;top:5.625rem;left:10rem;background-color:#282828;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hMAdhDZKBAu3NUlBPrxC1K0WeeuA8G46 { width:8.75rem;height:3.375rem;top:9.625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KmE1Tq9UZpVg1dBgmxf6JrpCTzPevCDR { width:8.75rem;height:3.375rem;top:10.6875rem;left:10.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG { display:block; }#usoBEIQCPUro4TZ1gChJDBwqTVwpHPLG > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRk8DoG2bJ304dWa0FGOSwxzi4BWX0Vk { width:18.125rem;height:1.2rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MIzTzDAHhOJL7qQz5GXsmO9eFoTERR45 { width:18.125rem;height:1.3125rem;top:3.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ByBelGiKUGwZIRZt6PlRLQkGpCVXkF4y { width:8.75rem;height:2.4rem;top:7.6875rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #n1qRmxEkKk84UNfnKWvK9v9v9FFSlx76 { top:7.625rem;left:2rem;width:6.0625rem;height:1.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tPSI06vFdbIVdWv5V4yGOiXIviOShTeM { width:10rem;height:10rem;top:5.625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkHisWbctH0zS8A3NacwbpyJIi506za5 { width:10rem;height:10rem;top:5.625rem;left:10rem;background-color:#282828;background-image:none;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkqmV3qHLou7WL325igh5zRhioO175S { width:8.75rem;height:2.25rem;top:9.625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ILPZKQmKISAWuhKkiHuTDLIROkcDs70A { width:8.75rem;height:2.25rem;top:10.6875rem;left:10.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO { display:block; }#KdH4RrXTAL18uwmWuNKTuvd0BbcoLdaO > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi { display:block; }#g7JAJwvUa2TqHGi0rO3bV1N531y3MGAi > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCSdKV3Pp5PLTJI3ZbJgah9v7rBHqauW { width:20rem;height:4.5rem;top:2.5500183105469rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iWiG5WeKZ1rd2msJWrge88bH128ybL3q { width:13.8125rem;height:1.3rem;top:0rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw { display:block; }#SGJm3EZFX0wpgvmHrXyyaw1aqveVRkvw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 { display:block; }#ipausLZi9D6AGp8fQ0XoeBsCbbcVc2U8 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkbfDAB6qfGdABg1fK6AOXL0UiZGRFBn { width:20rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql { display:block; }#IB1AVdJX2VvuAGntDn6EqSTfhiw2T9ql > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu { display:block; }#EuoS4JEG9tUWFb4RRzBDRmA9QaLKUNeu > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4K89E0R0KhkEQ0csyGFAAwiP249pkmM { width:20rem;height:22.5625rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #riBGoTH0nDSv7ARQPC9y4P804thvW7tu { width:18.125rem;height:7.06875rem;top:3.0625rem;left:0.9375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsHxZ7gBsX7ayFvdI5Dzc9dtFtJA0K8k { width:7.375rem;height:2.5rem;top:17.125rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDVVul1GpyrIG74yQ2ki5XLM5ZhrOXCm { display:block; }
 }@media only screen and (max-width: 763px) { #d4mg7SUTpDOzJsSxJMtd03MSD0SHNeZH { width:7.27083375rem;height:2.39583375rem;top:17.1875rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHafPTfrOTExwcOcfXn9OCtoi8BZeTab { display:block; }
 }@media only screen and (max-width: 763px) { #hkdz8HkuSD3T9hVIKBJqZF5EUnzdOBGH { width:18.125rem;height:5.25rem;top:10.6875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG { display:block; }#R2aEoRB2Am3KpgFDvXhOTTXD0grOUSMG > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 { display:block; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQHpgSbtCEWtBxObMfx8WTuPcwlICCL1 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;display:block; }
 }