.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,239,217;--color-primary-1:244,202,128;--color-primary-2:232,148,1;--color-primary-3:116,74,1;--color-primary-4:35,22,0;--color-secondary-0:232,247,255;--color-secondary-1:133,208,251;--color-secondary-2:51,177,249;--color-secondary-3:0,158,247;--color-secondary-4:10,35,50;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,252;--color-tertiary-2:242,243,245;--color-tertiary-3:121,122,123;--color-tertiary-4:24,24,24;--headlines-font-family:"DM Sans";--paragraphs-font-family:"DM Sans"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05111d;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; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container { background-color: transparent; background-image: none; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container > .video-iframe-container { display: none; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row > .video-iframe-container { display: none; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .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); }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container { border-width: 0; border-radius: 0; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#hr5bK1ODFRcNkSSkSWhm1bpB0hQUViiA { 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.25rem;width:7.0625rem;top:1.6547310352326rem;left:3.5731334686279rem;overflow:hidden;display:block; }
#DJyZJzLS9LIWglr91chTUR31kKBlSXgG { background-color:transparent;background-image: -webkit-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(254deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(254deg, #0183fe, #0b5cd6);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.93728125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.96679693460463rem;left:59.375001907349rem;display:block; }
#hI8c5eKTlRren0dP2UIGtzesk8n818Ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhI1PQuO7QugZ5Ac1o3A6UevzsPMmQBH { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.24);border-left:0.0625rem solid rgba(255,255,255,0.24);border-right:0.0625rem solid rgba(255,255,255,0.24);border-bottom:0.0625rem solid rgba(255,255,255,0.24);border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.15886125rem;height:2.90928625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.974392414093rem;left:50.622835159302rem;display:block; }
#uiI1RIERnPlGtexFCFbMSfs4ETAWIrRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTrzxSTUZepJhegXSqEJ2IqpyZAnB8rZ { color:#ffffff;display:block;width:7.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.787109375rem;left:34.9990234375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LpqkBzskpbb8Npope3ODgphZS5iK1OVS { color:#ffffff;display:block;width:7.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.787109375rem;left:41.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TQRQ5Tg1hVU6OScFbOum7vBQ2fKlXTb3 { color:#ffffff;display:block;width:7.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.787109375rem;left:28.8134765625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container { border-width: 0; border-radius: 0; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#iypWKDF9xZcfGckwArBqgIyyo8Javd0p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.125rem;top:1.9677734375rem;left:1.02294921875rem;overflow:hidden;display:block; }
#vKEpIAkXUkM2TQB19NnKRONVVq7K7gOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.53076171875rem;left:28.75rem;display:none; }
#gGCB3wyx57s26q0ZN4kmTCeGWtGPyehx { color:#000000;display:block;width:6.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.1875rem;top:4.5rem;left:6.5625rem;display:none; }
#UoVcANEtkFrGC6skQ4rWgfHTPIVOK9do { background-color:transparent;background-image: -webkit-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(254deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(254deg, #0183fe, #0b5cd6);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.93728125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.96679693460463rem;left:59.375001907349rem;display:none; }
#RG4fZ0sm1TX8zMatfJeTx1g4CGN0GJZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvyT9L63pcXhezvPxOynzt3BpFokl7Qd { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.24);border-left:0.0625rem solid rgba(255,255,255,0.24);border-right:0.0625rem solid rgba(255,255,255,0.24);border-bottom:0.0625rem solid rgba(255,255,255,0.24);border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.15886125rem;height:2.90928625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.974392414093rem;left:50.622835159302rem;display:none; }
#onqTHwiGfTwgZoQhieEyahkBndoQbTUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:url("https://images.assets-landingi.com/uc/7e32a232-32cc-4556-bda8-82969cc44cd0/Desktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ.adaptive-delivery-prevent-bg, #JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ.lazyload, #JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ.lazyloading { background-image: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container { background-color: transparent; background-image: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container > .video-iframe-container { display: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row > .video-iframe-container { display: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .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); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container { border-width: 0; border-radius: 0; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#nHIQNkpI4ykN04xaKvTrSGhw7MV0copI { 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:7.8125rem;width:25.1875rem;top:6.3125rem;left:7.5rem;overflow:hidden;display:block; }
#hR6W8NXqpAe5O2TDyCIPI1h9OMkilbdf { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.311633110046rem;left:7.5rem;height:10.2363125rem;display:block; }
#vROTTqOwLD0slyKqKmO6gCSJHDKtAclo { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.1875rem;left:7.5rem;height:4.38574375rem;display:block; }
#Xg91x60NDkSIioUSM0ZHyTAiHofRnPai { position:absolute;display:block;z-index:15003;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.4375rem;width:1.4375rem;top:31.25rem;left:7.5rem;overflow:hidden;display:block; }
#HGEJyTfSwzMTTk5FbmOTlWyzalRkM5VS { color:#ffffff;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.25rem;left:7.5rem;height:1.2999125rem;display:block; }
#m32C516izFxf2F6m52smnHk3A0SNPleg { position:absolute;display:block;z-index:15005;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:1.375rem;top:33.6875rem;left:7.5rem;overflow:hidden;display:block; }
#PxmfOvI7yLD1KFg5EEIKyNvPWCwUEsEq { color:#ffffff;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.6875rem;left:7.5rem;height:1.2999125rem;display:block; }
#l6bVpyWBZ7Wwfdi815rH8griQfdmKCR8 { color:#ffffff;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:36.0625rem;left:7.5rem;height:1.2999125rem;display:block; }
#H6C8J9t6ZFPmubZUdguxJ1dVopNdhLiJ { position:absolute;display:block;z-index:15007;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.3125rem;width:1.3125rem;top:36.0625rem;left:7.5rem;overflow:hidden;display:block; }
#TBd6HcbdFBzRCVtiN7JkkZyAMvKA77Tv { background-color:transparent;background-image: -webkit-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(254deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(254deg, #0183fe, #0b5cd6);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.9375rem;left:7.5rem;display:block; }
#htfArby33Ssa8UaIKgeJsJZFffcT5ptV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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:none; }#lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 > .row .container { border-width: 0; border-radius: 0; }#lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:none; }#wTCiWS02MNTpd0nGnaCwuKBQRdHJSPfu { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8732643127441rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#GlanALphneAPDlMuoDVsNOJn8LstAOT9 { color:#1f2937;display:block;width:61.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.184245109558rem;left:6.936851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#bqx3UFRtvyIFoy0mzGN29eRzafgi2O4D { 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:4.3125rem;width:75rem;top:8.5405826568606rem;left:0rem;overflow:hidden;display:block; }
#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container { background-color: transparent; background-image: none; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container > .video-iframe-container { display: none; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row > .video-iframe-container { display: none; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .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); }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container { border-width: 0; border-radius: 0; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#hvxNge8tvhm7nizrS7lyKRlDWULbZ0ro { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:19.124375rem;width:75rem;top:2.4370660781861rem;left:0rem;overflow:hidden;display:block; }
#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { background-color: transparent; background-image: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container > .video-iframe-container { display: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row > .video-iframe-container { display: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .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); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { border-width: 0; border-radius: 0; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row > .video-iframe-container { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#s9BtpdSbt0mvlS9wvdlOrdHQWsHtnaVg { 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:18.6870625rem;width:29.3120625rem;top:0.43511295318604rem;left:38.060983657837rem;overflow:hidden;display:block; }
#FpnrO5biUOG1hmGCFdMnMvMJKVir29oE { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:5.9375019073486rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#CyWtgMcPo14RiTurA1FzRmAdEhxUMnRB { color:#ffffff;display:block;width:30.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125rem;left:5.9375rem;height:4.38574375rem;display:block; }
#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container { background-color: transparent; background-image: none; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container > .video-iframe-container { display: none; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row > .video-iframe-container { display: none; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .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); }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container { border-width: 0; border-radius: 0; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container { background-color: transparent; background-image: none; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container > .video-iframe-container { display: none; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row > .video-iframe-container { display: none; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .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); }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container { border-width: 0; border-radius: 0; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#WknNgxqIZfk4RzXbshts1yD47cnLUKu8 { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1030817031861rem;left:21.718751907349rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#nSTft8TvdKQ5exTFTyOWaWkwHtvKaX7R { color:#0b5cd6;display:block;width:32.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8721790313721rem;left:20.999349594116rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#L0qWCzSp86CzuaymeLCKf7U1Qa3qqOMw { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:75rem;top:11.665574073791rem;left:0rem;overflow:hidden;display:block; }
#qydNOkqi7W3y3EpreSQTOhXCekz531l6 { color:#1f2937;display:block;width:43.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.029298782349rem;left:15.655382156372rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#MBzXqX3ZXgiq8nM42g077f64ZHeeGRoi { color:#000000;display:block;width:16.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.414714813233rem;left:3.7803821563721rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aA7imuexr01xEh6ACzRZzRBWe36R328Z { color:#000000;display:block;width:20.499125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.413629531861rem;left:27.249351501465rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fvvJWAaku4kSP653EeAcC78khhtf09U6 { color:#e7000b;display:block;width:16.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.414714813233rem;left:53.997400283814rem;height:;text-align:center;text-align-last:center;display:block; }
#TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 { color:#545f7d;display:block;width:21.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.464193344116rem;left:1.4344615936279rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }#TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 li:before{  }
#Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.833333969116rem;left:1.4366321563721rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }#Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa li:before{  }
#q00ps992J4eRpKzDoTuIbKps1hBmA1po { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.332681655884rem;left:1.4366321563721rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }#q00ps992J4eRpKzDoTuIbKps1hBmA1po li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q00ps992J4eRpKzDoTuIbKps1hBmA1po li:before{  }
#mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.830945968628rem;left:1.4366321563721rem;height:;text-align:left;text-align-last:left;display:block; }#mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO li:before{  }
#ndlPkeeszzAwkomruKgQIqAaVOVfPI6O { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.464193344116rem;left:26.432291030884rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }#ndlPkeeszzAwkomruKgQIqAaVOVfPI6O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ndlPkeeszzAwkomruKgQIqAaVOVfPI6O li:before{  }
#iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.062936782837rem;left:26.431207656861rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }#iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH li:before{  }
#TLPnlKsyzitFKTAShlSobJEISCZdIG7D { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.102212905884rem;left:26.431207656861rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }#TLPnlKsyzitFKTAShlSobJEISCZdIG7D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TLPnlKsyzitFKTAShlSobJEISCZdIG7D li:before{  }
#wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.700956344604rem;left:26.431207656861rem;height:;text-align:left;text-align-last:left;display:block; }#wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy li:before{  }
#lQxBiu3nWu87XFH4hBTudDLs3FVxRQbR { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.464193344116rem;left:52.493494033814rem;height:0;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; }
#ssteizsQc7NPlAmPpgIiIo6wJcxrEv6W { color:#545f7d;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.464193344116rem;left:51.653650283814rem;height:1.2999125rem;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; }
#mJCFTUAIJgUFfMErto9vRBO1TEiS6Th7 { color:#545f7d;display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:53.6875rem;height:1.2999125rem;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; }
#eRXsEhVGtVP229zPUa3A26AbNVorxked { position:absolute;display:block;z-index:15010;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:20.0625rem;left:51.625rem;overflow:hidden;display:block; }
#tZFLb9E2PUBgMeH1ZXZdJv4KloqQvohV { color:#545f7d;display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.202691078186rem;left:53.997400283814rem;height:1.2999125rem;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; }
#iErQ4g8PO7cOGgihCuoURSfS3Epuvucr { position:absolute;display:block;z-index:15011;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.49956875rem;width:1.49956875rem;top:22.125435829163rem;left:51.662546157837rem;overflow:hidden;display:block; }
#fBDCMthT5pSpaVT2XmF146sLJ6MAAP8A { 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:1.49956875rem;width:1.49956875rem;top:24.125870704651rem;left:51.662546157837rem;overflow:hidden;display:block; }
#y5y02uVeHxdxJ7B2NFCXSTTfy8bNnqIb { color:#545f7d;display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.269097328186rem;left:53.997400283814rem;height:1.2999125rem;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; }
#atUiRTX2rlUbxqmxaFecFRVZEdBduWWz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xdmz9iHhTv4y1ocWXVKDXt1oe0UGwJ23 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#CaRZ0qBcGIOafvmeMwAcADZ2KOBAohuH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ipTWfqPkUt8loZqlZLvbhF3qt45EQG9D { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SiJtr1hMAov40UA5gkN9TGTb6bniJ4Gl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NqsL5lChBeLLHGedQAi4IR9rHOOffmKT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bd031646-2f03-4ae0-9b3d-9f0f9799cde9/Frame1410092199.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq.adaptive-delivery-prevent-bg, #TT1phhQlAooQ67HaWrae3dSpLhEzgOpq.lazyload, #TT1phhQlAooQ67HaWrae3dSpLhEzgOpq.lazyloading { background-image: none; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container { background-color: transparent; background-image: none; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container > .video-iframe-container { display: none; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row > .video-iframe-container { display: none; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .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); }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container { border-width: 0; border-radius: 0; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#aS5VumKqlGITqR5WicKXWwucPo8bVwFP { color:#ffffff;display:block;width:27.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2912330627441rem;left:4.0115013122559rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#C9zTFx6QrKwxXByyqqez8x2hrbbRvIkc { color:#ffffff;display:block;width:30.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9411897659302rem;left:40.887586593628rem;height:2.923825rem;display:block; }
#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container { background-color: transparent; background-image: none; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container > .video-iframe-container { display: none; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row > .video-iframe-container { display: none; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .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); }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container { border-width: 0; border-radius: 0; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#RywpwvW4VLS7SBHF4ch8dUTeFxN9QVq3 { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:21.75rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#zksnIlLbayDO2SIdph500OoyXVCILqp1 { color:#1f2937;display:block;width:43.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.6875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#dOfzD2XPAgUt3oX14HOBotraE2Uii0te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container { background-color: transparent; background-image: none; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container > .video-iframe-container { display: none; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row > .video-iframe-container { display: none; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .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); }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container { border-width: 0; border-radius: 0; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#xZtr9iwC1bK3Tmp1JtpAD0rVtKnP1Eku { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.25rem;height:3.3311625rem;text-align:left;text-align-last:left;display:block; }
#So5plVdUvpZaPRnJ4crXWbXgiKIbM0JU { color:#686868;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:7.25rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#kq88ezn3uzuBsC9gD1vUP0wLxPpecT9p { color:#545f7d;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:7.25rem;height:5.199225rem;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; }
#U6Ws25We8VsvtdOpkLPppMRrLAzHsPTu { color:#0b5cd6;display:block;width:25.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:7.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u6dO87rat62VhTKedOD3H7EVwJSsWZ8o { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.375rem;width:30.061875rem;top:4.4997844696045rem;left:44.938150405884rem;overflow:hidden;display:block; }
#rkHKKA7IxKzUBWXOUagy347N9T3TDZRJ { box-sizing:content-box;height:28.4375rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.12478256225586rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container { background-color: transparent; background-image: none; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container > .video-iframe-container { display: none; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row > .video-iframe-container { display: none; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .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); }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container { border-width: 0; border-radius: 0; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container { background-color: transparent; background-image: none; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container > .video-iframe-container { display: none; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row > .video-iframe-container { display: none; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .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); }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container { border-width: 0; border-radius: 0; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#uGP6P1cQaH0CaFKzfzHafV2z27sQIwdN { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:37.8125rem;height:;text-align:left;text-align-last:left;display:block; }
#qy7XEr8GzdFdOzgzGJvwIGnteHBu7Cth { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:37.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#c507b13s5FZuqKv0JVVHyBkenBKv0VD9 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:37.8125rem;height:5.199225rem;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; }
#stKOAdCJkTgHnazBuHFTnJNgWnOxOcfD { color:#0b5cd6;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hz0eVzNLkJKuFsko6ZNprMKfvTL7TxSH { position:absolute;display:block;z-index:15010;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:26.9998125rem;width:31.25rem;top:1.7489156723023rem;left:3.7250423431396rem;overflow:hidden;display:block; }
#U21rqqN8Fs1ThOq3J6tymhCRgUkA7SO9 { box-sizing:content-box;height:28.3745625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#0d0a1b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.24848079681396rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#erNzJTaX4DtOHXqzHswosMk6WBEgtZuJ { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9364128112793rem;left:37.812503814698rem;height:;text-align:left;text-align-last:left;display:block; }
#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container { background-color: transparent; background-image: none; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container > .video-iframe-container { display: none; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row > .video-iframe-container { display: none; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .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); }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container { border-width: 0; border-radius: 0; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;position:relative;display:block; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container { background-color: transparent; background-image: none; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container > .video-iframe-container { display: none; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row > .video-iframe-container { display: none; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .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); }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container { border-width: 0; border-radius: 0; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#Aole2EtJpVRClc1FHmNt3za8SiU2CZSn { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.1875rem;height:3.3311625rem;text-align:left;text-align-last:left;display:block; }
#CKJQNxqLBvL7R6khbihyfRESFeyelKuf { color:#686868;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:7.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#SkZLhOBq6HFFNXR4TKUnKhuaExtcho4U { color:#545f7d;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:7.1875rem;height:5.199225rem;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; }
#wiDp4vEU7y9cxTqE3rPziPGEyHWG9bgN { color:#0b5cd6;display:block;width:25.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:7.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrTrXE5o2Nd0zTPfWKTb2Scl2JIQmnf4 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.125rem;width:34.9375rem;top:5.7497825622559rem;left:40.062936782837rem;overflow:hidden;display:block; }
#pRiNHgv0GHK3y6DCfMbseTslmLpSag3f { box-sizing:content-box;height:28.4375rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6239128112793rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container { background-color: transparent; background-image: none; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container > .video-iframe-container { display: none; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row > .video-iframe-container { display: none; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .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); }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container { border-width: 0; border-radius: 0; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container { background-color: transparent; background-image: none; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container > .video-iframe-container { display: none; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row > .video-iframe-container { display: none; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .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); }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container { border-width: 0; border-radius: 0; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#lw9Hber47FZ1S56AO3UnmSU2UeRpV8rK { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.3125rem;height:3.3311625rem;text-align:left;text-align-last:left;display:block; }
#P1bU2vwQmeKDg2RhBXaTCcBKnoO0gsAa { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.1875rem;left:7.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#xeS0mQ11qpXgcd5Ovz5gsGdxcXDUzowR { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.3125rem;height:5.199225rem;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; }
#rCQAD4ExUSn8uFoWT6TRVprOED8BlOCE { color:#0b5cd6;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LB48GuyTeZ4WnpA928Hh7Cw8WQV9pXdh { position:absolute;display:block;z-index:15010;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.874375rem;width:29.249125rem;top:0.50021743774414rem;left:41.477869033814rem;overflow:hidden;display:block; }
#WKfMgqWqe3nwQkdQSxNVzEZI66xQLo2q { box-sizing:content-box;height:28.9995625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#0d0a1b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container { background-color: transparent; background-image: none; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container > .video-iframe-container { display: none; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row > .video-iframe-container { display: none; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .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); }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container { border-width: 0; border-radius: 0; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container { background-color: transparent; background-image: none; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container > .video-iframe-container { display: none; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row > .video-iframe-container { display: none; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .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); }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container { border-width: 0; border-radius: 0; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#mQrpy6zVH9dH7qfUgpsC1HcnD5T8cR4C { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:37rem;height:3.3311625rem;text-align:left;text-align-last:left;display:block; }
#Wo0tcBQGbcclbW3GO0G8P2EtsqgSVlrJ { color:#686868;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:37rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#hTxtQ0HKTgsUL7i7HEkcL3Bv6ofDXGLP { color:#545f7d;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:37rem;height:5.199225rem;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; }
#qaMsADAHLdEbti5AfW4uhFtIBiaxX7T1 { color:#0b5cd6;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4cBO2illp4KX7RFz3tQoFh2SIKcO3kN { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.75rem;width:30.6875rem;top:4.0618495941162rem;left:0rem;overflow:hidden;display:block; }
#hJk2oQgb18XnpQd6iPN2gmXTMnizL1y3 { box-sizing:content-box;height:28.875rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container { background-color: transparent; background-image: none; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container > .video-iframe-container { display: none; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row > .video-iframe-container { display: none; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .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); }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container { border-width: 0; border-radius: 0; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container { background-color: transparent; background-image: none; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container > .video-iframe-container { display: none; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row > .video-iframe-container { display: none; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .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); }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container { border-width: 0; border-radius: 0; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#DtnSigNA6OZtAeurF0e0DQsQaF03tkt4 { color:#000000;display:block;width:33.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.875rem;left:4.6875rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#UNLigge2GtsSVonsg5F4m7H7BcqRvQfU { color:#686868;display:block;width:25.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:4.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#wpZHoD3oWEUZQBk37v4ueUVLuCn8BU8J { color:#545f7d;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.6875rem;height:6.49903125rem;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; }
#dBB7IwDUxZ2Ucysu7piz4M7fofxiwDgC { color:#0b5cd6;display:block;width:36.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.375rem;left:4.6875rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcScpV734rqCS5KPk4zP0FoxOhIoWa6n { box-sizing:content-box;height:7.125rem;width:33.0625rem;position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:4.6875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#NNmNUTK0EamXwyI7XfUZx7IH4bAU87Wn { color:#545f7d;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.9375rem;left:6.375rem;height:5.19921875rem;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; }
#nHARazPULSWueRmhn4Cg5BGt4qeTxeN0 { position:absolute;display:block;z-index:15011;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:33.5625rem;width:33.5625rem;top:0.56098914146423rem;left:41.437719345093rem;overflow:hidden;display:block; }
#TIXaTsn1tZBSUPEMUC169gdmrmnkTWhq { box-sizing:content-box;height:34.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container { background-color: transparent; background-image: none; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container > .video-iframe-container { display: none; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row > .video-iframe-container { display: none; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .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); }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container { border-width: 0; border-radius: 0; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;position:relative;display:block; }#MquoV7T40JaycQPXotfXUFq7JdnbvT7W { color:#1f2937;display:block;width:43.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:10.311415433884rem;left:15.655382156372rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#XJdxkJDChEZLXR39HPB8ErbGTI0umTQv { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9366321563721rem;left:24.748264312744rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#c1liBE9q1hBFazBerX4DyGrctSN0QRic { position:absolute;display:block;z-index:15009;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.0625rem;width:47.5625rem;top:14.998915672303rem;left:13.135850906372rem;overflow:hidden;display:block; }
#ABCA3adAlmmtUHlCUvVGSaTMFKDNfZvN { color:#545f7d;display:block;width:62.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:43.75rem;left:6.6875rem;height:3.89941875rem;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; }
#tlOp2lfOOTv2uLTfHE4p6iSA0hRUJHP1 { box-sizing:content-box;height:5.0625rem;width:65rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.125rem;left:5rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#vqfbJG0p2ZodG6yzaZLHaVvvcfvmhLFE { color:#1f2937;display:block;width:43.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:49.310983419418rem;left:15.655382156372rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container { background-color: transparent; background-image: none; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container > .video-iframe-container { display: none; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row > .video-iframe-container { display: none; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .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); }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container { border-width: 0; border-radius: 0; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#bVMM1XezkCTMF3xliWH1DsNTDBD95ibd { color:#545f7d;display:block;width:28.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.980903625488rem;left:36.999784469604rem;height:2.5996125rem;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; }
#KHa2kkwThZc962eqIyRxAuaa6TA04TkM { color:#686868;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:37rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#x4EO9nx3nxrs4nSXx6mLheZ7V3InPsuu { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.375rem;left:37rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#m54nin8gHyh3raoBZS1NsQ2xxIFeuGgh { position:absolute;display:block;z-index:15015;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:23.3125rem;width:29.1875rem;top:5.4904246926308rem;left:3.3235664367676rem;overflow:hidden;display:block; }
#H1zaw9EvvxHlTTSm6pCT2o6PNf32aEzF { color:#545f7d;display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15rem;left:40.125rem;height:1.2999125rem;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; }
#TGDH1UXXKhcaZTIo1PNTsp4GrcoE8nb8 { color:#545f7d;display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.25rem;left:40.125rem;height:2.5996125rem;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; }
#wdM76BALSBkeRmFaVNX5oCoWe8LLWEkS { color:#545f7d;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40.125rem;height:1.2999125rem;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; }
#igFh30P3rGHaWffIoZBUPRgqLyFTWLci { color:#545f7d;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.875rem;left:40.125rem;height:1.2999125rem;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; }
#yWxyqTBoQXV9ATbAPrcEMLBv68cU8Rgp { position:absolute;display:block;z-index:15027;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.99978125rem;width:1.99978125rem;top:14.5625rem;left:37rem;overflow:hidden;display:block; }
#K25Q2ny6wK8eBGKcCPawZtouEmsiFcPz { position:absolute;display:block;z-index:15028;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.9987rem;width:1.9987rem;top:17.5625rem;left:37rem;overflow:hidden;display:block; }
#I586AzcRxwea5OWUsDJpOetp9k2TdR5k { position:absolute;display:block;z-index:15029;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.9987rem;width:1.9987rem;top:20.0625rem;left:37rem;overflow:hidden;display:block; }
#MM90cPtchlOT9ztD33bl5p3g4tJrvpFy { position:absolute;display:block;z-index:15030;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.9987rem;width:1.9987rem;top:23.5rem;left:37rem;overflow:hidden;display:block; }
#zxckVbdetLzTMl9G3Esp7VMCTeLL1SwV { box-sizing:content-box;height:3.4375rem;width:33.0625rem;position:absolute;display:block;z-index:15012;background-color:#e9e9eb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:36.875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#TXITXqIvBFse1ykRIBM0fadwuPN9Hz4D { color:#545f7d;display:block;width:30.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.434897959233rem;left:38.311632156372rem;height:1.2999125rem;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; }
#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container { background-color: transparent; background-image: none; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container > .video-iframe-container { display: none; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row > .video-iframe-container { display: none; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .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); }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container { border-width: 0; border-radius: 0; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#bbBW5xI77FwHT4vOrowv10goepSnoStT { color:#000000;display:block;width:52.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8736991882324rem;left:11.280384063721rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#qCiKKtGT6GF0nqf0GNybJZBzcvS8XpTm { position:absolute;display:block;z-index:15003;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:36.3125rem;width:18.5625rem;top:8.1875rem;left:8.9375rem;overflow:hidden;display:block; }
#Fa18febBs9O7Gk5LAUmFyTfQrHJzwf5S { position:absolute;display:block;z-index:15002;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:36.25rem;width:18.5rem;top:8.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#oPWKMZ7TUFbKJoWP2H1PXNUxZ0IiKsrr { position:absolute;display:block;z-index:15001;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:36.125rem;width:18.4375rem;top:8.1875rem;left:47.625rem;overflow:hidden;display:block; }
#XfcNnJom8Zx8kbz26HLGbSI6DHA6A8ff { color:#545f7d;display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.748693466186rem;left:10.379776000976rem;height:7.7988125rem;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; }
#JNWruaNCN7IymNTZLb4E6RifioyIMbPV { color:#545f7d;display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.749778747559rem;left:30.405818939209rem;height:7.7988125rem;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; }
#y3XeJbdPyCmmouTk1PCxeZwaDVGl4NUT { color:#545f7d;display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.562494277954rem;left:48.999568939209rem;height:6.499rem;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; }
#lS9Fd6ZmDOkTAu5wPMWvD0UKJl2zi2PX { color:#ffffff;display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.0625rem;left:11.125rem;height:3.89941875rem;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; }
#IL37cpAGGsllqvh1GQk2Qpo5cDk91ZhM { color:#ffffff;display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.0625rem;left:30.375rem;height:3.89941875rem;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; }
#xI8tn8wOxsV05AcrfU3zl2syZUwzaOrF { color:#ffffff;display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.0625rem;left:49.75rem;height:3.89941875rem;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; }
#N6KwhaMzAAfQw8xBtbsk55RDD3kTGUqg { color:#0b5cd6;display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.427301406861rem;left:10.379774093628rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#pToRT6g58ivAtOlPBei6MiTUgITXZcLN { color:#0b5cd6;display:block;width:7.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.427301406861rem;left:19.569227218628rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#ITWrsBvW1sxH5odCb2Ki8hE2tl8qITIJ { color:#545f7d;display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.376085281372rem;left:10.379774093628rem;height:1.2999125rem;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; }
#PySqaXqBoEI2JxVP4CyO91SFQxFlcW54 { color:#545f7d;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.376085281372rem;left:19.569227218628rem;height:1.2999125rem;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; }
#H6Fzwggq52b3zlFlf0ZLLVKoZ9ZLwI8b { color:#545f7d;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.750001907349rem;left:38.311632156372rem;height:1.2999125rem;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; }
#e13bk0KehZtgiP5w65niXZvbnEXiOBJo { color:#545f7d;display:block;width:8.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30.375rem;height:2.5996125rem;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; }
#tnqLUOsRoTgyN4aGucq4FmXyzEwr8DRl { color:#0b5cd6;display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:30.375rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#aokSE0xy1JN5OVlcLRHaAXmPSCCkT8sQ { color:#0b5cd6;display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.812067031861rem;left:38.311632156372rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#zZUA5POvDWEqynHxOT2n3qXHM25gQchx { color:#545f7d;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.750001907349rem;left:58.186853408814rem;height:2.5996125rem;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; }
#RefJO43clxA9LgqATRAqqGT7Bo0REeDG { color:#0b5cd6;display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.812067031861rem;left:48.999567031861rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#yeJESHZi0vqVVFbkJCPy7bUGM9tASKSN { color:#545f7d;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.750001907349rem;left:48.999567031861rem;height:2.5996125rem;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; }
#f0WsqxAZVQko4CJXBBacSPssZvREFkz5 { color:#0b5cd6;display:block;width:7.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.812067031861rem;left:58.186853408814rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;background-image:none;position:relative;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container { background-color: transparent; background-image: none; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container > .video-iframe-container { display: none; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row > .video-iframe-container { display: none; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .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); }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container { border-width: 0; border-radius: 0; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row > .video-iframe-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#zSbSXQboLkqNCFOiawODc0GBQgaHkdLy { 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:2.43706875rem;width:2.43706875rem;top:5.1875rem;left:9.625rem;overflow:hidden;display:block; }
#ZL9kw1bh7RAIKk71XmAcU8f33KUlChaD { color:rgba(255,255,255,0.5);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.75rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T6dUXswRNwzbsURkWfqJVkLkTHXuuzTk { color:#ffffff;display:block;width:17.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.9375rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#VQAAapnsTWWRKimBGt7ZFBqA6yssXVvn { color:rgba(255,255,255,0.5);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:21.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vlU9c5lwJJTs2UwM8JMnDSLqxgQs3Skq { color:#ffffff;display:block;width:17.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.0625rem;left:19.25rem;height:;text-align:center;text-align-last:center;display:block; }
#yFN7F6vfaASin91XX1skfD5KMfZIPxGD { position:absolute;display:block;z-index:15003;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:2rem;width:2rem;top:5.6875rem;left:26.9375rem;overflow:hidden;display:block; }
#sBvzqnkrawFeTzABNIQ0RpRF8EIb6JNE { color:rgba(255,255,255,0.5);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.4357652664188rem;left:3.7478294372559rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2Jv1DqMxwvn8moE5DRRiT81mGtylMvr { color:#ffffff;display:block;width:17.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.0625rem;left:37.125rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#AF5TPA8Gpc7liJ6bDxblnn7NbLZndOcD { position:absolute;display:block;z-index:15006;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:2rem;width:2rem;top:5.6875rem;left:44.8125rem;overflow:hidden;display:block; }
#iCKM6VmCedRVzUTT8nzMOc8ZyxDOo5nT { color:rgba(255,255,255,0.5);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.4357652664188rem;left:57.090929031372rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#siElxzGmFZ3MALKzC3Q1alN6wU2x9v0o { color:#ffffff;display:block;width:17.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.0625rem;left:55.25rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#O0hSLRTg6Tq2LT3wDTQ9ZTbzx3CcxdRQ { position:absolute;display:block;z-index:15009;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:2rem;width:2rem;top:5.6875rem;left:62.9375rem;overflow:hidden;display:block; }
#JkkcabuOhV8HFObC6ImvaoSuaTLzBT3G { color:rgba(255,255,255,0.5);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.4357652664188rem;left:37.637804031372rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#btyNnTenuAsqXKl78WrmBCTNxR2rUvvi { box-sizing:content-box;height:18.5623125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(180deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(180deg, #0183fe, #0b5cd6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.56098175048828rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#c4v782OmhUtFyEtpaDo9NGr5nhKuZEWA { 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:1.9375rem;width:1.9375rem;top:6.358506679535rem;left:9.6234817504881rem;overflow:hidden;display:block; }
#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container { background-color: transparent; background-image: none; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container > .video-iframe-container { display: none; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row > .video-iframe-container { display: none; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .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); }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container { border-width: 0; border-radius: 0; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container { font-size:0.875rem;font-family:arial;height:87.8125rem;width:75rem;position:relative;display:block; }#qPEDlJLN1HcDVTFyduWFGfMQvpBkQzAX { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:16.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#rBcWJhLBtIE2xk6h7TwFVfAlc97JwTgZ { color:#0b5cd6;display:block;width:32.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:21.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TGgrabwgiQsR7smDI4r1qILcvS70GLh2 { position:absolute;display:block;z-index:15010;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:36.3125rem;width:34.5625rem;top:10.5625rem;left:2.25rem;overflow:hidden;display:block; }
#yAo3iWdcltRQNLAqKGOAD4de4BuLEhq0 { position:absolute;display:block;z-index:15011;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:36.3125rem;width:34.5625rem;top:10.5625rem;left:38.25rem;overflow:hidden;display:block; }
#p1USqKZt5vZkMq5NR1uTfkqIOQzQ2o2h { color:#545f7d;display:block;width:28.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.87109375rem;left:6.4366321563719rem;height:1.2999125rem;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; }
#zMM6abhQPtcaox7LzH9UZ56bDRqI7CJ1 { color:#545f7d;display:block;width:24.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.435115814209rem;left:6.4366321563719rem;height:1.2999125rem;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; }
#C6EJeXnvCaf6whPIZTX9iBpeocKVTCmM { color:#545f7d;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.239799499512rem;left:6.4366321563719rem;height:1.2999125rem;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; }
#WZudQr5oSl512b1uROthrAad94N8L155 { color:#545f7d;display:block;width:26.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.427299499512rem;left:6.4973964691163rem;height:1.2999125rem;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; }
#HzoE0uXpp70zirMV2rQPEHUMHtE8Qui6 { color:#545f7d;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.875rem;left:4.1875rem;height:1.2999125rem;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; }
#GnxuEf6PWnsxFAeObwDnsxWUmpuT1MTp { position:absolute;display:block;z-index:15039;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.5625rem;width:1.5625rem;top:35.30490732193rem;left:4.0614147186279rem;overflow:hidden;display:block; }
#lHOCZHEC346zPofJd5l6yLEZaLfhqXwz { color:#0183fe;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23rem;left:4.1875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cde96sEBbN75nSNfrcc06h5GZ5bKWrzS { position:absolute;display:block;z-index:15040;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.5625rem;width:1.5625rem;top:32.741970062256rem;left:4.0581588745117rem;overflow:hidden;display:block; }
#eOeSKRbvhDi5D00hlXOn2tCs4yPXbCa0 { position:absolute;display:block;z-index:15041;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.5625rem;width:1.5625rem;top:30.109592437744rem;left:4.0581588745117rem;overflow:hidden;display:block; }
#wb1mKmKPektuEnrOw38UUWs4ZJTAunlS { position:absolute;display:block;z-index:15042;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.5625rem;width:1.5625rem;top:27.297092437744rem;left:4.0581588745117rem;overflow:hidden;display:block; }
#ZX3VVLNbZicvzDaqPJkvWfS1zOKLw43n { box-sizing:content-box;height:6.5625rem;width:28.875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(180deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(180deg, #0183fe, #0b5cd6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.8125rem;left:4.25rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#nfmnCMSefSdw8l6p1WovSRhAZTCIIq1g { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.875rem;left:5.4375rem;height:3.89941875rem;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; }
#SLEIfZac1T9THIyoIzGxg7mcMLF1BfKf { color:#0183fe;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.8125rem;left:40.5625rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OE6VdN4SJ4g745CfbIEFXKbJqMT70AQS { color:#545f7d;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40.5625rem;height:1.2999125rem;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; }
#eolkKufImL04I3QgTHnZ3GZspDGJwfoN { color:#545f7d;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:27.25rem;left:42.875rem;height:1.2999125rem;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; }
#aGERkv2tnKyW7Gps0mfikVkXo6Fnxx70 { position:absolute;display:block;z-index:15054;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.5625rem;width:1.5625rem;top:27.125rem;left:40.4375rem;overflow:hidden;display:block; }
#EQd5xRgoWAOAxrpupbccApaRuGWAHbLA { position:absolute;display:block;z-index:15053;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.5625rem;width:1.5625rem;top:29.9375rem;left:40.4375rem;overflow:hidden;display:block; }
#mp6hT20SUiAAElwoMdqKr7T1gmTJov6r { color:#545f7d;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:30.0625rem;left:42.8125rem;height:1.2999125rem;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; }
#RO4qV8fKVmZG2oP5euBNQsGIh5oi9aTD { color:#545f7d;display:block;width:28.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:32.6875rem;left:42.8125rem;height:1.2999125rem;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; }
#VyxER2mpNH6v3WxxPspAEbrRqW4yi2Sv { position:absolute;display:block;z-index:15052;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.5625rem;width:1.5625rem;top:32.5625rem;left:40.4375rem;overflow:hidden;display:block; }
#k8CCxBpl4KWOXTi4IlwS9kQrBeoVTFkf { color:#545f7d;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:35.25rem;left:42.8125rem;height:1.2999125rem;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; }
#Auu0DNb87SPJEqtD6vtTw0nutPZzVMdR { position:absolute;display:block;z-index:15051;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.5625rem;width:1.5625rem;top:35.125rem;left:40.4375rem;overflow:hidden;display:block; }
#pIZlPJ3xdQKRT6XlJMqbRAn6WP3WSa8w { box-sizing:content-box;height:6.5625rem;width:28.875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(180deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(180deg, #0183fe, #0b5cd6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.625rem;left:40.625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#vpxG20JwT7BmQiC6IfRk9qUnhHD1ZVdS { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.6875rem;left:41.8125rem;height:3.89941875rem;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; }
#BpKKTS9koNCuwTlc0OVClOSZPJLymQdf { position:absolute;display:block;z-index:15003;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:36.3125rem;width:34.5625rem;top:48.815107345581rem;left:2.2471790313721rem;overflow:hidden;display:block; }
#Hicx0VsWU6Xf2gV2PeqPoHdsbDZkFu9h { position:absolute;display:block;z-index:15001;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:36.3125rem;width:34.5625rem;top:48.815107345581rem;left:38.248701095581rem;overflow:hidden;display:block; }
#nEw0hVdLziECHXwDFbbSF0JHwxD5aC26 { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:77.5rem;left:5.9375rem;height:2.5996125rem;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; }
#KvFSQn3Xc7UAwqGUNWI1y6Q0Lt4quE6f { box-sizing:content-box;height:6.5625rem;width:28.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(180deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(180deg, #0183fe, #0b5cd6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.4375rem;left:4.75rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#oBrHJWn4R9onJDJTs0B6uslA6wv1Fgs6 { color:#545f7d;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:74.0625rem;left:6.9375rem;height:1.2999125rem;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; }
#Xf9BktBlWLqgbDpUI3H5k6678OkZyUtL { position:absolute;display:block;z-index:15063;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.5625rem;width:1.5625rem;top:73.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#kJgumknAPqRuKVzrUpbvhxpC5cddBt2h { position:absolute;display:block;z-index:15064;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.5625rem;width:1.5625rem;top:71.375rem;left:4.5625rem;overflow:hidden;display:block; }
#fpzx86Mcziku85M0w54g6dbaAV0TxCPd { color:#545f7d;display:block;width:28.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:71.5rem;left:6.9375rem;height:1.2999125rem;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; }
#EqIGRTBVkIUUHl7W5sTKalparprkf3F0 { color:#545f7d;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:68.875rem;left:6.9375rem;height:1.2999125rem;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; }
#l6yMtHQCGLzWfT9g288zpydXuNKx3ZnC { position:absolute;display:block;z-index:15065;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.5625rem;width:1.5625rem;top:68.75rem;left:4.5625rem;overflow:hidden;display:block; }
#UVZG9R93RRDgosFq4rRhGX1Zhb6A8k3t { color:#545f7d;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:66.0625rem;left:7rem;height:1.2999125rem;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; }
#wAXSonf40XINAADH3neh665vie6I7MEF { position:absolute;display:block;z-index:15066;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.5625rem;width:1.5625rem;top:65.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#WzUTl5f56HaCBhlRPRqpoNsbmJbIh7yz { color:#545f7d;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:63.5rem;left:4.6875rem;height:1.2999125rem;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; }
#MaqtA5ww2QNFxSWaHNNd6yzWN0JBv8zo { color:#0183fe;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.6875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cULJ2GfX2H8ZgF18TVwcUGgrCDsBc1Jr { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:77.5625rem;left:41.25rem;height:2.5996125rem;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; }
#WRGFgTiod3FbLZEdBTphFvAcdmT9EISx { box-sizing:content-box;height:6.5625rem;width:28.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(180deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(180deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(180deg, #0183fe, #0b5cd6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.5rem;left:40.0625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#dR6S0uwuUXwlLfTF9FK33ThoBzXCWQwu { color:#545f7d;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:74.125rem;left:42.25rem;height:1.2999125rem;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; }
#WrXMwceHA45n9X9TqM980tcOHQmKJf1p { position:absolute;display:block;z-index:15075;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.5625rem;width:1.5625rem;top:74rem;left:39.875rem;overflow:hidden;display:block; }
#OrwKWREEe4btH652bN2z4ZxUUOQQfsVO { position:absolute;display:block;z-index:15076;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.5625rem;width:1.5625rem;top:71.4375rem;left:39.875rem;overflow:hidden;display:block; }
#PoLo4KiyZ6KsQRe9kG8BZSPihqMA8Gf4 { color:#545f7d;display:block;width:28.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:71.5625rem;left:42.25rem;height:1.2999125rem;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; }
#ZeaDXyU0CpS590vGc6XFPTIhJRsEpnTz { color:#545f7d;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:68.9375rem;left:42.25rem;height:1.2999125rem;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; }
#MtWsJpFRHKzgz2L4zR9tiK1q6Lqq3xXu { position:absolute;display:block;z-index:15077;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.5625rem;width:1.5625rem;top:68.8125rem;left:39.875rem;overflow:hidden;display:block; }
#viHWtf5O3xv7muGnroWD7RoRkiToZcu3 { color:#545f7d;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:66.125rem;left:42.3125rem;height:1.2999125rem;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; }
#HH0ypF6T7zyNwO4e7JcvUqmAUxcCpqRZ { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:66rem;left:39.875rem;overflow:hidden;display:block; }
#U4QbFW9vAPHmv9fIuF5O4XJ4Ig3viRfL { color:#545f7d;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:63.5625rem;left:40rem;height:1.2999125rem;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; }
#HFcQbP5wvhaWozGTVwH2bq1aJCSqsIPB { color:#0183fe;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:61.6875rem;left:40rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BRU9RF5vJ1ZQQ5m2eGe46NXv9mmCfBC3 { 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:71.625rem;width:34.5625rem;display:none; }
#l8koHGnNIzNNqykxz5HDLLRH2foGRC8P { 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:71.625rem;width:34.5625rem;display:none; }
#SbM65ANLisWy7aHR364iu8ufJZuZiQVR { 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:71.625rem;width:34.5625rem;display:none; }
#pGLQasUx2aWrPQ2SOwThT760FE8lJ39T { 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:71.625rem;width:34.5625rem;display:none; }
#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container { background-color: transparent; background-image: none; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container > .video-iframe-container { display: none; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row > .video-iframe-container { display: none; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .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); }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container { border-width: 0; border-radius: 0; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container { font-size:0.875rem;font-family:arial;height:174.4375rem;width:75rem;position:relative;display:block; }#mrGrWsKqkLs1dNXdQqyeQenU8bKoOR3m { position:absolute;display:block;z-index:15008;height:21.7480625rem;width:75rem;top:1.2641048431396rem;left:0rem;display:block; }
#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9eb;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; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container { background-color: transparent; background-image: none; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container > .video-iframe-container { display: none; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row > .video-iframe-container { display: none; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .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); }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container { border-width: 0; border-radius: 0; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#XtQ4tJMwbdFOLAL1VyNl61tQg9KfiqSC { color:#000000;display:block;width:38.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.872615814209rem;left:20.093317031861rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#ZDgnbHssBdmv6JaQ07om1kB5IdaITTsK { position:absolute;display:block;z-index:15008;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:15rem;width:15rem;top:3.125rem;left:3.2486972808838rem;overflow:hidden;display:block; }
#kHz4XpPN1xxBTGfPn23m6zdLcXfCnoiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.884117126465rem;left:20.093317031861rem; }
#nzwDxns30vIyfVTaJt1hVWSQ0V4gG3QV { color:#545f7d;display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1076393127444rem;left:23.262804031372rem;height:1.2999125rem;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; }
#KMHsziIrIEmustfm2dkd1ww87ndnkH4C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.8125rem;left:20.0625rem; }
#uAeDuXz8x0Gn7OaNbSQJF523uVqV2H0R { color:#545f7d;display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.0625rem;left:23.25rem;height:1.2999125rem;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; }
#dxCPvOHJuLaP2P9TEThEbNKxUlE7ZkWk { color:#545f7d;display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.0625rem;left:47.25rem;height:1.2999125rem;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; }
#q5SXXFi6cozNt8GymPiEf8R6QELZT6Av { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.8125rem;left:44.0625rem; }
#MeD9Gcb0AagJM3xBtFN9rqiKogMoR70B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.875rem;left:44.125rem; }
#sS0kSVELT59JwmCkTJd0sJ0XgMvpMTot { color:#545f7d;display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.125rem;left:47.25rem;height:1.2999125rem;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; }
#KkN7RErb51yxPRMOZHOdllazy5xgGrJH { color:#0d542b;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.875rem;left:21.5rem;height:1.2999125rem;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; }
#m1ReyU5IkpJyvfgKRLHGnWPEUbBeXGxH { box-sizing:content-box;height:3.8125rem;width:46.3125rem;position:absolute;display:block;z-index:15008;background-color:#d7e7df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.75rem;left:19.8125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container { background-color: transparent; background-image: none; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container > .video-iframe-container { display: none; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row > .video-iframe-container { display: none; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .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); }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container { border-width: 0; border-radius: 0; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;position:relative;display:block; }#acyIKav2ZyU52vbmU9kagaqgmsTsDT0m { color:#000000;display:block;width:38.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.296236038208rem;left:18.093534469604rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#Soszhyu9zqHpkIw5c2XyQKQP9U1DhPQo { color:#0b5cd6;display:block;width:32.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.499361038208rem;left:20.999349594116rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-trigger.adaptive-delivery-prevent-bg, #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-trigger.lazyload, #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-trigger.lazyloading { background-image: none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW { box-sizing:content-box;height:auto;width:58.686rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15008;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;top:11.654296875rem;left:6.9365234375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #atmKJ0MMMskHWed323InLkVSAfdrXmeE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Qv28EkQH9XkOW1QCEEGEBT8HfdTqsIe2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #tsdO2ygCwVtsy6I4PHFOmdfSC1P6E4SR { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #RUBT1K1SRC9QCmLQWT00Emhr8ADTuLUr {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #GSrwBxBc6CVKrlNcGHdgkFhQ9iUKJgcK {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #TfzKfxK5SuSzATvlLikqIVwZbJqJPc47 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #EVSiJ1Ju1cuwHZXhD0wJH69AwBK613KG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #c2ylif8b4RcmDCk07nz2lRf8H64IkUKT { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #vrAnwQwGd0DRawdTzZrOy9QJaTiUWbdx {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #sItnrUv8TPy2t7zlB1oOeIb6ypgpTroZ { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xupU4GCqXkQMNi0wws2UAyLqE8TclqqZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xTm7svMIZEfZ8vTvGq4f6DZIODhR5t3i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #qRb300c6TQtTbnNrbhOq7eR4y9LvAtND { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #spJnx2KdFg5F8fREKTM04CWgJuPxO8zP {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xsTctklfdPQMXD8d6i7zBgOSiEf3qkVG { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nXqZrcggTbNBkVQ3U6fCTn2k6smk6Eu1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #BKmEqkD93GDqTxaqbfiTr74ecirES1z2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #squTW5zn71TovvTAVV90DD3RCCmzoz54 { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #IkL9Nx5oyCeUFH6NmCT10SzfxHyMP2Fz {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Qk652XibN7TyRREvy3HgsTJvZ4CeJSrv { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Hd6pmAywx6ptt0TTCHlqdXpgxmT0wDON { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #MX5GpOmXkkHoWEWVeW1zr7tqd1v5TnZp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xVTtuHE6x5pvhlUT6JIVJosUT5pMC5Gx { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #slkXS8q8x7Ing6plFl3lIhTtpSCHA7Cs {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #hMI1uJl5WIBxD1L8c1HagkxHfNhV2TRq { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #yQryfQS7VwIFTWq3CsLmx63V9DMuR87x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #msxmEAwpuL2SrnbpadHQe48T1iwz2mGU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nE6fFkpQ2VFSRfpG0nSwCq83THeLf3Bb { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #qptni7IcQzJtuIV0L8PUgBk1kLQFFWlH {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #CxQmC4XVMZU8MaOtLUx72ALFRq1hdGDU { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #yx8axyv8F7s0tif2109bdro2hykoeq4x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #o4xCEmF22xh4J2MwAy96tQzyTHpea8tZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #iI9vFdr0T2sTK2aAD3prAsT2ot59tCXm { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #WGUsfymxT2yz3O59iA5nMaMeTPnEvDO6 {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xShQhgF6s4lhOpRflrWZ1dgRPzP2ck4m { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #veMim1mW1yPMR7eO4dxUVTP1v3uBMfQB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #niTiQQOQOz6MDZD84bhe5DgcpV8cCrED { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #UWhQibpQ9rQINUTcfgKAJHXfHgUoAV0R { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xczwPwBhSIzlUE1qMn8mCdPPOHqzoOdb {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #ToX1x2JR6tTJMO46lCiPdhR2LwU8whE4 { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #U6usUakV7LZ8zQl6b1W6oUaMp5PSLXoZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nD3vHn4xbKXPdB2EFym3s47Rn1n8IxAS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #VriTsnmdpWoBlAN4IX81fx7Q8CALcL0e { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #BkUq1UTwt5fon8ARgFTbwyNGr4ZJoTCK {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #bEcu0bTTiblU4I6fC6FVtQeBAuoTVBST { display:none; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #MRWv5U4hxCZDA8e7rX3JigbLp0VpxeLv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #iPFH6Zik5C7u35PxEHcdGxR6M1bTbPw2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #HXvExGLHDeLcDOMUgrbv2lCfA15LrgH6 { display:block;position:relative; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #uM2aDCzGwh3bSoyN2VEGJpght61Z3LmT {  }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #U5lSEn3wqHOZK7cxb2rUpOTsFULuCVoQ { display:none; }
#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST { position:relative;display:block; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST { background-color: transparent; background-image: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container > .video-iframe-container { display: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row > .video-iframe-container { display: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .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); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST { border-width: 0; border-radius: 0; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/643bf915-0fe8-4369-bd8c-2495f6d94d03/Background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:77.875rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container.adaptive-delivery-prevent-bg, #s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container.lazyload, #s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container.lazyloading { background-image: none; }#fzqDlO5uEfecxLah6IslWAiRhRyb6b8c { color:#ffffff;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.375rem;height:3.4121125rem;display:block; }
#e094oxT2267LpXMfiTUig5MWdhZicux2 { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:7.375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#Zd4lNTBpcE4l9BNxgHkWVocuPwHCw7TN { color:#ffffff;display:block;width:28.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5625rem;left:7.375rem;height:2.5996125rem;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; }
#rU6gEpgb5I3cHhamlPXq5allA13XOzkL { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.936851024628rem;left:7.3741340637206rem;height:3.89941875rem;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; }
#scBQ0XWpXJHJ4OZMuy9DqTL46MtKDEO3 { color:#ffffff;display:block;width:37.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.81055021286rem;left:7.3741340637206rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH { color:#ffffff;display:block;width:35.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34.75rem;left:7.375rem;height:;text-align:left;text-align-last:left;display:block; }#v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH li:before{  }
#gxUxSsZ5zcqTPfZJgKRlbQNeT0hOOlDQ { color:#ffa2a2;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47.875rem;left:21.5rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#SFCqhgZRsnyncwTkH3uibyk39rz5IMpQ { color:#ffa2a2;display:block;width:17.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:54.25rem;left:7.375rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#v1S8lv2bQK574Eh2BoL57vDkD0LlGx7W { color:#ffffff;display:block;width:13.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:56.9375rem;left:9.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#PKy7MA2kb3wuDHDC0V77Hlkazt1iOCZf { color:#ffffff;display:block;width:12.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.4375rem;left:10.0625rem;height:1.2999125rem;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; }
#Nz9O8snZq9VFty8dm9bMQk1PRQFGakKB { color:#ffffff;display:block;width:12.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:59.4375rem;left:32.125rem;height:1.2999125rem;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; }
#OlzlUbga7qA9zCyMTGuBWz1cvvfKyCtq { color:#ffa2a2;display:block;width:17.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:54.25rem;left:29.5rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#lOkLA21NTEG3T23FeZfW5CwO1i7quvPU { color:#ffffff;display:block;width:13.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:56.875rem;left:31.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#v95p2pgZGW9G2TuRVcHLQLuOeZblmX6x { color:#ffffff;display:block;width:12.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:59.4375rem;left:54.75rem;height:1.2999125rem;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; }
#deIyPrfaOrEedT01AA3FCJcxzUlWN3bu { color:#ffa2a2;display:block;width:17.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:54.25rem;left:52.125rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#SZw5TLefVy0zdVgG9qaZXgbVwaiGF5Xc { color:#ffffff;display:block;width:13.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:56.875rem;left:54.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#o6O78UsefXtMUgqIt1m4L6gGhvyC0s17 { color:#ffffff;display:block;width:64.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:65.9375rem;left:5.125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#IzUu3ye0kyM6lOF39fCefC4nUnBCsG8h { background-color:#00c950;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:69.6875rem;left:28.6875rem;display:block; }
#TShxq4B9hSkz0KilbVheC0KKAELKTHiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJpS9ETDIWJTpaOczBeFRzo6mL9nSNUP { color:rgba(255,255,255,0.41);display:block;width:32.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:75rem;left:22.125rem;height:1.2999125rem;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; }
#ood10UfuBfm9HbAbt297h8NfH0GFB6tL { 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:66.6875rem;width:25.9375rem;display:none; }
#odPPhPmLutog73tZZz0kSZgFTV5ddcye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container { background-color: transparent; background-image: none; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container > .video-iframe-container { display: none; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row > .video-iframe-container { display: none; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .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); }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container { border-width: 0; border-radius: 0; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:block; }#Rsg0ESABJganALHTgoQzJzawDAuxPvvT { color:#000000;display:block;width:38.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:18.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#COHJ7SDK3BoVrqdZMhszcN4AJGCglbin { color:#0b5cd6;display:block;width:32.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:21rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#wzcyeUa4w9Wrndq5gZofz1yV0tUpdRhp { box-sizing:content-box;height:40.625rem;width:36.625rem;position:absolute;display:block;z-index:15003;background-color:#eaf0f4;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:11.125rem;left:38.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lsVHrJLQwC4qWhaTGT7HQVgW8F8OR37w { box-sizing:content-box;height:40.625rem;width:36.875rem;position:absolute;display:block;z-index:15002;background-color:#f3e8ea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.263021290303rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#AlvRuIabSp5oaMxuizHDXlkqwyFSAPKp { color:#ff6467;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.837458133697rem;left:2.4674472808838rem;height:2.35595625rem;text-align:left;text-align-last:left;display:block; }
#TUT27REllTPgKztAShSq9my1QZr4hwhm { color:#000000;display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.036243259907rem;left:5.5598964691162rem;height:1.2999125rem;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; }
#GtlD3itZMIMlo2QsIAtPGTlx6tiEwTdC { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.5625rem;height:1.2999125rem;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; }
#GHGnItlKs7q9mcl0oSlk00VATwwNCdq5 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:32.125rem;left:5.5625rem;height:1.2999125rem;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; }
#ar6KBpHTB6la8nigGrDLvxTgn2lfAJuf { color:#000000;display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:23.036025822163rem;left:5.5598964691162rem;height:1.2999125rem;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; }
#dJcISd0wTZO4vSUD2BrhM4Vf758POEHr { position:absolute;display:block;z-index:15035;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:22.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#WoF673m8IH1CEvAn8RwKJ1mQnHdlogRF { position:absolute;display:block;z-index:15036;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:25.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#qOmbJ16AlAJMuy4tc9wD5NH9whO2HeFR { position:absolute;display:block;z-index:15037;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.710939228535rem;left:2.4641914367676rem;overflow:hidden;display:block; }
#WJtPQrsJsFvPoLQgRb2epGhUPWi3zVyM { position:absolute;display:block;z-index:15038;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:31.898439228535rem;left:2.4641914367676rem;overflow:hidden;display:block; }
#DJAwqLKmykuJTIq1v5K1G1He4Xm7EkPc { color:#000000;display:block;width:24.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:35.098741352558rem;left:5.5598964691162rem;height:1.2999125rem;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; }
#UnqQdVQVT0xXet3gOFF1Cz1cMTbd2rxQ { position:absolute;display:block;z-index:15040;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:35rem;left:2.4375rem;overflow:hidden;display:block; }
#X9sn7qincXVf0CVzE6APHL9gbVVqvti0 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40.365670979023rem;left:2.1940097808838rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#NSm1yiTuFhufKSdUZweQ8J4wEovTse0M { color:#ff6467;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.302953541279rem;left:1.8728294372559rem;height:;display:block; }
#p7Ald3w7994EmfJGA3LpJFAdrQFEnz5h { color:#000000;display:block;width:24.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:35.125rem;left:44rem;height:1.2999125rem;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; }
#P9Zaz1feceA5Ga02shuGFD9uCnZszrEf { position:absolute;display:block;z-index:15066;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.4375rem;width:1.4375rem;top:35rem;left:40.875rem;overflow:hidden;display:block; }
#y0ixnExvwA8koGEfx704xNP7SOTQFylT { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:40.375rem;left:40.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#oihFktr7pLQuae841uTnN1Z7EmOHfJB2 { color:#0181fc;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:43.3125rem;left:40.3125rem;height:3.4121125rem;display:block; }
#moHhN60qUZyhoGZhX4iU0sNtmz32qXxm { position:absolute;display:block;z-index:15064;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.4375rem;width:1.4375rem;top:31.875rem;left:40.875rem;overflow:hidden;display:block; }
#yx8mrruPe6ZMJLdStm1vyzoKfc21lwu0 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:32.125rem;left:44rem;height:1.2999125rem;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; }
#n4NMPqcpRubZpvSUVzpk6r22ZiezVLvC { position:absolute;display:block;z-index:15063;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.4375rem;width:1.4375rem;top:28.6875rem;left:40.875rem;overflow:hidden;display:block; }
#IQHPLxaDCz9UupLoPLTlw5nvSNdmI8xq { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:28.8125rem;left:44rem;height:1.2999125rem;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; }
#ZnhlhFsLfOfiQgyJxm7NHtbdd6ScITIv { position:absolute;display:block;z-index:15062;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.4375rem;width:1.4375rem;top:25.9375rem;left:40.875rem;overflow:hidden;display:block; }
#GypNnb1h2Z6Ewvf3CGuwPrOimpWaQtvS { color:#000000;display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:26.0625rem;left:44rem;height:1.2999125rem;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; }
#DEAbax9twyVAbMJ47WsdfGxG8JvRWhct { color:#000000;display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:23.0625rem;left:44rem;height:1.2999125rem;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; }
#bKCGS2uFBhAmhn1Wwi9z78tyhRlvItZO { position:absolute;display:block;z-index:15061;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.4375rem;width:1.4375rem;top:22.9375rem;left:40.875rem;overflow:hidden;display:block; }
#U13W25W32THMvhA5qdmXX6pCW3DSCTcT { color:#0181fc;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.875rem;height:;text-align:left;text-align-last:left;display:block; }
#NRuSF0GqK3FvdyT075BWqQqAGo3WH6b0 { color:#0b5cd6;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:41.875rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#hvibzaTMZclagWyq5iK0GviPmqWDuRTq { box-sizing:content-box;height:2.875rem;width:10.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:40.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#okfA8AtgSfxCsKgXNvHzv1i2GqKBO3Ff { background-color:#00c950;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:54.3125rem;left:38.5625rem;display:block; }
#CoXDpiWddxWCz4KQ00vuQTU3idcsdUKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWTxdmkfbEpfWwiSuIhT2yo9VA1i8UhA { background-color:transparent;background-image: -webkit-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -moz-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -ms-linear-gradient(254deg, #0183fe, #0b5cd6);background-image: -o-linear-gradient(254deg, #0183fe, #0b5cd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0183fe', endColorstr='#0b5cd6' );";background-image: linear-gradient(254deg, #0183fe, #0b5cd6);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.3125rem;left:11.5rem;display:block; }
#HJrCcPUmzpsPG6VOh28JkokBfb6X5VsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101828;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; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container { background-color: transparent; background-image: none; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container > .video-iframe-container { display: none; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row > .video-iframe-container { display: none; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .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); }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container { border-width: 0; border-radius: 0; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#Q9uJFZTBZ2nCqKXUFtKTaWRP60DHFEui { 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.25rem;width:7.061625rem;top:3.1239280700684rem;left:2.7473945617676rem;overflow:hidden;display:block; }
#cMumT5gqhGsObis6v9FG8yGhwk56Tx5J { box-sizing:content-box;height:0.0625rem;width:69.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:2.75rem;display:block; }
#kXIH6dqmFs60WSupCfa9CqTq92ELxlOc { color:rgba(255,255,255,0.42);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.75rem;height:1.13769375rem;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; }
#nRB8D2OHGz1PX8QX6uIg2mMfg4qJd4pc { color:#ffffff;display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7.625rem;left:40.3125rem;height:1.70605625rem;text-align:right;text-align-last:right;display:block; }
#DKRGiiq0Aud3uSaO1aalXGJ1RyTmc70X { color:#ffffff;display:block;width:7.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:3.1792526245117rem;left:64.309900283812rem;height:1.13769375rem;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; }
#wrkHlbX2vtVTfqhlSSC0IumWIMOLlP8T { color:#ffffff;display:block;width:10.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:3.1792526245117rem;left:51.808809280396rem;height:1.13769375rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd { display:block; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr5bK1ODFRcNkSSkSWhm1bpB0hQUViiA { top:1.625rem;left:0rem;width:7.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJyZJzLS9LIWglr91chTUR31kKBlSXgG { width:15.625rem;height:2.875rem;top:0.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8c5eKTlRren0dP2UIGtzesk8n818Ei { display:block; }
 }@media only screen and (max-width: 763px) { #KhI1PQuO7QugZ5Ac1o3A6UevzsPMmQBH { width:8.125rem;height:2.875rem;top:0.9375rem;left:36.997835159302rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiI1RIERnPlGtexFCFbMSfs4ETAWIrRb { display:block; }
 }@media only screen and (max-width: 763px) { #fTrzxSTUZepJhegXSqEJ2IqpyZAnB8rZ { top:1.75rem;left:21.3740234375rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpqkBzskpbb8Npope3ODgphZS5iK1OVS { top:1.75rem;left:27.4375rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRQ5Tg1hVU6OScFbOum7vBQ2fKlXTb3 { top:1.75rem;left:15.1884765625rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBVzdkUARbca2rMGC5DPR7n2osAOSHJA { display:block; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iypWKDF9xZcfGckwArBqgIyyo8Javd0p { top:1.9375rem;left:0rem;width:10.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKEpIAkXUkM2TQB19NnKRONVVq7K7gOb { top:1.5rem;left:15.125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGCB3wyx57s26q0ZN4kmTCeGWtGPyehx { top:4.5rem;left:0rem;width:6.875rem;height:7.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoVcANEtkFrGC6skQ4rWgfHTPIVOK9do { width:15.625rem;height:2.875rem;top:0.9375rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RG4fZ0sm1TX8zMatfJeTx1g4CGN0GJZz { display:block; }
 }@media only screen and (max-width: 763px) { #xvyT9L63pcXhezvPxOynzt3BpFokl7Qd { width:8.125rem;height:2.875rem;top:0.9375rem;left:36.997835159302rem;display:none; }
 }@media only screen and (max-width: 763px) { #onqTHwiGfTwgZoQhieEyahkBndoQbTUQ { display:block; }
 }@media only screen and (max-width: 763px) { #JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ { display:none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nHIQNkpI4ykN04xaKvTrSGhw7MV0copI { top:6.25rem;left:0rem;width:25.125rem;height:7.7933848818569rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6W8NXqpAe5O2TDyCIPI1h9OMkilbdf { top:13.25rem;left:0rem;width:27.4375rem;height:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vROTTqOwLD0slyKqKmO6gCSJHDKtAclo { top:25.125rem;left:0rem;width:30rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg91x60NDkSIioUSM0ZHyTAiHofRnPai { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGEJyTfSwzMTTk5FbmOTlWyzalRkM5VS { top:31.25rem;left:0rem;width:32.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m32C516izFxf2F6m52smnHk3A0SNPleg { top:33.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxmfOvI7yLD1KFg5EEIKyNvPWCwUEsEq { top:33.625rem;left:0rem;width:32.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6bVpyWBZ7Wwfdi815rH8griQfdmKCR8 { top:36rem;left:0rem;width:32.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6C8J9t6ZFPmubZUdguxJ1dVopNdhLiJ { top:36rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBd6HcbdFBzRCVtiN7JkkZyAMvKA77Tv { width:17.5rem;height:3.4375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htfArby33Ssa8UaIKgeJsJZFffcT5ptV { display:block; }
 }@media only screen and (max-width: 763px) { #lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 { display:block; }#lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTCiWS02MNTpd0nGnaCwuKBQRdHJSPfu { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlanALphneAPDlMuoDVsNOJn8LstAOT9 { top:17.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqx3UFRtvyIFoy0mzGN29eRzafgi2O4D { top:8.5rem;left:0rem;width:47.75rem;height:2.745625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl { display:block; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvxNge8tvhm7nizrS7lyKRlDWULbZ0ro { top:2.375rem;left:0rem;width:47.75rem;height:12.175852083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv { display:block; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9BtpdSbt0mvlS9wvdlOrdHQWsHtnaVg { top:0.375rem;left:18.5rem;width:29.25rem;height:18.647496337898rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnrO5biUOG1hmGCFdMnMvMJKVir29oE { top:4.6875rem;left:0rem;width:20.375rem;height:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyWtgMcPo14RiTurA1FzRmAdEhxUMnRB { top:9.75rem;left:0rem;width:30rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLmCCOR04kbGgEAkpw6xRlAglWQvANnx { display:block; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ { display:block; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WknNgxqIZfk4RzXbshts1yD47cnLUKu8 { top:5.0625rem;left:8.0937519073488rem;width:31.5625rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTft8TvdKQ5exTFTyOWaWkwHtvKaX7R { top:2.8125rem;left:7.3743495941163rem;width:32.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0qWCzSp86CzuaymeLCKf7U1Qa3qqOMw { top:11.625rem;left:0rem;width:47.75rem;height:13.330208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qydNOkqi7W3y3EpreSQTOhXCekz531l6 { top:35rem;left:2.0303821563721rem;width:43.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzXqX3ZXgiq8nM42g077f64ZHeeGRoi { top:13.375rem;left:0rem;width:16.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7imuexr01xEh6ACzRZzRBWe36R328Z { top:13.375rem;left:13.624351501465rem;width:20.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvvJWAaku4kSP653EeAcC78khhtf09U6 { top:13.375rem;left:31.375rem;width:16.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 { top:17.4375rem;left:0rem;width:21.0625rem;height:2.5625rem;font-size:1rem;display:block; }#TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 li:before{  }
 }@media only screen and (max-width: 763px) { #Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa { top:20.8125rem;left:0rem;width:21.0625rem;height:;font-size:1rem;display:block; }#Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa li:before{  }
 }@media only screen and (max-width: 763px) { #q00ps992J4eRpKzDoTuIbKps1hBmA1po { top:24.3125rem;left:0rem;width:21.0625rem;height:;font-size:1rem;display:block; }#q00ps992J4eRpKzDoTuIbKps1hBmA1po li:before{  }
 }@media only screen and (max-width: 763px) { #mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO { top:27.8125rem;left:0rem;width:21.0625rem;height:;font-size:1rem;display:block; }#mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO li:before{  }
 }@media only screen and (max-width: 763px) { #ndlPkeeszzAwkomruKgQIqAaVOVfPI6O { top:17.4375rem;left:12.807291030884rem;width:21.0625rem;height:;font-size:1rem;display:block; }#ndlPkeeszzAwkomruKgQIqAaVOVfPI6O li:before{  }
 }@media only screen and (max-width: 763px) { #iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH { top:20.0625rem;left:12.806207656861rem;width:21.0625rem;height:1.25rem;font-size:1rem;display:block; }#iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH li:before{  }
 }@media only screen and (max-width: 763px) { #TLPnlKsyzitFKTAShlSobJEISCZdIG7D { top:23.0625rem;left:12.806207656861rem;width:21.0625rem;height:;font-size:1rem;display:block; }#TLPnlKsyzitFKTAShlSobJEISCZdIG7D li:before{  }
 }@media only screen and (max-width: 763px) { #wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy { top:25.6875rem;left:12.806207656861rem;width:21.0625rem;height:;font-size:1rem;display:block; }#wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy li:before{  }
 }@media only screen and (max-width: 763px) { #lQxBiu3nWu87XFH4hBTudDLs3FVxRQbR { top:17.4375rem;left:26.6875rem;width:21.0625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssteizsQc7NPlAmPpgIiIo6wJcxrEv6W { top:17.4375rem;left:26.6875rem;width:21.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJCFTUAIJgUFfMErto9vRBO1TEiS6Th7 { top:20.1875rem;left:33rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXsEhVGtVP229zPUa3A26AbNVorxked { top:20.0625rem;left:38rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZFLb9E2PUBgMeH1ZXZdJv4KloqQvohV { top:22.1875rem;left:33rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErQ4g8PO7cOGgihCuoURSfS3Epuvucr { top:22.125rem;left:38.037546157837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBDCMthT5pSpaVT2XmF146sLJ6MAAP8A { top:24.125rem;left:38.037546157837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5y02uVeHxdxJ7B2NFCXSTTfy8bNnqIb { top:24.25rem;left:33rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUiRTX2rlUbxqmxaFecFRVZEdBduWWz { display:none; }
 }@media only screen and (max-width: 763px) { #xdmz9iHhTv4y1ocWXVKDXt1oe0UGwJ23 { display:none; }
 }@media only screen and (max-width: 763px) { #CaRZ0qBcGIOafvmeMwAcADZ2KOBAohuH { display:none; }
 }@media only screen and (max-width: 763px) { #ipTWfqPkUt8loZqlZLvbhF3qt45EQG9D { display:none; }
 }@media only screen and (max-width: 763px) { #SiJtr1hMAov40UA5gkN9TGTb6bniJ4Gl { display:none; }
 }@media only screen and (max-width: 763px) { #NqsL5lChBeLLHGedQAi4IR9rHOOffmKT { display:none; }
 }@media only screen and (max-width: 763px) { #TT1phhQlAooQ67HaWrae3dSpLhEzgOpq { display:block; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aS5VumKqlGITqR5WicKXWwucPo8bVwFP { top:1.25rem;left:0rem;width:27.8125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9zTFx6QrKwxXByyqqez8x2hrbbRvIkc { top:1.9375rem;left:17.75rem;width:30rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 { display:block; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RywpwvW4VLS7SBHF4ch8dUTeFxN9QVq3 { top:5rem;left:8.1241321563719rem;width:31.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zksnIlLbayDO2SIdph500OoyXVCILqp1 { top:11.6875rem;left:2.0618515014649rem;width:43.625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOfzD2XPAgUt3oX14HOBotraE2Uii0te { display:block; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZtr9iwC1bK3Tmp1JtpAD0rVtKnP1Eku { top:6.9375rem;left:0rem;width:31.5625rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #So5plVdUvpZaPRnJ4crXWbXgiKIbM0JU { top:10.25rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq88ezn3uzuBsC9gD1vUP0wLxPpecT9p { top:13.1875rem;left:0rem;width:24.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Ws25We8VsvtdOpkLPppMRrLAzHsPTu { top:20.125rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6dO87rat62VhTKedOD3H7EVwJSsWZ8o { top:4.4375rem;left:17.75rem;width:30rem;height:24.324830038047rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkHKKA7IxKzUBWXOUagy347N9T3TDZRJ { top:0.0625rem;left:0rem;width:47.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD { display:block; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deFeHXBfzcleyiVU1dxopBiItQZi0m5F { display:block; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGP6P1cQaH0CaFKzfzHafV2z27sQIwdN { top:6.9375rem;left:16.1875rem;width:31.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7XEr8GzdFdOzgzGJvwIGnteHBu7Cth { top:10.1875rem;left:22rem;width:25.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c507b13s5FZuqKv0JVVHyBkenBKv0VD9 { top:13.1875rem;left:22.9375rem;width:24.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stKOAdCJkTgHnazBuHFTnJNgWnOxOcfD { top:20.1875rem;left:16.5625rem;width:31.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0eVzNLkJKuFsko6ZNprMKfvTL7TxSH { top:1.6875rem;left:0rem;width:31.25rem;height:26.9998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21rqqN8Fs1ThOq3J6tymhCRgUkA7SO9 { top:0.1875rem;left:0rem;width:47.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNzJTaX4DtOHXqzHswosMk6WBEgtZuJ { top:5.875rem;left:16.1875rem;width:31.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv { display:block; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 { display:block; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aole2EtJpVRClc1FHmNt3za8SiU2CZSn { top:6.9375rem;left:0rem;width:31.5625rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKJQNxqLBvL7R6khbihyfRESFeyelKuf { top:10.25rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZLhOBq6HFFNXR4TKUnKhuaExtcho4U { top:13.1875rem;left:0rem;width:24.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiDp4vEU7y9cxTqE3rPziPGEyHWG9bgN { top:20.1875rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrTrXE5o2Nd0zTPfWKTb2Scl2JIQmnf4 { top:5.6875rem;left:12.8125rem;width:34.9375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRiNHgv0GHK3y6DCfMbseTslmLpSag3f { top:0.5625rem;left:0rem;width:47.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I { display:block; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe { display:block; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lw9Hber47FZ1S56AO3UnmSU2UeRpV8rK { top:7.875rem;left:0rem;width:31.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bU2vwQmeKDg2RhBXaTCcBKnoO0gsAa { top:11.1875rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeS0mQ11qpXgcd5Ovz5gsGdxcXDUzowR { top:14.0625rem;left:0rem;width:24.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCQAD4ExUSn8uFoWT6TRVprOED8BlOCE { top:21.125rem;left:0rem;width:31.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB48GuyTeZ4WnpA928Hh7Cw8WQV9pXdh { top:0.5rem;left:18.5rem;width:29.1875rem;height:27.815646461646rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfMgqWqe3nwQkdQSxNVzEZI66xQLo2q { top:0rem;left:0rem;width:47.75rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB { display:block; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx { display:block; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQrpy6zVH9dH7qfUgpsC1HcnD5T8cR4C { top:6.9375rem;left:16.1875rem;width:31.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0tcBQGbcclbW3GO0G8P2EtsqgSVlrJ { top:10.25rem;left:14.9375rem;width:32.8125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTxtQ0HKTgsUL7i7HEkcL3Bv6ofDXGLP { top:13.1875rem;left:22.9375rem;width:24.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMsADAHLdEbti5AfW4uhFtIBiaxX7T1 { top:20.1875rem;left:15.0625rem;width:32.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4cBO2illp4KX7RFz3tQoFh2SIKcO3kN { top:4rem;left:0rem;width:30.6875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJk2oQgb18XnpQd6iPN2gmXTMnizL1y3 { top:0rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt { display:block; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX { display:block; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtnSigNA6OZtAeurF0e0DQsQaF03tkt4 { top:5.875rem;left:0rem;width:33.5rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLigge2GtsSVonsg5F4m7H7BcqRvQfU { top:9.125rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZHoD3oWEUZQBk37v4ueUVLuCn8BU8J { top:11.6875rem;left:0rem;width:29.375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBB7IwDUxZ2Ucysu7piz4M7fofxiwDgC { top:27.3125rem;left:0rem;width:36.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcScpV734rqCS5KPk4zP0FoxOhIoWa6n { top:19.25rem;left:0rem;width:33rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNmNUTK0EamXwyI7XfUZx7IH4bAU87Wn { top:19.875rem;left:0rem;width:30.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHARazPULSWueRmhn4Cg5BGt4qeTxeN0 { top:0.5rem;left:14.1875rem;width:33.5625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXaTsn1tZBSUPEMUC169gdmrmnkTWhq { top:0rem;left:0rem;width:47.75rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z { display:block; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MquoV7T40JaycQPXotfXUFq7JdnbvT7W { top:10.25rem;left:2.0303840637207rem;width:43.625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJdxkJDChEZLXR39HPB8ErbGTI0umTQv { top:3.875rem;left:11.123264312744rem;width:27.1875rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1liBE9q1hBFazBerX4DyGrctSN0QRic { top:14.9375rem;left:0rem;width:47.5625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABCA3adAlmmtUHlCUvVGSaTMFKDNfZvN { top:43.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlOp2lfOOTv2uLTfHE4p6iSA0hRUJHP1 { top:43.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqfbJG0p2ZodG6yzaZLHaVvvcfvmhLFE { top:49.25rem;left:2.0303840637207rem;width:43.625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM { display:block; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVMM1XezkCTMF3xliWH1DsNTDBD95ibd { top:10.9375rem;left:18.75rem;width:28.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHa2kkwThZc962eqIyRxAuaa6TA04TkM { top:7.6875rem;left:14.9375rem;width:32.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4EO9nx3nxrs4nSXx6mLheZ7V3InPsuu { top:4.375rem;left:16.1875rem;width:31.5625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54nin8gHyh3raoBZS1NsQ2xxIFeuGgh { top:5.4375rem;left:0rem;width:29.1875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1zaw9EvvxHlTTSm6pCT2o6PNf32aEzF { top:15rem;left:26.5rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDH1UXXKhcaZTIo1PNTsp4GrcoE8nb8 { top:17.25rem;left:26.5rem;width:20.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdM76BALSBkeRmFaVNX5oCoWe8LLWEkS { top:20.4375rem;left:18.8125rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFh30P3rGHaWffIoZBUPRgqLyFTWLci { top:23.875rem;left:23.1875rem;width:24.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxyqTBoQXV9ATbAPrcEMLBv68cU8Rgp { top:14.5625rem;left:23.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25Q2ny6wK8eBGKcCPawZtouEmsiFcPz { top:17.5625rem;left:23.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I586AzcRxwea5OWUsDJpOetp9k2TdR5k { top:20.0625rem;left:23.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM90cPtchlOT9ztD33bl5p3g4tJrvpFy { top:23.5rem;left:23.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxckVbdetLzTMl9G3Esp7VMCTeLL1SwV { top:26.25rem;left:14.6875rem;width:33.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXITXqIvBFse1ykRIBM0fadwuPN9Hz4D { top:27.375rem;left:17.625rem;width:30.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqLryUkBhM98Wyif3y0ZuUdUOnJViuV { display:block; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbBW5xI77FwHT4vOrowv10goepSnoStT { top:3.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCiKKtGT6GF0nqf0GNybJZBzcvS8XpTm { top:8.1875rem;left:0rem;width:18.5625rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa18febBs9O7Gk5LAUmFyTfQrHJzwf5S { top:8.1875rem;left:14.8125rem;width:18.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPWKMZ7TUFbKJoWP2H1PXNUxZ0IiKsrr { top:8.1875rem;left:29.3125rem;width:18.4375rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfcNnJom8Zx8kbz26HLGbSI6DHA6A8ff { top:10.6875rem;left:0rem;width:14.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNWruaNCN7IymNTZLb4E6RifioyIMbPV { top:10.6875rem;left:16.780818939209rem;width:14.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3XeJbdPyCmmouTk1PCxeZwaDVGl4NUT { top:11.5rem;left:33.625rem;width:14.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS9Fd6ZmDOkTAu5wPMWvD0UKJl2zi2PX { top:39.0625rem;left:0rem;width:14.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL37cpAGGsllqvh1GQk2Qpo5cDk91ZhM { top:39.0625rem;left:16.75rem;width:14.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8tn8wOxsV05AcrfU3zl2syZUwzaOrF { top:39.0625rem;left:33.625rem;width:14.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6KwhaMzAAfQw8xBtbsk55RDD3kTGUqg { top:21.375rem;left:0rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pToRT6g58ivAtOlPBei6MiTUgITXZcLN { top:21.375rem;left:5.9442272186279rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITWrsBvW1sxH5odCb2Ki8hE2tl8qITIJ { top:23.375rem;left:0rem;width:4.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PySqaXqBoEI2JxVP4CyO91SFQxFlcW54 { top:23.375rem;left:5.9442272186279rem;width:7.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Fzwggq52b3zlFlf0ZLLVKoZ9ZLwI8b { top:22.75rem;left:24.686632156372rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13bk0KehZtgiP5w65niXZvbnEXiOBJo { top:22.6875rem;left:16.75rem;width:8rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqLUOsRoTgyN4aGucq4FmXyzEwr8DRl { top:20.8125rem;left:16.75rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aokSE0xy1JN5OVlcLRHaAXmPSCCkT8sQ { top:20.75rem;left:24.686632156372rem;width:5.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZUA5POvDWEqynHxOT2n3qXHM25gQchx { top:22.75rem;left:40.5rem;width:7.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RefJO43clxA9LgqATRAqqGT7Bo0REeDG { top:20.75rem;left:35.374567031861rem;width:7.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJESHZi0vqVVFbkJCPy7bUGM9tASKSN { top:22.75rem;left:35.374567031861rem;width:4.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0WsqxAZVQko4CJXBBacSPssZvREFkz5 { top:20.75rem;left:39.8125rem;width:7.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T { display:block; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSbSXQboLkqNCFOiawODc0GBQgaHkdLy { top:5.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9kw1bh7RAIKk71XmAcU8f33KUlChaD { top:8.9375rem;left:0rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dUXswRNwzbsURkWfqJVkLkTHXuuzTk { top:12.9375rem;left:0rem;width:17.8125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQAAapnsTWWRKimBGt7ZFBqA6yssXVvn { top:9.4375rem;left:7.4375rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlU9c5lwJJTs2UwM8JMnDSLqxgQs3Skq { top:13.0625rem;left:5.625rem;width:17.8125rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFN7F6vfaASin91XX1skfD5KMfZIPxGD { top:5.6875rem;left:13.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBvzqnkrawFeTzABNIQ0RpRF8EIb6JNE { top:9.375rem;left:0rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Jv1DqMxwvn8moE5DRRiT81mGtylMvr { top:13.0625rem;left:23.5rem;width:17.8125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF5TPA8Gpc7liJ6bDxblnn7NbLZndOcD { top:5.6875rem;left:31.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKM6VmCedRVzUTT8nzMOc8ZyxDOo5nT { top:9.375rem;left:33.625rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siElxzGmFZ3MALKzC3Q1alN6wU2x9v0o { top:13.0625rem;left:29.9375rem;width:17.8125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0hSLRTg6Tq2LT3wDTQ9ZTbzx3CcxdRQ { top:5.6875rem;left:45.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkcabuOhV8HFObC6ImvaoSuaTLzBT3G { top:9.375rem;left:24.012804031372rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyNnTenuAsqXKl78WrmBCTNxR2rUvvi { top:0.5rem;left:0rem;width:47.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4v782OmhUtFyEtpaDo9NGr5nhKuZEWA { top:6.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM { display:block; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPEDlJLN1HcDVTFyduWFGfMQvpBkQzAX { top:4.5625rem;left:3.0625rem;width:38.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBcWJhLBtIE2xk6h7TwFVfAlc97JwTgZ { top:2.8125rem;left:7.75rem;width:32.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGgrabwgiQsR7smDI4r1qILcvS70GLh2 { top:10.5625rem;left:0rem;width:34.5625rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAo3iWdcltRQNLAqKGOAD4de4BuLEhq0 { top:10.5625rem;left:13.1875rem;width:34.5625rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1USqKZt5vZkMq5NR1uTfkqIOQzQ2o2h { top:32.8125rem;left:0rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMM6abhQPtcaox7LzH9UZ56bDRqI7CJ1 { top:35.375rem;left:0rem;width:24.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EJeXnvCaf6whPIZTX9iBpeocKVTCmM { top:30.1875rem;left:0rem;width:27.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZudQr5oSl512b1uROthrAad94N8L155 { top:27.375rem;left:0rem;width:26rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzoE0uXpp70zirMV2rQPEHUMHtE8Qui6 { top:24.875rem;left:0rem;width:28.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnxuEf6PWnsxFAeObwDnsxWUmpuT1MTp { top:35.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHOCZHEC346zPofJd5l6yLEZaLfhqXwz { top:23rem;left:0rem;width:28.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cde96sEBbN75nSNfrcc06h5GZ5bKWrzS { top:32.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOeSKRbvhDi5D00hlXOn2tCs4yPXbCa0 { top:30.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1mKmKPektuEnrOw38UUWs4ZJTAunlS { top:27.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3VVLNbZicvzDaqPJkvWfS1zOKLw43n { top:37.8125rem;left:0rem;width:28.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfmnCMSefSdw8l6p1WovSRhAZTCIIq1g { top:38.875rem;left:0rem;width:25.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLEIfZac1T9THIyoIzGxg7mcMLF1BfKf { top:22.8125rem;left:18.8125rem;width:28.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE6VdN4SJ4g745CfbIEFXKbJqMT70AQS { top:24.6875rem;left:18.8125rem;width:28.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eolkKufImL04I3QgTHnZ3GZspDGJwfoN { top:27.25rem;left:19.875rem;width:27.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGERkv2tnKyW7Gps0mfikVkXo6Fnxx70 { top:27.125rem;left:26.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQd5xRgoWAOAxrpupbccApaRuGWAHbLA { top:29.9375rem;left:26.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6hT20SUiAAElwoMdqKr7T1gmTJov6r { top:30.0625rem;left:20.25rem;width:27.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4qV8fKVmZG2oP5euBNQsGIh5oi9aTD { top:32.6875rem;left:18.875rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxER2mpNH6v3WxxPspAEbrRqW4yi2Sv { top:32.5625rem;left:26.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CCxBpl4KWOXTi4IlwS9kQrBeoVTFkf { top:35.25rem;left:20.6875rem;width:27.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auu0DNb87SPJEqtD6vtTw0nutPZzVMdR { top:35.125rem;left:26.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZlPJ3xdQKRT6XlJMqbRAn6WP3WSa8w { top:37.625rem;left:18.9375rem;width:28.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpxG20JwT7BmQiC6IfRk9qUnhHD1ZVdS { top:38.6875rem;left:22.125rem;width:25.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpKKTS9koNCuwTlc0OVClOSZPJLymQdf { top:48.8125rem;left:0rem;width:34.5625rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hicx0VsWU6Xf2gV2PeqPoHdsbDZkFu9h { top:48.8125rem;left:13.1875rem;width:34.5625rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEw0hVdLziECHXwDFbbSF0JHwxD5aC26 { top:77.5rem;left:0rem;width:25.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvFSQn3Xc7UAwqGUNWI1y6Q0Lt4quE6f { top:76.4375rem;left:0rem;width:28.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBrHJWn4R9onJDJTs0B6uslA6wv1Fgs6 { top:74.0625rem;left:0rem;width:27rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf9BktBlWLqgbDpUI3H5k6678OkZyUtL { top:73.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJgumknAPqRuKVzrUpbvhxpC5cddBt2h { top:71.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpzx86Mcziku85M0w54g6dbaAV0TxCPd { top:71.5rem;left:0rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqIGRTBVkIUUHl7W5sTKalparprkf3F0 { top:68.875rem;left:0rem;width:27.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6yMtHQCGLzWfT9g288zpydXuNKx3ZnC { top:68.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVZG9R93RRDgosFq4rRhGX1Zhb6A8k3t { top:66.0625rem;left:0rem;width:29.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAXSonf40XINAADH3neh665vie6I7MEF { top:65.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUTl5f56HaCBhlRPRqpoNsbmJbIh7yz { top:63.5rem;left:0rem;width:28.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaqtA5ww2QNFxSWaHNNd6yzWN0JBv8zo { top:61.625rem;left:0rem;width:28.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cULJ2GfX2H8ZgF18TVwcUGgrCDsBc1Jr { top:77.5625rem;left:22.125rem;width:25.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRGFgTiod3FbLZEdBTphFvAcdmT9EISx { top:76.5rem;left:18.9375rem;width:28.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR6S0uwuUXwlLfTF9FK33ThoBzXCWQwu { top:74.125rem;left:20.75rem;width:27rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrXMwceHA45n9X9TqM980tcOHQmKJf1p { top:74rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwKWREEe4btH652bN2z4ZxUUOQQfsVO { top:71.4375rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLo4KiyZ6KsQRe9kG8BZSPihqMA8Gf4 { top:71.5625rem;left:18.875rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeaDXyU0CpS590vGc6XFPTIhJRsEpnTz { top:68.9375rem;left:20.25rem;width:27.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtWsJpFRHKzgz2L4zR9tiK1q6Lqq3xXu { top:68.8125rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viHWtf5O3xv7muGnroWD7RoRkiToZcu3 { top:66.125rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0ypF6T7zyNwO4e7JcvUqmAUxcCpqRZ { top:66rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4QbFW9vAPHmv9fIuF5O4XJ4Ig3viRfL { top:63.5625rem;left:18.8125rem;width:28.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcQbP5wvhaWozGTVwH2bq1aJCSqsIPB { top:61.6875rem;left:18.8125rem;width:28.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRU9RF5vJ1ZQQ5m2eGe46NXv9mmCfBC3 { width:34.5625rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8koHGnNIzNNqykxz5HDLLRH2foGRC8P { width:34.5625rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbM65ANLisWy7aHR364iu8ufJZuZiQVR { width:34.5625rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGLQasUx2aWrPQ2SOwThT760FE8lJ39T { width:34.5625rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw { display:block; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrGrWsKqkLs1dNXdQqyeQenU8bKoOR3m { top:1.25rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK { display:block; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtQ4tJMwbdFOLAL1VyNl61tQg9KfiqSC { top:3.8125rem;left:6.4683170318606rem;width:38.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgnbHssBdmv6JaQ07om1kB5IdaITTsK { top:3.125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHz4XpPN1xxBTGfPn23m6zdLcXfCnoiU { top:7.875rem;left:6.4683170318606rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzwDxns30vIyfVTaJt1hVWSQ0V4gG3QV { top:8.0625rem;left:9.6378040313719rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMHsziIrIEmustfm2dkd1ww87ndnkH4C { top:11.8125rem;left:6.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAeDuXz8x0Gn7OaNbSQJF523uVqV2H0R { top:12.0625rem;left:9.625rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxCPvOHJuLaP2P9TEThEbNKxUlE7ZkWk { top:12.0625rem;left:27rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5SXXFi6cozNt8GymPiEf8R6QELZT6Av { top:11.8125rem;left:30.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeD9Gcb0AagJM3xBtFN9rqiKogMoR70B { top:7.875rem;left:30.5rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0kSVELT59JwmCkTJd0sJ0XgMvpMTot { top:8.125rem;left:27rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkN7RErb51yxPRMOZHOdllazy5xgGrJH { top:15.875rem;left:7.875rem;width:34.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1ReyU5IkpJyvfgKRLHGnWPEUbBeXGxH { top:14.75rem;left:1.4375rem;width:46.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr { display:block; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acyIKav2ZyU52vbmU9kagaqgmsTsDT0m { top:5.25rem;left:4.4685344696045rem;width:38.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soszhyu9zqHpkIw5c2XyQKQP9U1DhPQo { top:3.4375rem;left:7.3743495941163rem;width:32.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW { display:flex;height:auto;width:45.25rem;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #atmKJ0MMMskHWed323InLkVSAfdrXmeE {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Qv28EkQH9XkOW1QCEEGEBT8HfdTqsIe2 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #tsdO2ygCwVtsy6I4PHFOmdfSC1P6E4SR {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #RUBT1K1SRC9QCmLQWT00Emhr8ADTuLUr {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #GSrwBxBc6CVKrlNcGHdgkFhQ9iUKJgcK {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #TfzKfxK5SuSzATvlLikqIVwZbJqJPc47 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #EVSiJ1Ju1cuwHZXhD0wJH69AwBK613KG {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #c2ylif8b4RcmDCk07nz2lRf8H64IkUKT {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #vrAnwQwGd0DRawdTzZrOy9QJaTiUWbdx {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #sItnrUv8TPy2t7zlB1oOeIb6ypgpTroZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xupU4GCqXkQMNi0wws2UAyLqE8TclqqZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xTm7svMIZEfZ8vTvGq4f6DZIODhR5t3i {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #qRb300c6TQtTbnNrbhOq7eR4y9LvAtND {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #spJnx2KdFg5F8fREKTM04CWgJuPxO8zP {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xsTctklfdPQMXD8d6i7zBgOSiEf3qkVG {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nXqZrcggTbNBkVQ3U6fCTn2k6smk6Eu1 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #BKmEqkD93GDqTxaqbfiTr74ecirES1z2 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #squTW5zn71TovvTAVV90DD3RCCmzoz54 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #IkL9Nx5oyCeUFH6NmCT10SzfxHyMP2Fz {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Qk652XibN7TyRREvy3HgsTJvZ4CeJSrv {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Hd6pmAywx6ptt0TTCHlqdXpgxmT0wDON {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #MX5GpOmXkkHoWEWVeW1zr7tqd1v5TnZp {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xVTtuHE6x5pvhlUT6JIVJosUT5pMC5Gx {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #slkXS8q8x7Ing6plFl3lIhTtpSCHA7Cs {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #hMI1uJl5WIBxD1L8c1HagkxHfNhV2TRq {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #yQryfQS7VwIFTWq3CsLmx63V9DMuR87x {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #msxmEAwpuL2SrnbpadHQe48T1iwz2mGU {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nE6fFkpQ2VFSRfpG0nSwCq83THeLf3Bb {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #qptni7IcQzJtuIV0L8PUgBk1kLQFFWlH {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #CxQmC4XVMZU8MaOtLUx72ALFRq1hdGDU {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #yx8axyv8F7s0tif2109bdro2hykoeq4x {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #o4xCEmF22xh4J2MwAy96tQzyTHpea8tZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #iI9vFdr0T2sTK2aAD3prAsT2ot59tCXm {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #WGUsfymxT2yz3O59iA5nMaMeTPnEvDO6 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xShQhgF6s4lhOpRflrWZ1dgRPzP2ck4m {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #veMim1mW1yPMR7eO4dxUVTP1v3uBMfQB {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #niTiQQOQOz6MDZD84bhe5DgcpV8cCrED {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #UWhQibpQ9rQINUTcfgKAJHXfHgUoAV0R {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xczwPwBhSIzlUE1qMn8mCdPPOHqzoOdb {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #ToX1x2JR6tTJMO46lCiPdhR2LwU8whE4 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #U6usUakV7LZ8zQl6b1W6oUaMp5PSLXoZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nD3vHn4xbKXPdB2EFym3s47Rn1n8IxAS {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #VriTsnmdpWoBlAN4IX81fx7Q8CALcL0e {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #BkUq1UTwt5fon8ARgFTbwyNGr4ZJoTCK {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #bEcu0bTTiblU4I6fC6FVtQeBAuoTVBST {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #MRWv5U4hxCZDA8e7rX3JigbLp0VpxeLv {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #iPFH6Zik5C7u35PxEHcdGxR6M1bTbPw2 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #HXvExGLHDeLcDOMUgrbv2lCfA15LrgH6 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #uM2aDCzGwh3bSoyN2VEGJpght61Z3LmT {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #U5lSEn3wqHOZK7cxb2rUpOTsFULuCVoQ {  }
 }@media only screen and (max-width: 763px) { #s6v0HGRz6bIa5x6tE62CRIqTadPVrfST { display:block; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzqDlO5uEfecxLah6IslWAiRhRyb6b8c { top:6.375rem;left:0rem;width:31.875rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e094oxT2267LpXMfiTUig5MWdhZicux2 { top:11rem;left:0rem;width:32.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd4lNTBpcE4l9BNxgHkWVocuPwHCw7TN { top:15.5rem;left:0rem;width:28.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6gEpgb5I3cHhamlPXq5allA13XOzkL { top:21.875rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scBQ0XWpXJHJ4OZMuy9DqTL46MtKDEO3 { top:30.75rem;left:0rem;width:37.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH { top:34.6875rem;left:0rem;width:35.1875rem;height:;font-size:0.875rem;display:block; }#v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH li:before{  }
 }@media only screen and (max-width: 763px) { #gxUxSsZ5zcqTPfZJgKRlbQNeT0hOOlDQ { top:47.875rem;left:7.875rem;width:31.875rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFCqhgZRsnyncwTkH3uibyk39rz5IMpQ { top:54.25rem;left:0rem;width:17.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1S8lv2bQK574Eh2BoL57vDkD0LlGx7W { top:56.9375rem;left:0rem;width:13.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKy7MA2kb3wuDHDC0V77Hlkazt1iOCZf { top:59.4375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz9O8snZq9VFty8dm9bMQk1PRQFGakKB { top:59.4375rem;left:18.5rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlzlUbga7qA9zCyMTGuBWz1cvvfKyCtq { top:54.25rem;left:15.875rem;width:17.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOkLA21NTEG3T23FeZfW5CwO1i7quvPU { top:56.875rem;left:17.875rem;width:13.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v95p2pgZGW9G2TuRVcHLQLuOeZblmX6x { top:59.4375rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deIyPrfaOrEedT01AA3FCJcxzUlWN3bu { top:54.25rem;left:29.8125rem;width:17.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZw5TLefVy0zdVgG9qaZXgbVwaiGF5Xc { top:56.875rem;left:33.8125rem;width:13.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6O78UsefXtMUgqIt1m4L6gGhvyC0s17 { top:65.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUu3ye0kyM6lOF39fCefC4nUnBCsG8h { width:17.5rem;height:3.4375rem;top:69.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TShxq4B9hSkz0KilbVheC0KKAELKTHiy { display:block; }
 }@media only screen and (max-width: 763px) { #pJpS9ETDIWJTpaOczBeFRzo6mL9nSNUP { top:75rem;left:8.5rem;width:32.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ood10UfuBfm9HbAbt297h8NfH0GFB6tL { width:25.9375rem;height:66.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #odPPhPmLutog73tZZz0kSZgFTV5ddcye { display:block; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rsg0ESABJganALHTgoQzJzawDAuxPvvT { top:5.625rem;left:4.4375rem;width:38.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COHJ7SDK3BoVrqdZMhszcN4AJGCglbin { top:3.875rem;left:7.375rem;width:32.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcyeUa4w9Wrndq5gZofz1yV0tUpdRhp { top:11.125rem;left:10.5rem;width:36.625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsVHrJLQwC4qWhaTGT7HQVgW8F8OR37w { top:11.25rem;left:0rem;width:36.875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlvRuIabSp5oaMxuizHDXlkqwyFSAPKp { top:17.8125rem;left:0rem;width:31.875rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUT27REllTPgKztAShSq9my1QZr4hwhm { top:26rem;left:0rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtlD3itZMIMlo2QsIAtPGTlx6tiEwTdC { top:28.8125rem;left:0rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHGnItlKs7q9mcl0oSlk00VATwwNCdq5 { top:32.125rem;left:0rem;width:24.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6KBpHTB6la8nigGrDLvxTgn2lfAJuf { top:23rem;left:0rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcISd0wTZO4vSUD2BrhM4Vf758POEHr { top:22.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoF673m8IH1CEvAn8RwKJ1mQnHdlogRF { top:25.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmbJ16AlAJMuy4tc9wD5NH9whO2HeFR { top:28.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJtPQrsJsFvPoLQgRb2epGhUPWi3zVyM { top:31.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAwqLKmykuJTIq1v5K1G1He4Xm7EkPc { top:35.0625rem;left:0rem;width:24.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqQdVQVT0xXet3gOFF1Cz1cMTbd2rxQ { top:35rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9sn7qincXVf0CVzE6APHL9gbVVqvti0 { top:40.3125rem;left:0rem;width:15.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSm1yiTuFhufKSdUZweQ8J4wEovTse0M { top:43.25rem;left:0rem;width:31.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Ald3w7994EmfJGA3LpJFAdrQFEnz5h { top:35.125rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Zaz1feceA5Ga02shuGFD9uCnZszrEf { top:35rem;left:27.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ixnExvwA8koGEfx704xNP7SOTQFylT { top:40.375rem;left:27rem;width:15.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihFktr7pLQuae841uTnN1Z7EmOHfJB2 { top:43.3125rem;left:15.875rem;width:31.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHhN60qUZyhoGZhX4iU0sNtmz32qXxm { top:31.875rem;left:27.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx8mrruPe6ZMJLdStm1vyzoKfc21lwu0 { top:32.125rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4NMPqcpRubZpvSUVzpk6r22ZiezVLvC { top:28.6875rem;left:27.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQHPLxaDCz9UupLoPLTlw5nvSNdmI8xq { top:28.8125rem;left:18.875rem;width:28.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnhlhFsLfOfiQgyJxm7NHtbdd6ScITIv { top:25.9375rem;left:27.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GypNnb1h2Z6Ewvf3CGuwPrOimpWaQtvS { top:26.0625rem;left:27rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEAbax9twyVAbMJ47WsdfGxG8JvRWhct { top:23.0625rem;left:27rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCGS2uFBhAmhn1Wwi9z78tyhRlvItZO { top:22.9375rem;left:27.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13W25W32THMvhA5qdmXX6pCW3DSCTcT { top:17.8125rem;left:15.875rem;width:31.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRuSF0GqK3FvdyT075BWqQqAGo3WH6b0 { top:15.1875rem;left:28.25rem;width:9.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvibzaTMZclagWyq5iK0GviPmqWDuRTq { top:14.375rem;left:27.25rem;width:10.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfA8AtgSfxCsKgXNvHzv1i2GqKBO3Ff { width:24.875rem;height:3.4375rem;top:54.3125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXDpiWddxWCz4KQ00vuQTU3idcsdUKb { display:block; }
 }@media only screen and (max-width: 763px) { #hWTxdmkfbEpfWwiSuIhT2yo9VA1i8UhA { width:24.9375rem;height:3.4375rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJrCcPUmzpsPG6VOh28JkokBfb6X5VsO { display:block; }
 }@media only screen and (max-width: 763px) { #fLIlzXFCNW97w9J7yebTQvn38KCo9Zey { display:block; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9uJFZTBZ2nCqKXUFtKTaWRP60DHFEui { top:3.0625rem;left:0rem;width:7rem;height:1.2390915688669rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMumT5gqhGsObis6v9FG8yGhwk56Tx5J { top:6.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXIH6dqmFs60WSupCfa9CqTq92ELxlOc { top:7.625rem;left:0rem;width:27.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRB8D2OHGz1PX8QX6uIg2mMfg4qJd4pc { top:7.625rem;left:15.875rem;width:31.875rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRGiiq0Aud3uSaO1aalXGJ1RyTmc70X { top:3.125rem;left:40.4375rem;width:7.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkHlbX2vtVTfqhlSSC0IumWIMOLlP8T { top:3.125rem;left:37.0625rem;width:10.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f0efef;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd { display:none; }#b2IpRoP00fkpzGS5WmfGtP0Xs8DOMyZd > .row .container { width:20rem;height:23.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hr5bK1ODFRcNkSSkSWhm1bpB0hQUViiA { width:12.0605625rem;height:1.93685rem;top:1.7491320371627rem;left:3.9691842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJyZJzLS9LIWglr91chTUR31kKBlSXgG { width:15.625rem;height:2.9375rem;top:9.6241330390931rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8c5eKTlRren0dP2UIGtzesk8n818Ei { display:block; }
 }@media only screen and (max-width: 763px) { #KhI1PQuO7QugZ5Ac1o3A6UevzsPMmQBH { width:15.23567375rem;height:2.86046125rem;top:6.0297312736511rem;left:2.3806424736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiI1RIERnPlGtexFCFbMSfs4ETAWIrRb { display:block; }
 }@media only screen and (max-width: 763px) { #fTrzxSTUZepJhegXSqEJ2IqpyZAnB8rZ { width:7.5rem;height:1.2999125rem;top:13.810762523651rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpqkBzskpbb8Npope3ODgphZS5iK1OVS { width:7.5rem;height:1.2999125rem;top:18.908412523651rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRQ5Tg1hVU6OScFbOum7vBQ2fKlXTb3 { width:7.5rem;height:0;top:21.458218773651rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBVzdkUARbca2rMGC5DPR7n2osAOSHJA { background-color:#05111d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container { background-color: transparent; background-image: none; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container > .video-iframe-container { display: none; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row > .video-iframe-container { display: none; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .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); }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container { border-width: 0; border-radius: 0; }#DBVzdkUARbca2rMGC5DPR7n2osAOSHJA > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iypWKDF9xZcfGckwArBqgIyyo8Javd0p { width:7.561875rem;height:1.62435rem;top:0.84228515625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vKEpIAkXUkM2TQB19NnKRONVVq7K7gOb { display:flex;top:0.875rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #gGCB3wyx57s26q0ZN4kmTCeGWtGPyehx { top:4.505859375rem;left:6.5625rem;width:6.875rem;height:7.1982375rem;z-index:15005;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;line-height:2.4;color:rgba(var(--color-secondary-0),1);font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #UoVcANEtkFrGC6skQ4rWgfHTPIVOK9do { width:16.936875rem;height:2.93728125rem;top:17rem;left:1.5625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RG4fZ0sm1TX8zMatfJeTx1g4CGN0GJZz { display:block; }
 }@media only screen and (max-width: 763px) { #xvyT9L63pcXhezvPxOynzt3BpFokl7Qd { width:16.98592375rem;height:2.86046125rem;top:13.375rem;left:1.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #onqTHwiGfTwgZoQhieEyahkBndoQbTUQ { display:block; }
 }@media only screen and (max-width: 763px) { #JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4287ae3d-302f-4a75-9461-ebd2c6542a8f/iPhone171.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ.adaptive-delivery-prevent-bg, #JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ.lazyload, #JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ.lazyloading { background-image: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container { background-color: transparent; background-image: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container > .video-iframe-container { display: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row > .video-iframe-container { display: none; }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .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); }#JQEyNu6ki7hnEt5NRWPAdMiflt11AngQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHIQNkpI4ykN04xaKvTrSGhw7MV0copI { width:15.9375rem;height:4.87305rem;top:2.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6W8NXqpAe5O2TDyCIPI1h9OMkilbdf { width:20rem;height:5.84765625rem;top:7.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vROTTqOwLD0slyKqKmO6gCSJHDKtAclo { width:20rem;height:3.41015625rem;top:14.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xg91x60NDkSIioUSM0ZHyTAiHofRnPai { width:1.37478125rem;height:1.37478125rem;top:18.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGEJyTfSwzMTTk5FbmOTlWyzalRkM5VS { width:16.875rem;height:0;top:18.5rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #m32C516izFxf2F6m52smnHk3A0SNPleg { width:1.31185rem;height:1.31185rem;top:21.057943344116rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxmfOvI7yLD1KFg5EEIKyNvPWCwUEsEq { width:15.2495625rem;height:0;top:21.375rem;left:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6bVpyWBZ7Wwfdi815rH8griQfdmKCR8 { width:16.1870625rem;height:0;top:23.625rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #H6C8J9t6ZFPmubZUdguxJ1dVopNdhLiJ { width:1.25rem;height:1.25rem;top:23.373479843139rem;left:0.91210943460463rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBd6HcbdFBzRCVtiN7JkkZyAMvKA77Tv { width:14.124375rem;height:2.68663125rem;top:19.9375rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htfArby33Ssa8UaIKgeJsJZFffcT5ptV { display:block; }
 }@media only screen and (max-width: 763px) { #lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 { display:none; }#lT84lTBLPvS4JZTae1l3tXXfMPTyInp1 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTCiWS02MNTpd0nGnaCwuKBQRdHJSPfu { width:20rem;height:3.8984375rem;top:2.7994785308838rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlanALphneAPDlMuoDVsNOJn8LstAOT9 { width:20rem;height:3.41015625rem;top:12.478300094604rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqx3UFRtvyIFoy0mzGN29eRzafgi2O4D { width:20rem;height:1.14800625rem;top:9.3901920318606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl { display:block; }#FRHHXpFKmwFWaXVXC55pgTt9XJndwXTl > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvxNge8tvhm7nizrS7lyKRlDWULbZ0ro { width:20rem;height:5.0998333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv { background-color:#f2f3f5;background-image:url("https://images.assets-landingi.com/uc/ce942f7a-9a7a-4cae-a055-03a08fd65bb1/iPhone16Plus2.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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv.adaptive-delivery-prevent-bg, #Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv.lazyload, #Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv.lazyloading { background-image: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { background-color: transparent; background-image: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container > .video-iframe-container { display: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row > .video-iframe-container { display: none; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .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); }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { border-width: 0; border-radius: 0; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row > .video-iframe-container { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }#Hk8Z1s1n81m6oN3JzHLsH7I6pMeGTzQv > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9BtpdSbt0mvlS9wvdlOrdHQWsHtnaVg { width:20rem;height:12.7495625rem;top:18.699003696442rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpnrO5biUOG1hmGCFdMnMvMJKVir29oE { width:16.624375rem;height:3.8984375rem;top:2.3741326332092rem;left:1.6872830986977rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyWtgMcPo14RiTurA1FzRmAdEhxUMnRB { width:17.874375rem;height:4.546875rem;top:7.2873268127444rem;left:1.0622830986977rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLmCCOR04kbGgEAkpw6xRlAglWQvANnx { display:block; }#HLmCCOR04kbGgEAkpw6xRlAglWQvANnx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ { display:block; }#Cyn7sIfA2qyl2GicAPqOaB007UrDKkmZ > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WknNgxqIZfk4RzXbshts1yD47cnLUKu8 { width:20rem;height:5.84765625rem;top:3.798825rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTft8TvdKQ5exTFTyOWaWkwHtvKaX7R { width:20rem;height:1.2999125rem;top:1.6243515014649rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0qWCzSp86CzuaymeLCKf7U1Qa3qqOMw { width:20rem;height:5.58268125rem;top:14.891493320465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qydNOkqi7W3y3EpreSQTOhXCekz531l6 { width:15rem;height:2.2734375rem;top:85.93533325195rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzXqX3ZXgiq8nM42g077f64ZHeeGRoi { width:16.3748125rem;height:1.625rem;top:12.875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7imuexr01xEh6ACzRZzRBWe36R328Z { width:16.3748125rem;height:1.3808625rem;top:37.1875rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvvJWAaku4kSP653EeAcC78khhtf09U6 { width:16.3748125rem;height:1.625rem;top:61.875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 { width:16.6873125rem;height:2.599825rem;top:16.5625rem;left:1.625rem;font-size:1rem;display:block; }#TC4qgWCbTgP5xbnnnnqidI749VnzTQO0 li:before{  }
 }@media only screen and (max-width: 763px) { #Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa { width:17.1245625rem;height:2.599825rem;top:20.1875rem;left:1.4375rem;font-size:1rem;display:block; }#Ttn6LkQf3Ma0vT5uN4wtmoAPrKqSJZQa li:before{  }
 }@media only screen and (max-width: 763px) { #q00ps992J4eRpKzDoTuIbKps1hBmA1po { width:14.8123125rem;height:2.599825rem;top:24rem;left:1.4375rem;font-size:1rem;display:block; }#q00ps992J4eRpKzDoTuIbKps1hBmA1po li:before{  }
 }@media only screen and (max-width: 763px) { #mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO { width:12.3123125rem;height:2.599825rem;top:28.375rem;left:1.4375rem;font-size:1rem;display:block; }#mPhuJI0e4QLZM3Th3UNzSWKSZ55JlDHO li:before{  }
 }@media only screen and (max-width: 763px) { #ndlPkeeszzAwkomruKgQIqAaVOVfPI6O { width:14.124375rem;height:1.2999125rem;top:41.6875rem;left:1.4375rem;font-size:1rem;display:block; }#ndlPkeeszzAwkomruKgQIqAaVOVfPI6O li:before{  }
 }@media only screen and (max-width: 763px) { #iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH { width:15.4373125rem;height:1.2999125rem;top:44.375rem;left:1.4375rem;font-size:1rem;display:block; }#iJUO8oCm9QKq6cRcG1nisma2hEBdfTRH li:before{  }
 }@media only screen and (max-width: 763px) { #TLPnlKsyzitFKTAShlSobJEISCZdIG7D { width:14.436875rem;height:1.2999125rem;top:47.375rem;left:1.4375rem;font-size:1rem;display:block; }#TLPnlKsyzitFKTAShlSobJEISCZdIG7D li:before{  }
 }@media only screen and (max-width: 763px) { #wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy { width:13.936625rem;height:2.599825rem;top:49.6875rem;left:1.4375rem;font-size:1rem;display:block; }#wdskWmBgFqtyZodcqTvbfRrXbnmqM8dy li:before{  }
 }@media only screen and (max-width: 763px) { #lQxBiu3nWu87XFH4hBTudDLs3FVxRQbR { width:20rem;height:0;top:72.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssteizsQc7NPlAmPpgIiIo6wJcxrEv6W { width:16.125rem;height:1.2999125rem;top:65.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJCFTUAIJgUFfMErto9vRBO1TEiS6Th7 { width:14.749375rem;height:1.2999125rem;top:68.9375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXsEhVGtVP229zPUa3A26AbNVorxked { width:1.49956875rem;height:1.49956875rem;top:69.561635971069rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZFLb9E2PUBgMeH1ZXZdJv4KloqQvohV { width:14.749375rem;height:1.2999125rem;top:72.0625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErQ4g8PO7cOGgihCuoURSfS3Epuvucr { width:1.43663125rem;height:1.43663125rem;top:72.717018127444rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBDCMthT5pSpaVT2XmF146sLJ6MAAP8A { width:1.43663125rem;height:1.43663125rem;top:76.049266815187rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5y02uVeHxdxJ7B2NFCXSTTfy8bNnqIb { width:14.749375rem;height:1.2999125rem;top:75.375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUiRTX2rlUbxqmxaFecFRVZEdBduWWz { top:11.25rem;left:0rem;width:20rem;height:23.3125rem;z-index:15001;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xdmz9iHhTv4y1ocWXVKDXt1oe0UGwJ23 { top:15.5rem;left:0.75rem;width:18.75rem;height:0.125rem;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CaRZ0qBcGIOafvmeMwAcADZ2KOBAohuH { top:35.5rem;left:0rem;width:20rem;height:23.3125rem;z-index:15003;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ipTWfqPkUt8loZqlZLvbhF3qt45EQG9D { top:39.8125rem;left:0.625rem;width:18.75rem;height:0.124783125rem;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SiJtr1hMAov40UA5gkN9TGTb6bniJ4Gl { top:60.125rem;left:0rem;width:20rem;height:23.3125rem;z-index:15005;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NqsL5lChBeLLHGedQAi4IR9rHOOffmKT { top:64.6875rem;left:0.625rem;width:18.75rem;height:0.124783125rem;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TT1phhQlAooQ67HaWrae3dSpLhEzgOpq { display:block; }#TT1phhQlAooQ67HaWrae3dSpLhEzgOpq > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aS5VumKqlGITqR5WicKXWwucPo8bVwFP { width:20rem;height:3.8984375rem;top:2.7473955154419rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9zTFx6QrKwxXByyqqez8x2hrbbRvIkc { width:20rem;height:2.2734375rem;top:7.5358076095581rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 { display:block; }#TG69TMKybpwVLCt8VCg2mgi3Ofomwk22 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RywpwvW4VLS7SBHF4ch8dUTeFxN9QVq3 { width:20rem;height:5.84765625rem;top:2.1245536804199rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zksnIlLbayDO2SIdph500OoyXVCILqp1 { width:20rem;height:3.41015625rem;top:9.4900169372556rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOfzD2XPAgUt3oX14HOBotraE2Uii0te { display:block; }#dOfzD2XPAgUt3oX14HOBotraE2Uii0te > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZtr9iwC1bK3Tmp1JtpAD0rVtKnP1Eku { width:14.561625rem;height:1.94921875rem;top:3.3170337677002rem;left:2.7191842198372rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #So5plVdUvpZaPRnJ4crXWbXgiKIbM0JU { width:14.6875rem;height:2.923825rem;top:5.9136295318604rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kq88ezn3uzuBsC9gD1vUP0wLxPpecT9p { width:16.25rem;height:6.8203125rem;top:10.859376907349rem;left:1.8750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6Ws25We8VsvtdOpkLPppMRrLAzHsPTu { width:15.999375rem;height:3.25rem;top:19.304470062256rem;left:1.9997830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6dO87rat62VhTKedOD3H7EVwJSsWZ8o { width:18.061rem;height:14.5605625rem;top:24.875238418579rem;left:1.9379342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkHKKA7IxKzUBWXOUagy347N9T3TDZRJ { width:20rem;height:40.6875rem;top:-0.09722900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD { display:block; }#e1xeytR5pUNgTfRdp5UI8FfW0uqyGKGD > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deFeHXBfzcleyiVU1dxopBiItQZi0m5F { display:block; }#deFeHXBfzcleyiVU1dxopBiItQZi0m5F > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGP6P1cQaH0CaFKzfzHafV2z27sQIwdN { width:16.3748125rem;height:1.94921875rem;top:4.5258178710938rem;left:1.8120661377907rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qy7XEr8GzdFdOzgzGJvwIGnteHBu7Cth { width:20rem;height:1.462675rem;top:7.0655364990238rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c507b13s5FZuqKv0JVVHyBkenBKv0VD9 { width:17.061625rem;height:6.8203125rem;top:10.725479125976rem;left:1.4680989384651rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stKOAdCJkTgHnazBuHFTnJNgWnOxOcfD { width:15.4373125rem;height:3.25rem;top:19.775390625rem;left:2.2808161377907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0eVzNLkJKuFsko6ZNprMKfvTL7TxSH { width:17.6855625rem;height:15.2485rem;top:23.692493438721rem;left:1.1566841006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21rqqN8Fs1ThOq3J6tymhCRgUkA7SO9 { width:20rem;height:38.8125rem;top:0.0618896484375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #erNzJTaX4DtOHXqzHswosMk6WBEgtZuJ { width:20rem;height:1.94921875rem;top:40.191004882812rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv { display:block; }#gFbeqd5TdpMrIyBJ4m09ZIRleQfRM8Bv > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 { display:block; }#GuTDaGLBQJtxPnq8KtoEPNoFGEWql5Q6 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aole2EtJpVRClc1FHmNt3za8SiU2CZSn { width:20rem;height:1.94921875rem;top:4.8730487823486rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKJQNxqLBvL7R6khbihyfRESFeyelKuf { width:13.9995625rem;height:1.462675rem;top:8.2291679382325rem;left:2.9991322159767rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkZLhOBq6HFFNXR4TKUnKhuaExtcho4U { width:20rem;height:4.546875rem;top:12.697484970092rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiDp4vEU7y9cxTqE3rPziPGEyHWG9bgN { width:14.1873125rem;height:3.25rem;top:19.270835876465rem;left:2.9058161377907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrTrXE5o2Nd0zTPfWKTb2Scl2JIQmnf4 { width:18.8748125rem;height:12.374125rem;top:24.37823677063rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRiNHgv0GHK3y6DCfMbseTslmLpSag3f { width:20rem;height:36.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I { display:block; }#CI4ohUp5Gpce1niKUdHMhLOlLFSEmd4I > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe { display:block; }#sCxnJDLuJq2OTqMCJBKwk4BGUHRNUBhe > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lw9Hber47FZ1S56AO3UnmSU2UeRpV8rK { width:20rem;height:1.94921875rem;top:19.469402790069rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1bU2vwQmeKDg2RhBXaTCcBKnoO0gsAa { width:15.5620625rem;height:1.462675rem;top:22.068142414093rem;left:2.2189670205116rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeS0mQ11qpXgcd5Ovz5gsGdxcXDUzowR { width:15.4980625rem;height:7.95703125rem;top:25.042337417602rem;left:2.2504342198372rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCQAD4ExUSn8uFoWT6TRVprOED8BlOCE { width:15.374375rem;height:3.25rem;top:33.952908039093rem;left:2.3122830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LB48GuyTeZ4WnpA928Hh7Cw8WQV9pXdh { width:18.499375rem;height:17.6248125rem;top:1.9129772186279rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfMgqWqe3nwQkdQSxNVzEZI66xQLo2q { width:20rem;height:37.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB { display:block; }#rtF4Bh6xKqyQz9bhdudsLMiw2RqcrvAB > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx { display:block; }#vSGFM8dCtmDUd9GrPfgIe2LAcW55gkUx > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQrpy6zVH9dH7qfUgpsC1HcnD5T8cR4C { width:20rem;height:1.94921875rem;top:4.3088092803955rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0tcBQGbcclbW3GO0G8P2EtsqgSVlrJ { width:15.5620625rem;height:2.923825rem;top:7.7463111877444rem;left:2.2189670205116rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTxtQ0HKTgsUL7i7HEkcL3Bv6ofDXGLP { width:15.625rem;height:9.09375rem;top:12.496744155884rem;left:2.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaMsADAHLdEbti5AfW4uhFtIBiaxX7T1 { width:16.1230625rem;height:3.25rem;top:23.308359146118rem;left:1.9379342198372rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4cBO2illp4KX7RFz3tQoFh2SIKcO3kN { width:14.9370625rem;height:11.9998125rem;top:27.435980796814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJk2oQgb18XnpQd6iPN2gmXTMnizL1y3 { width:20rem;height:38.75rem;top:0.74870300292969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt { display:block; }#h4Z0eboz89hdSUxMr9OTCxFhWzeU3tLt > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX { display:block; }#r5zfCJK5s0w405FSKy7KG5KRhA8KyOTX > .row .container { width:20rem;height:53.8291015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtnSigNA6OZtAeurF0e0DQsQaF03tkt4 { width:15.8745625rem;height:3.8984375rem;top:5.244140625rem;left:2.0616319775581rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNLigge2GtsSVonsg5F4m7H7BcqRvQfU { width:20rem;height:1.462675rem;top:10.374351501465rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpZHoD3oWEUZQBk37v4ueUVLuCn8BU8J { width:16.9998125rem;height:6.8203125rem;top:12.878688812256rem;left:1.4995661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBB7IwDUxZ2Ucysu7piz4M7fofxiwDgC { width:14.6235rem;height:4.38574375rem;top:31.691625595092rem;left:2.6877172589302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcScpV734rqCS5KPk4zP0FoxOhIoWa6n { width:17.8125rem;height:8.1875rem;top:21.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNmNUTK0EamXwyI7XfUZx7IH4bAU87Wn { width:15.999375rem;height:6.8203125rem;top:22.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHARazPULSWueRmhn4Cg5BGt4qeTxeN0 { width:20rem;height:20rem;top:33.829202651978rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXaTsn1tZBSUPEMUC169gdmrmnkTWhq { width:20rem;height:51.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z { display:block; }#aGNKpsMrozVA4AGAQTK6Ha8tfmk2GT2Z > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MquoV7T40JaycQPXotfXUFq7JdnbvT7W { width:20rem;height:4.19824375rem;top:8.7402362823488rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJdxkJDChEZLXR39HPB8ErbGTI0umTQv { width:15rem;height:5.84765625rem;top:2.0616321563721rem;left:2.5000000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1liBE9q1hBFazBerX4DyGrctSN0QRic { width:20rem;height:11.379125rem;top:15.376520156861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABCA3adAlmmtUHlCUvVGSaTMFKDNfZvN { width:17.3730625rem;height:6.8203125rem;top:29.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlOp2lfOOTv2uLTfHE4p6iSA0hRUJHP1 { width:20rem;height:7.75rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqfbJG0p2ZodG6yzaZLHaVvvcfvmhLFE { width:20rem;height:4.19824375rem;top:37.943794250488rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM { display:block; }#T90qbqi3nfgZ5x3Xkm4vZlO0VBKTE4KM > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVMM1XezkCTMF3xliWH1DsNTDBD95ibd { width:20rem;height:3.41015625rem;top:25.506728172302rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHa2kkwThZc962eqIyRxAuaa6TA04TkM { width:20rem;height:1.13671875rem;top:22.04426574707rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4EO9nx3nxrs4nSXx6mLheZ7V3InPsuu { width:20rem;height:1.94921875rem;top:18.4733125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m54nin8gHyh3raoBZS1NsQ2xxIFeuGgh { width:20rem;height:15.974304068522rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1zaw9EvvxHlTTSm6pCT2o6PNf32aEzF { width:20rem;height:1.13671875rem;top:33.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGDH1UXXKhcaZTIo1PNTsp4GrcoE8nb8 { width:20rem;height:2.2734375rem;top:39.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdM76BALSBkeRmFaVNX5oCoWe8LLWEkS { width:20rem;height:2.2734375rem;top:46.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igFh30P3rGHaWffIoZBUPRgqLyFTWLci { width:20rem;height:1.13671875rem;top:52.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWxyqTBoQXV9ATbAPrcEMLBv68cU8Rgp { width:1.9375rem;height:1.9375rem;top:30.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25Q2ny6wK8eBGKcCPawZtouEmsiFcPz { width:1.93685rem;height:1.93685rem;top:36.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #I586AzcRxwea5OWUsDJpOetp9k2TdR5k { width:1.9375rem;height:1.9375rem;top:43.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM90cPtchlOT9ztD33bl5p3g4tJrvpFy { width:1.93685rem;height:1.93685rem;top:49.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxckVbdetLzTMl9G3Esp7VMCTeLL1SwV { width:20rem;height:4.5625rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXITXqIvBFse1ykRIBM0fadwuPN9Hz4D { width:16.186rem;height:2.2734375rem;top:56.25rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omqLryUkBhM98Wyif3y0ZuUdUOnJViuV { display:block; }#omqLryUkBhM98Wyif3y0ZuUdUOnJViuV > .row .container { width:20rem;height:122.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbBW5xI77FwHT4vOrowv10goepSnoStT { width:20rem;height:3.8984375rem;top:3.1228313446045rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCiKKtGT6GF0nqf0GNybJZBzcvS8XpTm { width:18.5625rem;height:36.312241790321rem;top:10.05425rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa18febBs9O7Gk5LAUmFyTfQrHJzwf5S { width:18.5rem;height:36.251224703537rem;top:47.616125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPWKMZ7TUFbKJoWP2H1PXNUxZ0IiKsrr { width:18.4375rem;height:36.124125rem;top:85.1171875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfcNnJom8Zx8kbz26HLGbSI6DHA6A8ff { width:14.124375rem;height:9.099375rem;top:13.429921386719rem;left:2.1306419372559rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNWruaNCN7IymNTZLb4E6RifioyIMbPV { width:14.124375rem;height:7.7995rem;top:50.991796386719rem;left:2.6868476867676rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3XeJbdPyCmmouTk1PCxeZwaDVGl4NUT { width:14.124375rem;height:7.7995rem;top:89.141723632812rem;left:2.1247787475586rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS9Fd6ZmDOkTAu5wPMWvD0UKJl2zi2PX { width:14.124375rem;height:3.89941875rem;top:40.929921386719rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL37cpAGGsllqvh1GQk2Qpo5cDk91ZhM { width:14.124375rem;height:3.89941875rem;top:78.491796386719rem;left:2.6868476867676rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8tn8wOxsV05AcrfU3zl2syZUwzaOrF { width:14.124375rem;height:3.89941875rem;top:115.99285888672rem;left:2.8745651245117rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6KwhaMzAAfQw8xBtbsk55RDD3kTGUqg { width:7.9373125rem;height:1.94921875rem;top:23.294270751953rem;left:2.1306419372559rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pToRT6g58ivAtOlPBei6MiTUgITXZcLN { width:7.9373125rem;height:1.94921875rem;top:23.294270751953rem;left:11.320095062256rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITWrsBvW1sxH5odCb2Ki8hE2tl8qITIJ { width:4.81228125rem;height:1.2999125rem;top:25.243062255859rem;left:2.1306419372559rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PySqaXqBoEI2JxVP4CyO91SFQxFlcW54 { width:7.3123125rem;height:1.2999125rem;top:25.243062255859rem;left:11.320095062256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Fzwggq52b3zlFlf0ZLLVKoZ9ZLwI8b { width:7.249375rem;height:1.2999125rem;top:62.178838623047rem;left:10.624130249024rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13bk0KehZtgiP5w65niXZvbnEXiOBJo { width:7.999125rem;height:2.599825rem;top:62.115911376953rem;left:2.6868476867676rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqLUOsRoTgyN4aGucq4FmXyzEwr8DRl { width:7.9373125rem;height:1.94921875rem;top:60.240911376953rem;left:2.6868476867676rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aokSE0xy1JN5OVlcLRHaAXmPSCCkT8sQ { width:5.06185rem;height:1.94921875rem;top:60.240911376953rem;left:10.624130249024rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZUA5POvDWEqynHxOT2n3qXHM25gQchx { width:7.249375rem;height:2.599825rem;top:99.67990112305rem;left:11.312065124512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RefJO43clxA9LgqATRAqqGT7Bo0REeDG { width:7.9373125rem;height:1.94921875rem;top:97.74197387695rem;left:2.1247787475586rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJESHZi0vqVVFbkJCPy7bUGM9tASKSN { width:4.6875rem;height:2.599825rem;top:99.67990112305rem;left:2.1247787475586rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0WsqxAZVQko4CJXBBacSPssZvREFkz5 { width:7.9373125rem;height:1.94921875rem;top:97.74197387695rem;left:11.312065124512rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T { display:block; }#Vt9XBfTphshcU6Ncd2ayJpLfkkDhK15T > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSbSXQboLkqNCFOiawODc0GBQgaHkdLy { width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9kw1bh7RAIKk71XmAcU8f33KUlChaD { width:14.124375rem;height:2.599825rem;top:18.47374375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dUXswRNwzbsURkWfqJVkLkTHXuuzTk { width:17.8125rem;height:2.5996125rem;top:11.493056178093rem;left:1.0937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQAAapnsTWWRKimBGt7ZFBqA6yssXVvn { width:14.124375rem;height:2.599825rem;top:20.384115099907rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlU9c5lwJJTs2UwM8JMnDSLqxgQs3Skq { width:17.8125rem;height:2.5996125rem;top:22.982856631279rem;left:1.0937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFN7F6vfaASin91XX1skfD5KMfZIPxGD { width:2rem;height:2rem;top:16.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBvzqnkrawFeTzABNIQ0RpRF8EIb6JNE { width:14.124375rem;height:2.599825rem;top:8.3116320371625rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Jv1DqMxwvn8moE5DRRiT81mGtylMvr { width:17.8125rem;height:2.5996125rem;top:34.927300781012rem;left:1.0937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF5TPA8Gpc7liJ6bDxblnn7NbLZndOcD { width:1.99978125rem;height:1.99978125rem;top:28.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKM6VmCedRVzUTT8nzMOc8ZyxDOo5nT { width:14.124375rem;height:2.599825rem;top:44.1406262815rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siElxzGmFZ3MALKzC3Q1alN6wU2x9v0o { width:17.8125rem;height:2.5996125rem;top:46.739369720221rem;left:1.0937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0hSLRTg6Tq2LT3wDTQ9ZTbzx3CcxdRQ { width:1.9987rem;height:1.9987rem;top:40.789933532476rem;left:8.9995663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkcabuOhV8HFObC6ImvaoSuaTLzBT3G { width:14.124375rem;height:2.599825rem;top:31.702475875616rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyNnTenuAsqXKl78WrmBCTNxR2rUvvi { width:20rem;height:54.0625rem;top:0.93966674804688rem;left:-0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4v782OmhUtFyEtpaDo9NGr5nhKuZEWA { width:1.9375rem;height:1.9375rem;top:5.1041679382324rem;left:9.0310338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM { display:block; }#z2NZWHWG18o6E0dkZH3Zkw7lJvIqq1HM > .row .container { width:20rem;height:182.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPEDlJLN1HcDVTFyduWFGfMQvpBkQzAX { width:20rem;height:3.8984375rem;top:3.798825rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBcWJhLBtIE2xk6h7TwFVfAlc97JwTgZ { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGgrabwgiQsR7smDI4r1qILcvS70GLh2 { width:20rem;height:21.012828534538rem;top:10.08571875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAo3iWdcltRQNLAqKGOAD4de4BuLEhq0 { width:20rem;height:21.012828534538rem;top:45.148654221535rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1USqKZt5vZkMq5NR1uTfkqIOQzQ2o2h { width:14.1873125rem;height:2.2734375rem;top:32.75rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMM6abhQPtcaox7LzH9UZ56bDRqI7CJ1 { width:13.5625rem;height:2.2734375rem;top:36.4375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6EJeXnvCaf6whPIZTX9iBpeocKVTCmM { width:15.4373125rem;height:2.2734375rem;top:28.875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZudQr5oSl512b1uROthrAad94N8L155 { width:13.9375rem;height:2.2734375rem;top:24.9375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HzoE0uXpp70zirMV2rQPEHUMHtE8Qui6 { width:17.1875rem;height:1.13671875rem;top:22.375rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GnxuEf6PWnsxFAeObwDnsxWUmpuT1MTp { width:1.5625rem;height:1.5625rem;top:36.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHOCZHEC346zPofJd5l6yLEZaLfhqXwz { width:15.3125rem;height:1.462675rem;top:20.5rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cde96sEBbN75nSNfrcc06h5GZ5bKWrzS { width:1.5625rem;height:1.5625rem;top:33.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOeSKRbvhDi5D00hlXOn2tCs4yPXbCa0 { width:1.5625rem;height:1.5625rem;top:29.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1mKmKPektuEnrOw38UUWs4ZJTAunlS { width:1.5625rem;height:1.5625rem;top:25.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3VVLNbZicvzDaqPJkvWfS1zOKLw43n { width:17.3123125rem;height:6.5625rem;top:41.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfmnCMSefSdw8l6p1WovSRhAZTCIIq1g { width:15.7498125rem;height:3.41015625rem;top:42.699655056rem;left:2.1245661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLEIfZac1T9THIyoIzGxg7mcMLF1BfKf { width:14.874125rem;height:1.462675rem;top:62.375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OE6VdN4SJ4g745CfbIEFXKbJqMT70AQS { width:17.25rem;height:2.2734375rem;top:64.5625rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eolkKufImL04I3QgTHnZ3GZspDGJwfoN { width:14.749375rem;height:2.2734375rem;top:68.4375rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aGERkv2tnKyW7Gps0mfikVkXo6Fnxx70 { width:1.5625rem;height:1.5625rem;top:69.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQd5xRgoWAOAxrpupbccApaRuGWAHbLA { width:1.5625rem;height:1.5625rem;top:81.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6hT20SUiAAElwoMdqKr7T1gmTJov6r { width:14.3120625rem;height:2.2734375rem;top:73.3125rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RO4qV8fKVmZG2oP5euBNQsGIh5oi9aTD { width:13.2498125rem;height:2.2734375rem;top:77rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyxER2mpNH6v3WxxPspAEbrRqW4yi2Sv { width:1.5625rem;height:1.5625rem;top:73.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CCxBpl4KWOXTi4IlwS9kQrBeoVTFkf { width:15.2495625rem;height:2.2734375rem;top:80.875rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Auu0DNb87SPJEqtD6vtTw0nutPZzVMdR { width:1.5625rem;height:1.5625rem;top:77.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZlPJ3xdQKRT6XlJMqbRAn6WP3WSa8w { width:17.3125rem;height:5.625rem;top:85.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpxG20JwT7BmQiC6IfRk9qUnhHD1ZVdS { width:14.8123125rem;height:3.41015625rem;top:87.044339656831rem;left:2.5933161377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpKKTS9koNCuwTlc0OVClOSZPJLymQdf { width:20rem;height:21.012828534538rem;top:80.023872612956rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hicx0VsWU6Xf2gV2PeqPoHdsbDZkFu9h { width:20rem;height:21.012828534538rem;top:115.45876526738rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEw0hVdLziECHXwDFbbSF0JHwxD5aC26 { width:13.936625rem;height:3.41015625rem;top:131.25rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvFSQn3Xc7UAwqGUNWI1y6Q0Lt4quE6f { width:17.3125rem;height:5.625rem;top:130.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBrHJWn4R9onJDJTs0B6uslA6wv1Fgs6 { width:13.75rem;height:2.2734375rem;top:126.4375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xf9BktBlWLqgbDpUI3H5k6678OkZyUtL { width:1.5625rem;height:1.5625rem;top:126.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJgumknAPqRuKVzrUpbvhxpC5cddBt2h { width:1.5625rem;height:1.5625rem;top:123.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpzx86Mcziku85M0w54g6dbaAV0TxCPd { width:13.125rem;height:2.2734375rem;top:122.875rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EqIGRTBVkIUUHl7W5sTKalparprkf3F0 { width:13.3745625rem;height:2.2734375rem;top:119.1875rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6yMtHQCGLzWfT9g288zpydXuNKx3ZnC { width:1.5625rem;height:1.5625rem;top:119.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVZG9R93RRDgosFq4rRhGX1Zhb6A8k3t { width:13.936625rem;height:2.2734375rem;top:114.5rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wAXSonf40XINAADH3neh665vie6I7MEF { width:1.5625rem;height:1.5625rem;top:115.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUTl5f56HaCBhlRPRqpoNsbmJbIh7yz { width:15.374375rem;height:1.13671875rem;top:112.25rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MaqtA5ww2QNFxSWaHNNd6yzWN0JBv8zo { width:17.6248125rem;height:1.462675rem;top:110.0625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cULJ2GfX2H8ZgF18TVwcUGgrCDsBc1Jr { width:14.6245625rem;height:3.41015625rem;top:174.125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRGFgTiod3FbLZEdBTphFvAcdmT9EISx { width:17.3125rem;height:5.625rem;top:173.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR6S0uwuUXwlLfTF9FK33ThoBzXCWQwu { width:14.749375rem;height:2.2734375rem;top:168.875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WrXMwceHA45n9X9TqM980tcOHQmKJf1p { width:1.5625rem;height:1.5625rem;top:169.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwKWREEe4btH652bN2z4ZxUUOQQfsVO { width:1.5625rem;height:1.5625rem;top:165.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLo4KiyZ6KsQRe9kG8BZSPihqMA8Gf4 { width:15.999375rem;height:2.2734375rem;top:165.0625rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZeaDXyU0CpS590vGc6XFPTIhJRsEpnTz { width:16.0623125rem;height:2.2734375rem;top:161.25rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MtWsJpFRHKzgz2L4zR9tiK1q6Lqq3xXu { width:1.5625rem;height:1.5625rem;top:161.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viHWtf5O3xv7muGnroWD7RoRkiToZcu3 { width:12.875rem;height:2.2734375rem;top:157.37413549423rem;left:3.9366319775581rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HH0ypF6T7zyNwO4e7JcvUqmAUxcCpqRZ { width:1.5625rem;height:1.5625rem;top:157.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4QbFW9vAPHmv9fIuF5O4XJ4Ig3viRfL { width:15.186625rem;height:2.2734375rem;top:153.4375rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFcQbP5wvhaWozGTVwH2bq1aJCSqsIPB { width:15.3125rem;height:1.462675rem;top:151.8125rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BRU9RF5vJ1ZQQ5m2eGe46NXv9mmCfBC3 { top:8.8125rem;left:0rem;width:19.9375rem;height:41.4375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l8koHGnNIzNNqykxz5HDLLRH2foGRC8P { top:52.5625rem;left:0rem;width:19.9375rem;height:41.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SbM65ANLisWy7aHR364iu8ufJZuZiQVR { top:96.5rem;left:0.0625rem;width:19.9375rem;height:41.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pGLQasUx2aWrPQ2SOwThT760FE8lJ39T { top:139.25rem;left:0.0625rem;width:19.9375rem;height:41.4375rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw { display:block; }#H7u8qQDKFE9U9IooIPOoUi4yf5FL0Lnw > .row .container { width:20rem;height:361.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrGrWsKqkLs1dNXdQqyeQenU8bKoOR3m { width:20rem;height:21.6875rem;top:2.021484375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK { display:block; }#Kmdk7qQJJP6KA90NqWdyVXQ4HtSzt3wK > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtQ4tJMwbdFOLAL1VyNl61tQg9KfiqSC { width:20rem;height:1.94921875rem;top:17.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgnbHssBdmv6JaQ07om1kB5IdaITTsK { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHz4XpPN1xxBTGfPn23m6zdLcXfCnoiU { display:flex;width:1.6875rem;height:1.6875rem;top:21.2673625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #nzwDxns30vIyfVTaJt1hVWSQ0V4gG3QV { width:20rem;height:1.13671875rem;top:24.2048625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMHsziIrIEmustfm2dkd1ww87ndnkH4C { display:flex;width:1.68728125rem;height:1.68728125rem;top:31.851131796837rem;left:9.1547310948375rem; }
 }@media only screen and (max-width: 763px) { #uAeDuXz8x0Gn7OaNbSQJF523uVqV2H0R { width:20rem;height:1.13671875rem;top:34.787327170372rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxCPvOHJuLaP2P9TEThEbNKxUlE7ZkWk { width:20rem;height:1.13671875rem;top:40.363499045372rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5SXXFi6cozNt8GymPiEf8R6QELZT6Av { display:flex;width:1.68728125rem;height:1.68728125rem;top:37.995876669884rem;left:9.1547310948375rem; }
 }@media only screen and (max-width: 763px) { #MeD9Gcb0AagJM3xBtFN9rqiKogMoR70B { display:flex;width:1.6875rem;height:1.6875rem;top:26.7536875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #sS0kSVELT59JwmCkTJd0sJ0XgMvpMTot { width:20rem;height:1.13671875rem;top:29.6911875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkN7RErb51yxPRMOZHOdllazy5xgGrJH { width:16.124125rem;height:2.2734375rem;top:44.625rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1ReyU5IkpJyvfgKRLHGnWPEUbBeXGxH { width:20rem;height:4.6875rem;top:43.562255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr { display:block; }#uH4Bf2FKGDIZfhMgcPfdZHhCCCp0sbcr > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acyIKav2ZyU52vbmU9kagaqgmsTsDT0m { width:20rem;height:5.84765625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soszhyu9zqHpkIw5c2XyQKQP9U1DhPQo { width:20rem;height:1.2999125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW .accordion-heading-text { font-size:1rem;height:auto; }
#IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW { display:flex;height:auto;width:17.5rem;top:10.346057891846rem;left:-0.24956595897674rem;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem; }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #atmKJ0MMMskHWed323InLkVSAfdrXmeE {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Qv28EkQH9XkOW1QCEEGEBT8HfdTqsIe2 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #tsdO2ygCwVtsy6I4PHFOmdfSC1P6E4SR {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #RUBT1K1SRC9QCmLQWT00Emhr8ADTuLUr {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #GSrwBxBc6CVKrlNcGHdgkFhQ9iUKJgcK {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #TfzKfxK5SuSzATvlLikqIVwZbJqJPc47 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #EVSiJ1Ju1cuwHZXhD0wJH69AwBK613KG {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #c2ylif8b4RcmDCk07nz2lRf8H64IkUKT {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #vrAnwQwGd0DRawdTzZrOy9QJaTiUWbdx {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #sItnrUv8TPy2t7zlB1oOeIb6ypgpTroZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xupU4GCqXkQMNi0wws2UAyLqE8TclqqZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xTm7svMIZEfZ8vTvGq4f6DZIODhR5t3i {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #qRb300c6TQtTbnNrbhOq7eR4y9LvAtND {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #spJnx2KdFg5F8fREKTM04CWgJuPxO8zP {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xsTctklfdPQMXD8d6i7zBgOSiEf3qkVG {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nXqZrcggTbNBkVQ3U6fCTn2k6smk6Eu1 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #BKmEqkD93GDqTxaqbfiTr74ecirES1z2 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #squTW5zn71TovvTAVV90DD3RCCmzoz54 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #IkL9Nx5oyCeUFH6NmCT10SzfxHyMP2Fz {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Qk652XibN7TyRREvy3HgsTJvZ4CeJSrv {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #Hd6pmAywx6ptt0TTCHlqdXpgxmT0wDON {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #MX5GpOmXkkHoWEWVeW1zr7tqd1v5TnZp {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xVTtuHE6x5pvhlUT6JIVJosUT5pMC5Gx {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #slkXS8q8x7Ing6plFl3lIhTtpSCHA7Cs {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #hMI1uJl5WIBxD1L8c1HagkxHfNhV2TRq {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #yQryfQS7VwIFTWq3CsLmx63V9DMuR87x {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #msxmEAwpuL2SrnbpadHQe48T1iwz2mGU {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nE6fFkpQ2VFSRfpG0nSwCq83THeLf3Bb {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #qptni7IcQzJtuIV0L8PUgBk1kLQFFWlH {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #CxQmC4XVMZU8MaOtLUx72ALFRq1hdGDU {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #yx8axyv8F7s0tif2109bdro2hykoeq4x {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #o4xCEmF22xh4J2MwAy96tQzyTHpea8tZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #iI9vFdr0T2sTK2aAD3prAsT2ot59tCXm {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #WGUsfymxT2yz3O59iA5nMaMeTPnEvDO6 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xShQhgF6s4lhOpRflrWZ1dgRPzP2ck4m {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #veMim1mW1yPMR7eO4dxUVTP1v3uBMfQB {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #niTiQQOQOz6MDZD84bhe5DgcpV8cCrED {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #UWhQibpQ9rQINUTcfgKAJHXfHgUoAV0R {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #xczwPwBhSIzlUE1qMn8mCdPPOHqzoOdb {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #ToX1x2JR6tTJMO46lCiPdhR2LwU8whE4 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #U6usUakV7LZ8zQl6b1W6oUaMp5PSLXoZ {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #nD3vHn4xbKXPdB2EFym3s47Rn1n8IxAS {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #VriTsnmdpWoBlAN4IX81fx7Q8CALcL0e {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #BkUq1UTwt5fon8ARgFTbwyNGr4ZJoTCK {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #bEcu0bTTiblU4I6fC6FVtQeBAuoTVBST {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #MRWv5U4hxCZDA8e7rX3JigbLp0VpxeLv {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #iPFH6Zik5C7u35PxEHcdGxR6M1bTbPw2 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #HXvExGLHDeLcDOMUgrbv2lCfA15LrgH6 {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #uM2aDCzGwh3bSoyN2VEGJpght61Z3LmT {  }
 }@media only screen and (max-width: 763px) { #IrOhDRLTeahOJNR6rPzkR2ikPALVlrsW #U5lSEn3wqHOZK7cxb2rUpOTsFULuCVoQ {  }
 }@media only screen and (max-width: 763px) { #s6v0HGRz6bIa5x6tE62CRIqTadPVrfST { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/8f2a3b07-fcd3-429b-b028-8f128920f7af/bg03.png");background-position: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST.adaptive-delivery-prevent-bg, #s6v0HGRz6bIa5x6tE62CRIqTadPVrfST.lazyload, #s6v0HGRz6bIa5x6tE62CRIqTadPVrfST.lazyloading { background-image: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container { background-color: transparent; background-image: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container > .video-iframe-container { display: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row > .video-iframe-container { display: none; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .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); }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container { border-width: 0; border-radius: 0; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#s6v0HGRz6bIa5x6tE62CRIqTadPVrfST > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzqDlO5uEfecxLah6IslWAiRhRyb6b8c { width:20rem;height:1.94921875rem;top:3.1911888122559rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e094oxT2267LpXMfiTUig5MWdhZicux2 { width:20rem;height:1.462675rem;top:6.7643232345581rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zd4lNTBpcE4l9BNxgHkWVocuPwHCw7TN { width:18.4375rem;height:4.546875rem;top:9.87521648407rem;left:0.78125005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rU6gEpgb5I3cHhamlPXq5allA13XOzkL { width:20rem;height:3.41015625rem;top:15.691154479981rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scBQ0XWpXJHJ4OZMuy9DqTL46MtKDEO3 { width:20rem;height:1.462675rem;top:20.655385017395rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH { width:17.561875rem;height:8.582rem;top:25.728081703186rem;left:1.2185330986977rem;font-size:0.875rem;display:block; }#v9BAvAPpd3gnoNCWzXtnOQauCMdAtetH li:before{  }
 }@media only screen and (max-width: 763px) { #gxUxSsZ5zcqTPfZJgKRlbQNeT0hOOlDQ { width:16.4995625rem;height:1.7871125rem;top:54.998917579651rem;left:1.7491319775581rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFCqhgZRsnyncwTkH3uibyk39rz5IMpQ { width:17.9373125rem;height:1.625rem;top:58.655602455139rem;left:1.0308160185814rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1S8lv2bQK574Eh2BoL57vDkD0LlGx7W { width:13.9355625rem;height:1.625rem;top:61.25rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKy7MA2kb3wuDHDC0V77Hlkazt1iOCZf { width:12.6248125rem;height:1.13671875rem;top:63.5625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz9O8snZq9VFty8dm9bMQk1PRQFGakKB { width:12.6248125rem;height:1.13671875rem;top:72.1875rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlzlUbga7qA9zCyMTGuBWz1cvvfKyCtq { width:17.9373125rem;height:1.625rem;top:67.75rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOkLA21NTEG3T23FeZfW5CwO1i7quvPU { width:13.9355625rem;height:1.625rem;top:70.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v95p2pgZGW9G2TuRVcHLQLuOeZblmX6x { width:12.6248125rem;height:1.13671875rem;top:80.562068939206rem;left:3.6870663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deIyPrfaOrEedT01AA3FCJcxzUlWN3bu { width:17.9373125rem;height:1.625rem;top:76.124176979062rem;left:1.0308160185814rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZw5TLefVy0zdVgG9qaZXgbVwaiGF5Xc { width:13.9355625rem;height:1.625rem;top:78.24978637695rem;left:3.0316842198372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6O78UsefXtMUgqIt1m4L6gGhvyC0s17 { width:20rem;height:3.25rem;top:85.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzUu3ye0kyM6lOF39fCefC4nUnBCsG8h { width:17.5rem;height:3.4375rem;top:90.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TShxq4B9hSkz0KilbVheC0KKAELKTHiy { display:block; }
 }@media only screen and (max-width: 763px) { #pJpS9ETDIWJTpaOczBeFRzo6mL9nSNUP { width:20rem;height:1.13671875rem;top:95.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ood10UfuBfm9HbAbt297h8NfH0GFB6tL { top:34.5625rem;left:0.8125rem;width:19.249125rem;height:49.8123125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #odPPhPmLutog73tZZz0kSZgFTV5ddcye { display:block; }#odPPhPmLutog73tZZz0kSZgFTV5ddcye > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rsg0ESABJganALHTgoQzJzawDAuxPvvT { width:20rem;height:1.94921875rem;top:4.7970924377441rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COHJ7SDK3BoVrqdZMhszcN4AJGCglbin { width:20rem;height:1.2999125rem;top:2.568359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcyeUa4w9Wrndq5gZofz1yV0tUpdRhp { width:19.625rem;height:39rem;top:44.186201572418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsVHrJLQwC4qWhaTGT7HQVgW8F8OR37w { width:20rem;height:34.9375rem;top:7.5640194416044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlvRuIabSp5oaMxuizHDXlkqwyFSAPKp { width:20rem;height:3.8984375rem;top:9.5138349533081rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUT27REllTPgKztAShSq9my1QZr4hwhm { width:14.1873125rem;height:2.2734375rem;top:22.774523735046rem;left:3.8107641339302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtlD3itZMIMlo2QsIAtPGTlx6tiEwTdC { width:12.7495625rem;height:2.2734375rem;top:18.876302719116rem;left:3.8116319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHGnItlKs7q9mcl0oSlk00VATwwNCdq5 { width:12.5rem;height:2.2734375rem;top:30.345053672791rem;left:3.7500002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6KBpHTB6la8nigGrDLvxTgn2lfAJuf { width:14.249125rem;height:2.2734375rem;top:15.626085281372rem;left:3.9355471730233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcISd0wTZO4vSUD2BrhM4Vf758POEHr { width:1.49956875rem;height:1.49956875rem;top:16.176216125488rem;left:1.3802083134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoF673m8IH1CEvAn8RwKJ1mQnHdlogRF { width:1.49956875rem;height:1.49956875rem;top:19.488933563233rem;left:1.3802083134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmbJ16AlAJMuy4tc9wD5NH9whO2HeFR { width:1.49956875rem;height:1.49956875rem;top:23.324654579163rem;left:1.3802083134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJtPQrsJsFvPoLQgRb2epGhUPWi3zVyM { width:1.49956875rem;height:1.49956875rem;top:27.12673664093rem;left:1.3802083134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAwqLKmykuJTIq1v5K1G1He4Xm7EkPc { width:10.5620625rem;height:2.2734375rem;top:26.577692985534rem;left:3.8107641339302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqQdVQVT0xXet3gOFF1Cz1cMTbd2rxQ { width:1.43663125rem;height:1.43663125rem;top:30.926650047302rem;left:1.4105904698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9sn7qincXVf0CVzE6APHL9gbVVqvti0 { width:15.9375rem;height:1.462675rem;top:34.666884422303rem;left:1.3802083134651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSm1yiTuFhufKSdUZweQ8J4wEovTse0M { width:17.4370625rem;height:1.94921875rem;top:36.917320251465rem;left:1.2803819775581rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7Ald3w7994EmfJGA3LpJFAdrQFEnz5h { width:13.4375rem;height:2.2734375rem;top:70.1875rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Zaz1feceA5Ga02shuGFD9uCnZszrEf { width:1.43663125rem;height:1.43663125rem;top:70.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ixnExvwA8koGEfx704xNP7SOTQFylT { width:15.9375rem;height:1.462675rem;top:75.375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihFktr7pLQuae841uTnN1Z7EmOHfJB2 { width:17.374125rem;height:1.94921875rem;top:77.4375rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #moHhN60qUZyhoGZhX4iU0sNtmz32qXxm { width:1.43663125rem;height:1.43663125rem;top:66.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx8mrruPe6ZMJLdStm1vyzoKfc21lwu0 { width:14.3125rem;height:2.2734375rem;top:62.3125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4NMPqcpRubZpvSUVzpk6r22ZiezVLvC { width:1.43663125rem;height:1.43663125rem;top:62.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQHPLxaDCz9UupLoPLTlw5nvSNdmI8xq { width:13.875rem;height:2.2734375rem;top:66.3125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnhlhFsLfOfiQgyJxm7NHtbdd6ScITIv { width:1.43663125rem;height:1.43663125rem;top:59.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GypNnb1h2Z6Ewvf3CGuwPrOimpWaQtvS { width:13.8125rem;height:2.2734375rem;top:58.5625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEAbax9twyVAbMJ47WsdfGxG8JvRWhct { width:14.0625rem;height:2.2734375rem;top:54.8125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCGS2uFBhAmhn1Wwi9z78tyhRlvItZO { width:1.43663125rem;height:1.43663125rem;top:55.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13W25W32THMvhA5qdmXX6pCW3DSCTcT { width:15.686875rem;height:3.8984375rem;top:49.560548782349rem;left:2.1560330986977rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRuSF0GqK3FvdyT075BWqQqAGo3WH6b0 { width:8.186875rem;height:1.13671875rem;top:46.936851501465rem;left:5.9060333371163rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvibzaTMZclagWyq5iK0GviPmqWDuRTq { width:10.061875rem;height:2.87435rem;top:46.067710876465rem;left:4.9685333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfA8AtgSfxCsKgXNvHzv1i2GqKBO3Ff { width:18.9995625rem;height:3.4375rem;top:89.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXDpiWddxWCz4KQ00vuQTU3idcsdUKb { display:block; }
 }@media only screen and (max-width: 763px) { #hWTxdmkfbEpfWwiSuIhT2yo9VA1i8UhA { width:18.9995625rem;height:3.4375rem;top:85.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJrCcPUmzpsPG6VOh28JkokBfb6X5VsO { display:block; }
 }@media only screen and (max-width: 763px) { #fLIlzXFCNW97w9J7yebTQvn38KCo9Zey { display:block; }#fLIlzXFCNW97w9J7yebTQvn38KCo9Zey > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9uJFZTBZ2nCqKXUFtKTaWRP60DHFEui { width:7.061625rem;height:1.25rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMumT5gqhGsObis6v9FG8yGhwk56Tx5J { width:20rem;height:0.060763875rem;top:4.4357643127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXIH6dqmFs60WSupCfa9CqTq92ELxlOc { width:20rem;height:1.13671875rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRB8D2OHGz1PX8QX6uIg2mMfg4qJd4pc { width:20rem;height:1.54296875rem;top:5.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKRGiiq0Aud3uSaO1aalXGJ1RyTmc70X { width:7.249375rem;height:1.13671875rem;top:11.5625rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrkHlbX2vtVTfqhlSSC0IumWIMOLlP8T { width:10.625rem;height:1.13671875rem;top:9.1875rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }