.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:255,215,222;--color-primary-1:255,136,157;--color-primary-2:255,56,92;--color-primary-3:199,45,102;--color-primary-4:51,11,18;--color-secondary-0:255,255,255;--color-secondary-1:247,247,247;--color-secondary-2:227,227,227;--color-secondary-3:34,34,34;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:106,106,106;--color-tertiary-4:34,34,34;--headlines-font-family:"Poppins semi bold";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container { background-color: transparent; background-image: none; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container > .video-iframe-container { display: none; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row > .video-iframe-container { display: none; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .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); }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container { border-width: 0; border-radius: 0; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#rT8VbB3UZiULeCuCNJClnaSorGqXDTIS { 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.75rem;width:2.5625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#SUy2JVhNuK4k6n2Ur6wnenVrK5MBLRJh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:65.125rem;display:block; }
#m6UhGfch0GfnIFrEekEphDiBX2ZRq8tL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA { position:relative;display:block; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA { background-color: transparent; background-image: none; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row .container > .video-iframe-container { display: none; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row > .video-iframe-container { display: none; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .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); }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA { border-width: 0; border-radius: 0; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a { background-color:rgba(var(--color-secondary-4),0.12);background-image:url("https://images.assets-landingi.com/uc/2c6a4c9f-782b-44be-a922-3b326cd811a7/Header3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a.adaptive-delivery-prevent-bg, #ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a.lazyload, #ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a.lazyloading { background-image: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container { background-color: transparent; background-image: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container > .video-iframe-container { display: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row > .video-iframe-container { display: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .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); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container { border-width: 0; border-radius: 0; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;overflow:visible;position:relative;display:block; }#NcZhTxKCs8uiEfMxDTge5M6KNSO1AX9d { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhAZLsIexRO6HKfXGGI5HHk0TnXy48MJ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:10.3125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JelH0mv6tPMVlLkCLfD019UpeOtx95up { background-color:rgba(var(--color-secondary-0),0.16);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29rem;left:0rem;display:block; }
#kWakI37JB8W0TTnuFcMUpDJ5ZZqrxmMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqAyFXda61GzJXWgODSptlntsDcO0r64 { z-index:;position:relative;display:block; }#nqAyFXda61GzJXWgODSptlntsDcO0r64 { background-color: transparent; background-image: none; }#nqAyFXda61GzJXWgODSptlntsDcO0r64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row .container > .video-iframe-container { display: none; }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row > .video-iframe-container { display: none; }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .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); }#nqAyFXda61GzJXWgODSptlntsDcO0r64 { border-width: 0; border-radius: 0; }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TGcGqD7zCF2JDhBfUb4HL3rXuWtCkDuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:15.0625rem;left:35.5625rem;height:5.0996125rem;font-style:normal;display:block; }
#F905EB1uBcRzhiEFLLxgkQBTJfHo3vMR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:35.5625rem;height:6.175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3kcK4ZRqR1d5dCCQbCTdiTgqOeaeUd6 { background-color:rgba(var(--color-secondary-0),0.16);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#101820;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.9375rem;left:35.5625rem;display:block; }
#ClKcuisJwdNiMTVGXqbPuG0NkkyXDATT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzkIVz8y4gI8k8RnJI5wqStcuZM5mu05 { position:absolute;display:block;z-index:15004;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:30rem;width:30rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#zecf9b8466d4ea28d86e446e67a4eaf1 { z-index:;position:relative;display:block; }#zecf9b8466d4ea28d86e446e67a4eaf1 { background-color: transparent; background-image: none; }#zecf9b8466d4ea28d86e446e67a4eaf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row .container > .video-iframe-container { display: none; }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row > .video-iframe-container { display: none; }#zecf9b8466d4ea28d86e446e67a4eaf1 > .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); }#zecf9b8466d4ea28d86e446e67a4eaf1 { border-width: 0; border-radius: 0; }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#u9043118ca1b008c3322fea4b0f9c408 { color:#222222;display:block;width:43.375rem;position:absolute;font-family:"poppins semi bold";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.125rem;left:15.8125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ae2e409c7d8621e1d056e6fe16b3a505 { position:absolute;display:block;z-index:15002;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:29.6875rem;width:35.9375rem;top:16.6875rem;left:18.25rem;overflow:hidden;display:block; }
#Te55200887f8a408746d8a40108ef0ca { box-sizing:content-box;height:7.3125rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.08));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.08));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.08));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000014' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000014' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.08));background-size:auto !important;top:39.125rem;left:19.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw { position:relative;display:block; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw { background-color: transparent; background-image: none; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row .container > .video-iframe-container { display: none; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row > .video-iframe-container { display: none; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .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); }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw { border-width: 0; border-radius: 0; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HNnTOlAUidtgHnhdh3Tq13T5v9guQu9t { 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:1.25rem;width:1.25rem;top:4.6875rem;left:17.9375rem;overflow:hidden;display:block; }
#fy7lT896PfRp4DeFSRbIohyCh4bt0Iq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:7.875rem;left:12.5rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3N10AZqTnvmTkb73Txr54FPotGzbOQV { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.875rem;left:30.5rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCWERqv2DmJ0CTZhziv8TWByOJvFiok2 { position:absolute;display:block;z-index:15002;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:1.25rem;width:1.25rem;top:4.6875rem;left:36.875rem;overflow:hidden;display:block; }
#FIRldlgFUm1kVFnE0OGdMik8qMPfTbXI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.875rem;left:48.3125rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbm3NpCs9gRNBTbHM3UstXRoH5pTUrnf { position:absolute;display:block;z-index:15004;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:1.25rem;width:1.25rem;top:4.6875rem;left:55.75rem;overflow:hidden;display:block; }
#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF { z-index:;position:relative;display:block; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF { background-color: transparent; background-image: none; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row .container > .video-iframe-container { display: none; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row > .video-iframe-container { display: none; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .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); }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF { border-width: 0; border-radius: 0; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#z05h5OV67o2ObdzwkQ71Vcx2mdV3f7xS { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.125rem;left:17.875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#px2gsCBGyTJ5iqNNzBKDgIKUxdeny5HQ { color:rgba(var(--color-tertiary-3),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:13.375rem;left:19.375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp { z-index:;position:relative;display:block; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp { background-color: transparent; background-image: none; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row .container > .video-iframe-container { display: none; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row > .video-iframe-container { display: none; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .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); }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp { border-width: 0; border-radius: 0; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ipxzgpzIH8Tl1BTXS0xFUVOIIb4BTao7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.6875rem;left:3.5rem;overflow:hidden;display:block; }
#nQhQJTWk1ib2fJEP50c2kOuIfgMDZVsb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:9.9375rem;left:1.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lRf7qV4JtIsWIuwk9kcoCxI3g296zp23 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.4375rem;left:1.1875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7lZhSRuRacm9t06uIHrhRGb5TEyIRD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:16.625rem;left:3.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HV2X88TBvthAchPZmBkkfmUM5DbJS4i8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:17.8125rem;left:1.875rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rlk3Ueb4e0ToUSk8JHkxoekLgI6tHpf5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.75rem;left:2.5rem;overflow:hidden;display:block; }
#WeveWHps9RkzI02qJ77PVyCMdRUWTnPx { box-sizing:content-box;height:3.875rem;width:11.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.5rem;left:1.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TKPaiPu2wB4OkxZW4OQEtKSbXm7yWTxr { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:16.625rem;left:8.5625rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4GucQqAIzpeUKUNLhv7c8ZD8MLD922q { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:17.8125rem;left:7.6875rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bcq7KhIszRk17VG9TskZ0mLsaTPeDqH9 { box-sizing:content-box;height:2.375rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.375rem;left:7.0625rem;display:block; }
#yknlTFH0yIkUwEX8NAbJVTHEyiKNwo5X { box-sizing:content-box;height:20.625rem;width:14rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#VblaKAfWA9pipTlU8i0xaehKdm8RLRGy { box-sizing:content-box;height:20.625rem;width:14rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:15.25rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#B5ZK9ZHQBOfo5uHV3qROyavh27N1iPqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:9.9375rem;left:16.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r9qN4qpoBQgQ2nAei5cVZwcstuJl4Xhg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.6875rem;left:18.75rem;overflow:hidden;display:block; }
#ZtkiG3O0qMK6TanodxQgwd3aBndh8045 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.4375rem;left:16.4375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTuoL6iXDVn6g3XxeBThW4u1yLyPBttJ { box-sizing:content-box;height:3.875rem;width:11.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.5rem;left:16.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#btXPRHSCICR6w0H0zEZ2bDCJ6ScvBcUB { box-sizing:content-box;height:2.375rem;width:0.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.375rem;left:22.3125rem;display:block; }
#Oeiu72cT1UwiCxbU2ebBaWBggOrdhqEO { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:16.625rem;left:18.6875rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cw5Hml00W0W7vKvbrXtIcnvEXti6kR7V { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:16.625rem;left:23.8125rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqrweBWfTm6A2IZphuIi2iLS5pLcCJsz { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:17.8125rem;left:17.125rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WKi4hkwPwBxPOoObK4gRxKwhaQS5uuxC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:17.8125rem;left:22.9375rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kq0JmgXDtgvTmd8Omze2Xlxaq53yfrs2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.75rem;left:17.75rem;overflow:hidden;display:block; }
#noTsv3dlTnLgmmOfc966epHWk0HgTXGt { box-sizing:content-box;height:20.625rem;width:14rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:30.5rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#CL12TrnXVRSzKCkzcgHVMeIChaK86g2G { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:9.9375rem;left:31.6875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E9vkxlSLyLVSD1FS4a5OlI3w9UQuZXJw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.6875rem;left:34rem;overflow:hidden;display:block; }
#LqfvE3ptaAnSrZ4oRczupdb8BVFtwwRE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:12.4375rem;left:31.6875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdMl965UFQDQmLGEcS7RfRy3pBQ26EGR { box-sizing:content-box;height:3.875rem;width:11.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.5rem;left:31.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#CumR8vBeqGwPoR9OwNwPIbIwZEmH7qby { box-sizing:content-box;height:2.375rem;width:0.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.375rem;left:37.5625rem;display:block; }
#OExV2CVVokfgp0dSXc4dr7golNhlMEWl { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:16.625rem;left:33.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTnQes5bAoKkcSCirRNpKhTHCOGfH7C4 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:16.625rem;left:39.0625rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zooXwUsa39aR6LbGX7agxUaZT9KkpmgH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:17.8125rem;left:32.375rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPZQ2sX9zTXLQLLWyULaENsNHt6vPKCl { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:17.8125rem;left:38.1875rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKBHeQMT5ZOIyMHNze5TFrB5hCHJsIPB { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.75rem;left:33rem;overflow:hidden;display:block; }
#mv7ee2G02uCmrrBONRJl8z6vnOq7Mpi1 { box-sizing:content-box;height:20.625rem;width:14rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:45.75rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#KFmDq5Q4poTN1vIIPUUmq7pqdZOCovHB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:9.9375rem;left:46.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EU7W7Gf75hnZwRpT14JMkTQw63ifosmq { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.6875rem;left:49.25rem;overflow:hidden;display:block; }
#ydgl32lPIWCEDXKTdlOs5hLHNmFaVFXw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:12.4375rem;left:46.9375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUGp4oXUZRWRoguy0uaM8uNO85FS5Sfa { box-sizing:content-box;height:3.875rem;width:11.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.5rem;left:47.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BbnFPTpz4Ps09RpCGz6tWodWVmIz6x1p { box-sizing:content-box;height:2.375rem;width:0.0625rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.375rem;left:52.8125rem;display:block; }
#yNdXllGWCOIprUJ9icBtqahxURW5Mu4x { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:16.625rem;left:49.1875rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sq102Tg6pLn9TImT13pEpgrplAiygn4S { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:16.625rem;left:54.3125rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qyTwTSKRWPSmVg2ikhfUTLtCIUp6hBKr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:17.8125rem;left:47.625rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muGUouGJ1oe9luOXWfIOPo43HG9OSXXd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:17.8125rem;left:53.4375rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsassrihLTp57MmeUp9oryr5CpAyXDVX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.75rem;left:48.25rem;overflow:hidden;display:block; }
#kqy0KmLaw8TKzuS79tCW7Qb9UxhkrIvu { box-sizing:content-box;height:20.625rem;width:14rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:61rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#RFKgTaDxIwBVDoqsqZGmQFA1ykbNq5VP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:9.9375rem;left:62.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABEoKMv0guM9EuHPEWZI1Q3cmFQrOnns { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.6875rem;left:64.5rem;overflow:hidden;display:block; }
#KJUO7op6hs2R8cMaUuwDHIEWI5Qo9IDU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:12.4375rem;left:62.1875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTBwhgUXnOqR4X90WqHqUi2DoQ7oNccf { box-sizing:content-box;height:3.875rem;width:11.5rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.5rem;left:62.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#IyTGQEVS4ya4ktHGJ2sm5D5eifsiGcUQ { box-sizing:content-box;height:2.375rem;width:0.0625rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.375rem;left:68.0625rem;display:block; }
#VH1kUc07M1PqNxLas1pAQSehuvxyHXg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:16.625rem;left:64.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okrhyiyEvhkLfl9gxvwRB8eygAsUnBv9 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:16.625rem;left:69.5625rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0UxmemaauQQPguVamAJPMDSGVpAabRX { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:17.8125rem;left:62.875rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwIf8ZWDoTizqlwTutLI1oAartVcGPCI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:17.8125rem;left:68.6875rem;height:1.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLMHSUk1Tupy8UCnFC7ORAlczWH7W4Mv { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.75rem;left:63.5rem;overflow:hidden;display:block; }
#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M { position:relative;display:block; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M { background-color: transparent; background-image: none; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row .container > .video-iframe-container { display: none; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row > .video-iframe-container { display: none; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .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); }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M { border-width: 0; border-radius: 0; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T29zDmb4wIbfDxsa7WD1oFSrTFshf90F { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:2.82421875rem;left:21.6875rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB { position:relative;display:block; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB { background-color: transparent; background-image: none; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row .container > .video-iframe-container { display: none; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row > .video-iframe-container { display: none; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .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); }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB { border-width: 0; border-radius: 0; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RfvToNhQH3ABHsRlwlQnSeq0FOn5vdSb { 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:7.5rem;width:7.5rem;top:0rem;left:11.3125rem;overflow:hidden;display:block; }
#Zvx5t1zvnR6uZqs1udV6112cK8mXpX7a { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:1.125rem;left:19.4375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#utgddlQWuq6sMe5PuW4IwbNBzs3gVEpJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.375rem;left:19.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EU0gAkyUhXhb5GkXPvmBri69OT98BZNR { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.375rem;left:48.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNF1rqGkfECmWsNBGWL49OgVByWpD73c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:40.375rem;overflow:hidden;display:block; }
#oJC2nXovQlZR2Q1f7PLKKcQiJK7Cn31e { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:1.125rem;left:48.5rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV { position:relative;display:block; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV { background-color: transparent; background-image: none; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row .container > .video-iframe-container { display: none; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row > .video-iframe-container { display: none; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .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); }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV { border-width: 0; border-radius: 0; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gp13RUKdKH5bWXOiNR3f7OXxUiiMUvmv { 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:7.5rem;width:7.5rem;top:0rem;left:11.3125rem;overflow:hidden;display:block; }
#tcTWtAxExDFEZamCBIhXteuVpvuQqECS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:1.125rem;left:19.4375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsNkWCwSzaaFeS65cb9Rwz1rpaPp0xGF { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.375rem;left:19.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwiZnK4looer0fKRXM2Wqi236HrlSpSr { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.375rem;left:48.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPwGpKzWPOgrJFRXGNC978sRaks0lJFf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:40.375rem;overflow:hidden;display:block; }
#SKcVo5HDU9M2CJtcQvI8OMzIMX2g5Oh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:1.125rem;left:48.5rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr { position:relative;display:block; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr { background-color: transparent; background-image: none; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row .container > .video-iframe-container { display: none; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row > .video-iframe-container { display: none; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .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); }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr { border-width: 0; border-radius: 0; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMMUgBSCrZrdhzbcTTfXTaTgPsc4ryU9 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.6875rem;left:29.59375rem;display:block; }
#osbrGuyxpPwWQrzQH5eGuxIO73sTtogs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw { z-index:;position:relative;display:block; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw { background-color: transparent; background-image: none; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row .container > .video-iframe-container { display: none; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row > .video-iframe-container { display: none; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .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); }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw { border-width: 0; border-radius: 0; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#o7GGul06HoVMIFZinS3TrsVyOmW33xBG { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.0625rem;left:17.875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ApXwNq1uU4ieDK3NAf2TAXu0zyCTDWUh { color:rgba(var(--color-tertiary-3),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:18.3125rem;left:19.375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC0ycE6nBVN8sOq7Glqlaau9qQsR07qf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.25rem;top:2.5rem;left:31.875rem;overflow:hidden;display:block; }
#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f { position:relative;display:block; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f { background-color: transparent; background-image: none; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row .container > .video-iframe-container { display: none; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row > .video-iframe-container { display: none; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .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); }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f { border-width: 0; border-radius: 0; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cPx2mtbU2IJb9Xl5gue5H1IceJnsDMXA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:1.01171875rem;left:19.5rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aplkMFA5ftNUa1IZFE1eWJwTo7RZbhv7 { position:absolute;display:block;z-index:15002;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:2rem;width:2rem;top:0.96875rem;left:50.625rem;overflow:hidden;display:block; }
#XQGRK07w63stxIbK4u6OfM3xkJUwVKPt { box-sizing:content-box;height:0.0625rem;width:36.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.875rem;left:18.375rem;display:block; }
#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR { position:relative;display:block; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR { background-color: transparent; background-image: none; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row .container > .video-iframe-container { display: none; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row > .video-iframe-container { display: none; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .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); }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR { border-width: 0; border-radius: 0; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QyIIyi0eBXhvCZUSyW7o0bWkvL47nabD { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:1.01171875rem;left:19.5rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yriMVCPfG8c56TZPeXC1A1tH8XmSDQKi { position:absolute;display:block;z-index:15002;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:2rem;width:2rem;top:0.96875rem;left:50.625rem;overflow:hidden;display:block; }
#NbGNIGJ2ypEwCxfncSnumTvSn328PlVF { box-sizing:content-box;height:0.0625rem;width:36.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.875rem;left:18.375rem;display:block; }
#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV { position:relative;display:block; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV { background-color: transparent; background-image: none; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row .container > .video-iframe-container { display: none; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row > .video-iframe-container { display: none; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .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); }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV { border-width: 0; border-radius: 0; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tvGOtkfvHZfUt9vstMuVx2safF4wKxfq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:1.01171875rem;left:19.5rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUaasd2c2FzsxPvofybowLUGV2gqIK9l { position:absolute;display:block;z-index:15002;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:2rem;width:2rem;top:0.96875rem;left:50.625rem;overflow:hidden;display:block; }
#O58cflDZB8HwLvDTw5d5GoQRzrdzfuPk { box-sizing:content-box;height:0.0625rem;width:36.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.875rem;left:18.375rem;display:block; }
#VJOOqNuc542bxIItB0esw82G8X0RQpH0 { position:relative;display:block; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 { background-color: transparent; background-image: none; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row .container > .video-iframe-container { display: none; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row > .video-iframe-container { display: none; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .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); }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 { border-width: 0; border-radius: 0; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hgAbEQuf2DLfWTPLlPBAZPUTEO3OM7K8 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.6875rem;left:29.0625rem;display:block; }
#wLw7aLs78gTAeZJmDDc6IXQgoBMrEmmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE { position:relative;display:block; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE { background-color: transparent; background-image: none; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row .container > .video-iframe-container { display: none; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row > .video-iframe-container { display: none; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .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); }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE { border-width: 0; border-radius: 0; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lhGMhIBDdLQkS7AQhTubKfqN3t8yMafG { color:rgba(var(--color-tertiary-3),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:13.9375rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 { position:relative;display:block; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 { background-color: transparent; background-image: none; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row .container > .video-iframe-container { display: none; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row > .video-iframe-container { display: none; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .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); }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 { border-width: 0; border-radius: 0; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C9WbpQTc45bzscrTRBuTrEioLfVrubVr { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.125rem;left:15.5rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GTEzztgDNbiExD5L9WaVBookCSAHkZtw { box-sizing:content-box;height:20rem;width:17.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#pyBBiXsZ92KpMzwBgkZox87Jvw5KLwlh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:29.1875rem;left:5.75rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Awfllo5qxtLXqNTJJLVRH3t2SkWwPMDH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:29.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#fgHD42P2092heAiA9XV8H34EpE68z8nB { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.63671875rem;left:1.5625rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2KNks6imoRVA3gsB73TOQCnwZmzWy09 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31rem;left:5.8125rem;height:3.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIVSGUpX6ReMTGgQEJw4QUbTlQ7n98fN { position:absolute;display:block;z-index:15009;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:1.5rem;width:7.5rem;top:16.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#MPqszao3kEM0ChTz1C3Qq4Gfhm201g3a { box-sizing:content-box;height:20rem;width:17.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15.0625rem;left:19.4375rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#EgxsCVTafTNVtctl0TtXa49gLwTD7AS2 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.6875rem;left:21rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zWteSDUrEZV2Q2Z85Z7ZqbCB5bn2PaD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:29.25rem;left:25.1875rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uFHxznWKLvVn57U7vg6UxKwktxJHcUGH { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.0625rem;left:25.25rem;height:3.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xEwG5Ua9W14hTdD3iGMsi5g2HUdAmU6W { position:absolute;display:block;z-index:15015;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:1.5rem;width:7.5rem;top:17rem;left:21rem;overflow:hidden;display:block; }
#nE91S7qfACy1XC3QI6DvIhPVhnltnMDl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:29.5rem;left:21rem;overflow:hidden;display:block; }
#DZwSr6FMuQmohFH3fBJyTAcbNlu4r7DA { box-sizing:content-box;height:20rem;width:17.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15.0625rem;left:38.5625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#yUqTPvbsELwAkJzQEBpmTUKXEh73fhXO { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.6875rem;left:40.125rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrAEJmA1gPgedKfuirdLrbVRfwdeP0DS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:29.25rem;left:44.3125rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7OPTpHU7zSq4ONu3viLSpWRD8ox6IHZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.5rem;top:17rem;left:40.125rem;overflow:hidden;display:block; }
#y1zFV2zLd2zmBNyDplJFylpAhxTpzmUP { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:31.0625rem;left:44.375rem;height:3.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JJ4ba9IerJnSTw69zwN6Sdo2aE1GZ9S2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:29.5rem;left:40.125rem;overflow:hidden;display:block; }
#s3TqSxqTgFADJp3PlowOQuhq5T27VibQ { box-sizing:content-box;height:20rem;width:17.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15.0625rem;left:57.6875rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;border-top:0.0625rem solid #d5dae5;border-left:0.0625rem solid #d5dae5;border-right:0.0625rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5;box-shadow: -0.0625rem 0.3125rem 0.75rem rgba(28,41,70,0.13) ;display:block; }
#ubJvl44Hv2pQuDdavFm5VHKeITZAbehf { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:19.6875rem;left:59.25rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVDIPXVz8A42r2ZQyhiLf4WAutE1l00x { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:29.25rem;left:63.4375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMepTOOmsVnryKxrvh4NGMTJOTSFF2hP { position:absolute;display:block;z-index:15027;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:1.5rem;width:7.5rem;top:17rem;left:59.25rem;overflow:hidden;display:block; }
#UGB54cnJMu6dlkOhhipufnooTWAX1C9A { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:31.0625rem;left:63.5rem;height:3.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pfruh6R7khtFKMmZ4T4KKiStNLaHo5ik { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:29.5rem;left:59.25rem;overflow:hidden;display:block; }
#feh50fAMeuZPfm56PLAvvv3T5EI5bSPU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:39.5rem;top:36.6875rem;left:17.75rem;overflow:hidden;display:block; }
#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA { z-index:;position:relative;display:block; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA { background-color: transparent; background-image: none; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row .container > .video-iframe-container { display: none; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row > .video-iframe-container { display: none; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .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); }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA { border-width: 0; border-radius: 0; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yNyUIrpL0LFoWsiFS5GazuOovlrZo4RM { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9375rem;left:15.5rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU { z-index:;position:relative;display:block; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU { background-color: transparent; background-image: none; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row .container > .video-iframe-container { display: none; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row > .video-iframe-container { display: none; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .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); }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU { border-width: 0; border-radius: 0; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PFMOm4mX9yroxBWvRvryDPtHfWxALfki { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:21.375rem;top:0rem;left:4.875rem;overflow:hidden;display:block; }
#oOHK6LyFGJr1aeERMkLllsAVyut9D3HZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:28.75rem;left:9.25rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olggO0v406LEyqihqT5u8DNZQsBm8dGa { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:30.6875rem;left:6.0625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1FynXxosUtIcE41mHTPQyX8JoDxhya { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:30.625rem;left:28rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEaTsqJJm4PSaT88dlGFVPRr2l1pDK2l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:21.375rem;top:0rem;left:26.8125rem;overflow:hidden;display:block; }
#EKRfEp8XNkwa4pCnmWZGo1HyKtkl7Uh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:28.6875rem;left:31.1875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOtdUoQ20VtRtzgFTsoCyMMEUKbDvOJx { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:30.625rem;left:50.625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wde7N3Vb7cU9p0gi90aAeUH24NnETKEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:28.6875rem;left:53.8125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1WLiTD8uTr0T2FHT5mVdkH9vk45DUMQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:21.375rem;top:0rem;left:49.4375rem;overflow:hidden;display:block; }
#LahVhAA5Jh4TheXR8CMDMv9HkAm0vcxB { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:37.625rem;left:0rem;display:block; }
#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 { z-index:;position:relative;display:block; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 { background-color: transparent; background-image: none; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row .container > .video-iframe-container { display: none; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row > .video-iframe-container { display: none; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .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); }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 { border-width: 0; border-radius: 0; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IWfh62UMf3hZ9ckfym7ShJpPpUAbGqtb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.25rem;width:16.875rem;top:5.0625rem;left:11.875rem;overflow:hidden;display:block; }
#P2WVVaKsM0ZtN044zBLHsKAbJewzRTp0 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.8125rem;left:32.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bEk8QDaIguDA6m7UEntPt4qnEBfFZGvG { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1875rem;left:32.9375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#STQKmowT8ut2N5ukVuwz3zB3Cm0czRut { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.125rem;left:32.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container { background-color: transparent; background-image: none; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container > .video-iframe-container { display: none; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row > .video-iframe-container { display: none; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .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); }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container { border-width: 0; border-radius: 0; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;overflow:visible;position:relative;display:block; }#WIunPSTUwkw617tI1OQaFSlIxzRzTf4i { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5625rem;left:15.5rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container { background-color: transparent; background-image: none; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container > .video-iframe-container { display: none; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row > .video-iframe-container { display: none; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .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); }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container { border-width: 0; border-radius: 0; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0rem solid #d5dae5;border-left:0rem solid #d5dae5;border-right:0rem solid #d5dae5;border-bottom:0.0625rem solid #d5dae5; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .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; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.375rem;font-style:normal;height:auto; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .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);line-height:1.5;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-3),1); }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .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://images.assets-landingi.com/uc/8df7239d-566e-4073-a21d-d96f7d0ca810/arrow.svg");background-size:contain !important; }#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-trigger.adaptive-delivery-prevent-bg, #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-trigger.lazyload, #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-trigger.lazyloading { background-image: none; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ { box-sizing:content-box;height:auto;width:36.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:18.6875rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #tAPAThNacZEf9h3KqKBMCwEi4AezTQqD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #EZKEgxJKQ6CudhU8OZVF9se0BJiJBU0E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #C9IhONPI7VtGv2vgZEFsCOkS9V8NOy9V { display:block;position:relative; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #MDnWwi4NnWupAUmhzvOVOHH21nvJPfgg {  }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #K8OO67yw5JHaWnhXFDZfWVV43laV1A38 {  }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #B6lwKSnsQ4dZFZePfeTWRrAVKAuRF7oc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #yumx2PD3qB8zJ3wKaVWawxzS1POJoqfK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #TVk12TwQiUu9LZzZJr0mEpWuAgKW4U2S { display:block;position:relative; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #BSSpahEp4G4Ca0d0h70h7onElM3ErmxZ {  }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #P6a0J2mpCSzm4CKlP3kMGRtzOce0TGXW { display:none; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #uFeet26H4RHCs6rkrykNekkG9q2oEE1D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #SRSwTGWoOi0PqGE69G1szrlk2algZMOf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #d9EnDhtclOmdkkQDmzFcWnQsALNf2Uh2 { display:block;position:relative; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #tg1TgBLXv1CPMpAQN4c1z4waJG7C9imH {  }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #VMMBqVkoJ1WOEakwZoKFsuygtO2bU7rB { display:none; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #z3CenqEu7iFyy8raZ6eWhwsNctrfZmzM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #qbnbupgBash0RFdt0KnKhgTWKShWhSUG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #IhUeEQA9RKWU6JHAplRBEwLBD95lsDlH { display:block;position:relative; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #wn4NkTZHVUAsRI6VFvFRvwdbAD2OvxHW {  }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #nRM4GvUkz9oeAvlJwtHiShKbFuOTmPZH { display:none; }
#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container { background-color: transparent; background-image: none; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container > .video-iframe-container { display: none; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row > .video-iframe-container { display: none; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .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); }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container { border-width: 0; border-radius: 0; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;overflow:visible;position:relative;display:block; }#J2acBwEXm5NlBiFCd9ymNatHTZOfLtpI { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9375rem;left:15.5rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1b9lDivTQCB8I5hMQEdPvEL5W4T6NtS { color:rgba(var(--color-tertiary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.837890625rem;left:23.34375rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvdmnbQxqUFhlXCl7qoa0gkTROrBS5Vu { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.5625rem;left:29.59375rem;display:block; }
#fn419vcLE9bSPn9cSWEv6fHV0giCxk56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container { background-color: transparent; background-image: none; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container > .video-iframe-container { display: none; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row > .video-iframe-container { display: none; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .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); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container { border-width: 0; border-radius: 0; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#z50Oeqf6FqVkD2bZz6OiZf3sDMSTwa9m { color:rgba(var(--color-tertiary-3),1);display:block;width:74.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:2.0302734375rem;left:0rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2goDP1wr3gM9IGfZzduXTIFMqoCiIys { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 { position:relative;display:none; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 { border-width: 0; border-radius: 0; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lcKd8KAdCyfOBvs8SQAihPLDP3TKss9y { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:65.125rem;display:block; }
#sCRiBnpBkoXVEzudTxreJPEN2mRODbNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA { display:block; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT8VbB3UZiULeCuCNJClnaSorGqXDTIS { width:2.5625rem;height:2.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUy2JVhNuK4k6n2Ur6wnenVrK5MBLRJh { width:9.875rem;height:3rem;top:0.8125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6UhGfch0GfnIFrEekEphDiBX2ZRq8tL { display:block; }
 }@media only screen and (max-width: 763px) { #C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA { display:block; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a { display:block; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcZhTxKCs8uiEfMxDTge5M6KNSO1AX9d { width:32.125rem;height:5.6875rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhAZLsIexRO6HKfXGGI5HHk0TnXy48MJ { width:47.75rem;height:;top:10.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JelH0mv6tPMVlLkCLfD019UpeOtx95up { width:9.875rem;height:3rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWakI37JB8W0TTnuFcMUpDJ5ZZqrxmMI { display:block; }
 }@media only screen and (max-width: 763px) { #nqAyFXda61GzJXWgODSptlntsDcO0r64 { display:block; }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGcGqD7zCF2JDhBfUb4HL3rXuWtCkDuZ { width:33.625rem;height:5.125rem;top:15.0625rem;left:14.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F905EB1uBcRzhiEFLLxgkQBTJfHo3vMR { width:32.5rem;height:;top:7.625rem;left:15.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3kcK4ZRqR1d5dCCQbCTdiTgqOeaeUd6 { width:9.875rem;height:3rem;top:23.9375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKcuisJwdNiMTVGXqbPuG0NkkyXDATT { display:block; }
 }@media only screen and (max-width: 763px) { #dzkIVz8y4gI8k8RnJI5wqStcuZM5mu05 { width:30rem;height:30rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zecf9b8466d4ea28d86e446e67a4eaf1 { display:block; }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9043118ca1b008c3322fea4b0f9c408 { width:43.375rem;height:9rem;top:5.125rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae2e409c7d8621e1d056e6fe16b3a505 { width:35.9375rem;height:29.6875rem;top:16.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te55200887f8a408746d8a40108ef0ca { width:34.375rem;height:7.3125rem;top:39.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw { display:block; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNnTOlAUidtgHnhdh3Tq13T5v9guQu9t { width:1.25rem;height:1.25rem;top:4.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7lT896PfRp4DeFSRbIohyCh4bt0Iq9 { width:12.125rem;height:3.375rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3N10AZqTnvmTkb73Txr54FPotGzbOQV { width:14rem;height:3.375rem;top:7.875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWERqv2DmJ0CTZhziv8TWByOJvFiok2 { width:1.25rem;height:1.25rem;top:4.6875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIRldlgFUm1kVFnE0OGdMik8qMPfTbXI { width:16.0625rem;height:3.375rem;top:7.875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbm3NpCs9gRNBTbHM3UstXRoH5pTUrnf { width:1.25rem;height:1.25rem;top:4.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF { display:block; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z05h5OV67o2ObdzwkQ71Vcx2mdV3f7xS { width:39.25rem;height:9rem;top:3.125rem;left:4.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #px2gsCBGyTJ5iqNNzBKDgIKUxdeny5HQ { width:36.25rem;height:5.0625rem;top:13.375rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp { display:block; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipxzgpzIH8Tl1BTXS0xFUVOIIb4BTao7 { width:7.5rem;height:7.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQhQJTWk1ib2fJEP50c2kOuIfgMDZVsb { width:12.125rem;height:;top:9.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRf7qV4JtIsWIuwk9kcoCxI3g296zp23 { width:12.125rem;height:1.1875rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lZhSRuRacm9t06uIHrhRGb5TEyIRD9 { width:2.375rem;height:1.0625rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV2X88TBvthAchPZmBkkfmUM5DbJS4i8 { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlk3Ueb4e0ToUSk8JHkxoekLgI6tHpf5 { width:0.625rem;height:0.625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeveWHps9RkzI02qJ77PVyCMdRUWTnPx { width:11.5rem;height:3.875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKPaiPu2wB4OkxZW4OQEtKSbXm7yWTxr { width:2.375rem;height:1.0625rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4GucQqAIzpeUKUNLhv7c8ZD8MLD922q { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcq7KhIszRk17VG9TskZ0mLsaTPeDqH9 { width:0.0625rem;height:2.375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yknlTFH0yIkUwEX8NAbJVTHEyiKNwo5X { width:14rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VblaKAfWA9pipTlU8i0xaehKdm8RLRGy { width:14rem;height:20.625rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZK9ZHQBOfo5uHV3qROyavh27N1iPqQ { width:12.125rem;height:;top:9.9375rem;left:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9qN4qpoBQgQ2nAei5cVZwcstuJl4Xhg { width:7.5rem;height:7.5rem;top:1.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkiG3O0qMK6TanodxQgwd3aBndh8045 { width:12.125rem;height:1.1875rem;top:12.4375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTuoL6iXDVn6g3XxeBThW4u1yLyPBttJ { width:11.5rem;height:3.875rem;top:15.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #btXPRHSCICR6w0H0zEZ2bDCJ6ScvBcUB { width:0.0625rem;height:2.375rem;top:16.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeiu72cT1UwiCxbU2ebBaWBggOrdhqEO { width:2.375rem;height:1.0625rem;top:16.625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw5Hml00W0W7vKvbrXtIcnvEXti6kR7V { width:2.375rem;height:1.0625rem;top:16.625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrweBWfTm6A2IZphuIi2iLS5pLcCJsz { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKi4hkwPwBxPOoObK4gRxKwhaQS5uuxC { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:9.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0JmgXDtgvTmd8Omze2Xlxaq53yfrs2 { width:0.625rem;height:0.625rem;top:16.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTsv3dlTnLgmmOfc966epHWk0HgTXGt { width:14rem;height:20.625rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL12TrnXVRSzKCkzcgHVMeIChaK86g2G { width:12.125rem;height:;top:9.9375rem;left:18.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9vkxlSLyLVSD1FS4a5OlI3w9UQuZXJw { width:7.5rem;height:7.5rem;top:1.6875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqfvE3ptaAnSrZ4oRczupdb8BVFtwwRE { width:12.125rem;height:1.1875rem;top:12.4375rem;left:18.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdMl965UFQDQmLGEcS7RfRy3pBQ26EGR { width:11.5rem;height:3.875rem;top:15.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CumR8vBeqGwPoR9OwNwPIbIwZEmH7qby { width:0.0625rem;height:2.375rem;top:16.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OExV2CVVokfgp0dSXc4dr7golNhlMEWl { width:2.375rem;height:1.0625rem;top:16.625rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnQes5bAoKkcSCirRNpKhTHCOGfH7C4 { width:2.375rem;height:1.0625rem;top:16.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooXwUsa39aR6LbGX7agxUaZT9KkpmgH { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:18.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZQ2sX9zTXLQLLWyULaENsNHt6vPKCl { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:24.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBHeQMT5ZOIyMHNze5TFrB5hCHJsIPB { width:0.625rem;height:0.625rem;top:16.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7ee2G02uCmrrBONRJl8z6vnOq7Mpi1 { width:14rem;height:20.625rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmDq5Q4poTN1vIIPUUmq7pqdZOCovHB { width:12.125rem;height:;top:9.9375rem;left:33.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU7W7Gf75hnZwRpT14JMkTQw63ifosmq { width:7.5rem;height:7.5rem;top:1.6875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydgl32lPIWCEDXKTdlOs5hLHNmFaVFXw { width:12.125rem;height:1.1875rem;top:12.4375rem;left:33.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUGp4oXUZRWRoguy0uaM8uNO85FS5Sfa { width:11.5rem;height:3.875rem;top:15.5rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnFPTpz4Ps09RpCGz6tWodWVmIz6x1p { width:0.0625rem;height:2.375rem;top:16.375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdXllGWCOIprUJ9icBtqahxURW5Mu4x { width:2.375rem;height:1.0625rem;top:16.625rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq102Tg6pLn9TImT13pEpgrplAiygn4S { width:2.375rem;height:1.0625rem;top:16.625rem;left:40.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTwTSKRWPSmVg2ikhfUTLtCIUp6hBKr { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:34rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muGUouGJ1oe9luOXWfIOPo43HG9OSXXd { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:39.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsassrihLTp57MmeUp9oryr5CpAyXDVX { width:0.625rem;height:0.625rem;top:16.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqy0KmLaw8TKzuS79tCW7Qb9UxhkrIvu { width:14rem;height:20.625rem;top:0rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKgTaDxIwBVDoqsqZGmQFA1ykbNq5VP { width:12.125rem;height:;top:9.9375rem;left:35.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABEoKMv0guM9EuHPEWZI1Q3cmFQrOnns { width:7.5rem;height:7.5rem;top:1.6875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJUO7op6hs2R8cMaUuwDHIEWI5Qo9IDU { width:12.125rem;height:1.1875rem;top:12.4375rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTBwhgUXnOqR4X90WqHqUi2DoQ7oNccf { width:11.5rem;height:3.875rem;top:15.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTGQEVS4ya4ktHGJ2sm5D5eifsiGcUQ { width:0.0625rem;height:2.375rem;top:16.375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH1kUc07M1PqNxLas1pAQSehuvxyHXg5 { width:2.375rem;height:1.0625rem;top:16.625rem;left:45.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okrhyiyEvhkLfl9gxvwRB8eygAsUnBv9 { width:2.375rem;height:1.0625rem;top:16.625rem;left:45.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0UxmemaauQQPguVamAJPMDSGVpAabRX { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:43.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwIf8ZWDoTizqlwTutLI1oAartVcGPCI { width:4.5625rem;height:1.0625rem;top:17.8125rem;left:43.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLMHSUk1Tupy8UCnFC7ORAlczWH7W4Mv { width:0.625rem;height:0.625rem;top:16.75rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIXUxTQVVWohNsNdAv0vUewQrAJtd93M { display:block; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T29zDmb4wIbfDxsa7WD1oFSrTFshf90F { width:31.625rem;height:2.9375rem;top:2.8125rem;left:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzzWfvueJ8huPnKNwRDqAwUToKebBFSB { display:block; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfvToNhQH3ABHsRlwlQnSeq0FOn5vdSb { width:7.5rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvx5t1zvnR6uZqs1udV6112cK8mXpX7a { width:14rem;height:1.875rem;top:1.125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgddlQWuq6sMe5PuW4IwbNBzs3gVEpJ { width:13.75rem;height:3rem;top:3.375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU0gAkyUhXhb5GkXPvmBri69OT98BZNR { width:13.75rem;height:3rem;top:3.375rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNF1rqGkfECmWsNBGWL49OgVByWpD73c { width:7.5rem;height:7.5rem;top:0rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJC2nXovQlZR2Q1f7PLKKcQiJK7Cn31e { width:14rem;height:1.875rem;top:1.125rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV { display:block; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp13RUKdKH5bWXOiNR3f7OXxUiiMUvmv { width:7.5rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTWtAxExDFEZamCBIhXteuVpvuQqECS { width:15.75rem;height:1.9375rem;top:1.125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsNkWCwSzaaFeS65cb9Rwz1rpaPp0xGF { width:15.8125rem;height:3rem;top:3.375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwiZnK4looer0fKRXM2Wqi236HrlSpSr { width:16.3125rem;height:3rem;top:3.375rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPwGpKzWPOgrJFRXGNC978sRaks0lJFf { width:7.5rem;height:7.5rem;top:0rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcVo5HDU9M2CJtcQvI8OMzIMX2g5Oh2 { width:14rem;height:1.875rem;top:1.125rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr { display:block; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMMUgBSCrZrdhzbcTTfXTaTgPsc4ryU9 { width:15.8125rem;height:3rem;top:1.6875rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbrGuyxpPwWQrzQH5eGuxIO73sTtogs { display:block; }
 }@media only screen and (max-width: 763px) { #uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw { display:block; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7GGul06HoVMIFZinS3TrsVyOmW33xBG { width:39.25rem;height:9rem;top:8.0625rem;left:4.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXwNq1uU4ieDK3NAf2TAXu0zyCTDWUh { width:36.25rem;height:5.0625rem;top:18.3125rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0ycE6nBVN8sOq7Glqlaau9qQsR07qf { width:11.25rem;height:4.125rem;top:2.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f { display:block; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPx2mtbU2IJb9Xl5gue5H1IceJnsDMXA { width:34.375rem;height:1.9375rem;top:1rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aplkMFA5ftNUa1IZFE1eWJwTo7RZbhv7 { width:2rem;height:2rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQGRK07w63stxIbK4u6OfM3xkJUwVKPt { width:36.625rem;height:0.0625rem;top:3.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR { display:block; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyIIyi0eBXhvCZUSyW7o0bWkvL47nabD { width:34.375rem;height:1.875rem;top:1rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yriMVCPfG8c56TZPeXC1A1tH8XmSDQKi { width:2rem;height:2rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbGNIGJ2ypEwCxfncSnumTvSn328PlVF { width:36.625rem;height:0.0625rem;top:3.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV { display:block; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvGOtkfvHZfUt9vstMuVx2safF4wKxfq { width:34.375rem;height:1.875rem;top:1rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUaasd2c2FzsxPvofybowLUGV2gqIK9l { width:2rem;height:2rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #O58cflDZB8HwLvDTw5d5GoQRzrdzfuPk { width:36.625rem;height:0.0625rem;top:3.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJOOqNuc542bxIItB0esw82G8X0RQpH0 { display:block; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgAbEQuf2DLfWTPLlPBAZPUTEO3OM7K8 { width:16.875rem;height:3rem;top:1.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLw7aLs78gTAeZJmDDc6IXQgoBMrEmmK { display:block; }
 }@media only screen and (max-width: 763px) { #lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE { display:block; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhGMhIBDdLQkS7AQhTubKfqN3t8yMafG { width:47.125rem;height:2.9375rem;top:0rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 { display:block; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9WbpQTc45bzscrTRBuTrEioLfVrubVr { width:44rem;height:9rem;top:3.125rem;left:1.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEzztgDNbiExD5L9WaVBookCSAHkZtw { width:17.125rem;height:20rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyBBiXsZ92KpMzwBgkZox87Jvw5KLwlh { width:10.6875rem;height:1.6875rem;top:29.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awfllo5qxtLXqNTJJLVRH3t2SkWwPMDH { width:3.5rem;height:3.5rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgHD42P2092heAiA9XV8H34EpE68z8nB { width:13.8125rem;height:1.4375rem;top:19.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KNks6imoRVA3gsB73TOQCnwZmzWy09 { width:9.875rem;height:3.625rem;top:31rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVSGUpX6ReMTGgQEJw4QUbTlQ7n98fN { width:7.5rem;height:1.5rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPqszao3kEM0ChTz1C3Qq4Gfhm201g3a { width:17.125rem;height:20rem;top:15.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxsCVTafTNVtctl0TtXa49gLwTD7AS2 { width:13.8125rem;height:1.4375rem;top:19.6875rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWteSDUrEZV2Q2Z85Z7ZqbCB5bn2PaD0 { width:10.6875rem;height:1.6875rem;top:29.25rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHxznWKLvVn57U7vg6UxKwktxJHcUGH { width:9.875rem;height:3.625rem;top:31.0625rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEwG5Ua9W14hTdD3iGMsi5g2HUdAmU6W { width:7.5rem;height:1.5rem;top:17rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE91S7qfACy1XC3QI6DvIhPVhnltnMDl { width:3.5rem;height:3.5rem;top:29.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZwSr6FMuQmohFH3fBJyTAcbNlu4r7DA { width:17.125rem;height:20rem;top:15.0625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUqTPvbsELwAkJzQEBpmTUKXEh73fhXO { width:14.3125rem;height:1.4375rem;top:19.6875rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAEJmA1gPgedKfuirdLrbVRfwdeP0DS { width:10.6875rem;height:1.6875rem;top:29.25rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7OPTpHU7zSq4ONu3viLSpWRD8ox6IHZ { width:7.5rem;height:1.5rem;top:17rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zFV2zLd2zmBNyDplJFylpAhxTpzmUP { width:9.875rem;height:3.625rem;top:31.0625rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4ba9IerJnSTw69zwN6Sdo2aE1GZ9S2 { width:3.5rem;height:3.5rem;top:29.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TqSxqTgFADJp3PlowOQuhq5T27VibQ { width:17.125rem;height:20rem;top:15.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubJvl44Hv2pQuDdavFm5VHKeITZAbehf { width:14.125rem;height:1.4375rem;top:19.6875rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVDIPXVz8A42r2ZQyhiLf4WAutE1l00x { width:10.6875rem;height:1.6875rem;top:29.25rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMepTOOmsVnryKxrvh4NGMTJOTSFF2hP { width:7.5rem;height:1.5rem;top:17rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGB54cnJMu6dlkOhhipufnooTWAX1C9A { width:9.875rem;height:3.625rem;top:31.0625rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfruh6R7khtFKMmZ4T4KKiStNLaHo5ik { width:3.5rem;height:3.5rem;top:29.5rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feh50fAMeuZPfm56PLAvvv3T5EI5bSPU { width:39.5rem;height:15.5rem;top:36.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA { display:block; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNyUIrpL0LFoWsiFS5GazuOovlrZo4RM { width:44rem;height:9rem;top:2.9375rem;left:1.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU { display:block; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFMOm4mX9yroxBWvRvryDPtHfWxALfki { width:21.375rem;height:26.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOHK6LyFGJr1aeERMkLllsAVyut9D3HZ { width:12.625rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olggO0v406LEyqihqT5u8DNZQsBm8dGa { width:19rem;height:1.1875rem;top:30.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1FynXxosUtIcE41mHTPQyX8JoDxhya { width:19rem;height:1.1875rem;top:30.625rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEaTsqJJm4PSaT88dlGFVPRr2l1pDK2l { width:21.375rem;height:26.8125rem;top:0rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKRfEp8XNkwa4pCnmWZGo1HyKtkl7Uh9 { width:12.625rem;height:1.3125rem;top:28.6875rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtdUoQ20VtRtzgFTsoCyMMEUKbDvOJx { width:19rem;height:1.1875rem;top:30.625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wde7N3Vb7cU9p0gi90aAeUH24NnETKEJ { width:12.625rem;height:1.3125rem;top:28.6875rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1WLiTD8uTr0T2FHT5mVdkH9vk45DUMQ { width:21.375rem;height:26.8125rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahVhAA5Jh4TheXR8CMDMv9HkAm0vcxB { width:47.75rem;height:0.0625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 { display:block; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWfh62UMf3hZ9ckfym7ShJpPpUAbGqtb { width:16.875rem;height:11.25rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WVVaKsM0ZtN044zBLHsKAbJewzRTp0 { width:26.6875rem;height:3rem;top:9.8125rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEk8QDaIguDA6m7UEntPt4qnEBfFZGvG { width:30.25rem;height:2.625rem;top:6.1875rem;left:17.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQKmowT8ut2N5ukVuwz3zB3Cm0czRut { width:29.125rem;height:1.5rem;top:14.125rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm { display:block; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIunPSTUwkw617tI1OQaFSlIxzRzTf4i { width:44rem;height:9rem;top:4.5625rem;left:1.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F { display:block; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ { display:flex;height:auto;width:36.75rem;top:0rem;left:5.0625rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #tAPAThNacZEf9h3KqKBMCwEi4AezTQqD {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #EZKEgxJKQ6CudhU8OZVF9se0BJiJBU0E {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #C9IhONPI7VtGv2vgZEFsCOkS9V8NOy9V {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #MDnWwi4NnWupAUmhzvOVOHH21nvJPfgg {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #K8OO67yw5JHaWnhXFDZfWVV43laV1A38 {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #B6lwKSnsQ4dZFZePfeTWRrAVKAuRF7oc {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #yumx2PD3qB8zJ3wKaVWawxzS1POJoqfK {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #TVk12TwQiUu9LZzZJr0mEpWuAgKW4U2S {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #BSSpahEp4G4Ca0d0h70h7onElM3ErmxZ {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #P6a0J2mpCSzm4CKlP3kMGRtzOce0TGXW {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #uFeet26H4RHCs6rkrykNekkG9q2oEE1D {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #SRSwTGWoOi0PqGE69G1szrlk2algZMOf {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #d9EnDhtclOmdkkQDmzFcWnQsALNf2Uh2 {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #tg1TgBLXv1CPMpAQN4c1z4waJG7C9imH {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #VMMBqVkoJ1WOEakwZoKFsuygtO2bU7rB {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #z3CenqEu7iFyy8raZ6eWhwsNctrfZmzM {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #qbnbupgBash0RFdt0KnKhgTWKShWhSUG {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #IhUeEQA9RKWU6JHAplRBEwLBD95lsDlH {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #wn4NkTZHVUAsRI6VFvFRvwdbAD2OvxHW {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #nRM4GvUkz9oeAvlJwtHiShKbFuOTmPZH {  }
 }@media only screen and (max-width: 763px) { #Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp { display:block; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2acBwEXm5NlBiFCd9ymNatHTZOfLtpI { width:44rem;height:2.0625rem;top:2.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1b9lDivTQCB8I5hMQEdPvEL5W4T6NtS { width:28.3125rem;height:1.1875rem;top:6.8125rem;left:9.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvdmnbQxqUFhlXCl7qoa0gkTROrBS5Vu { width:15.8125rem;height:3rem;top:10.5625rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn419vcLE9bSPn9cSWEv6fHV0giCxk56 { display:block; }
 }@media only screen and (max-width: 763px) { #miZfbobDmBGTaxlgAJfoMg5henmiT4Ln { display:block; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z50Oeqf6FqVkD2bZz6OiZf3sDMSTwa9m { width:47.75rem;height:7.375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2goDP1wr3gM9IGfZzduXTIFMqoCiIys { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 { display:none; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lcKd8KAdCyfOBvs8SQAihPLDP3TKss9y { width:9.875rem;height:3rem;top:0.8125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCRiBnpBkoXVEzudTxreJPEN2mRODbNx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA { position:relative;z-index:auto;display:block; }#AdXRW7GwFvarIQKhQDCf9FJ7bphbKVJA > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT8VbB3UZiULeCuCNJClnaSorGqXDTIS { width:2.5625rem;height:2.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUy2JVhNuK4k6n2Ur6wnenVrK5MBLRJh { width:9.875rem;height:3rem;top:0rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6UhGfch0GfnIFrEekEphDiBX2ZRq8tL { display:block; }
 }@media only screen and (max-width: 763px) { #C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA { display:none; }#C69GwgeAGmDFw1C0TPTQc9P1JuHyWAFA > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a { background-color:rgba(0,0,0,0.4);background-image:url("https://images.assets-landingi.com/uc/700c0a30-acdb-47e1-b73c-5d1b7fecfaf2/headermob1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a.adaptive-delivery-prevent-bg, #ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a.lazyload, #ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a.lazyloading { background-image: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container { background-color: transparent; background-image: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container > .video-iframe-container { display: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row > .video-iframe-container { display: none; }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .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); }#ihd9L6NbrQM5cOIE5KHz7N4Q5PKWxz4a > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcZhTxKCs8uiEfMxDTge5M6KNSO1AX9d { width:20rem;height:6.8rem;top:24.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhAZLsIexRO6HKfXGGI5HHk0TnXy48MJ { width:20rem;height:9.28125rem;top:13.875rem;left:0rem;font-size:2.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JelH0mv6tPMVlLkCLfD019UpeOtx95up { width:9.875rem;height:3rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWakI37JB8W0TTnuFcMUpDJ5ZZqrxmMI { display:block; }
 }@media only screen and (max-width: 763px) { #nqAyFXda61GzJXWgODSptlntsDcO0r64 { display:block; }#nqAyFXda61GzJXWgODSptlntsDcO0r64 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGcGqD7zCF2JDhBfUb4HL3rXuWtCkDuZ { width:17.6875rem;height:5.1rem;top:30.25rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F905EB1uBcRzhiEFLLxgkQBTJfHo3vMR { width:16.625rem;height:6.58125rem;top:22rem;left:1.78125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3kcK4ZRqR1d5dCCQbCTdiTgqOeaeUd6 { width:9.875rem;height:3rem;top:23.9375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClKcuisJwdNiMTVGXqbPuG0NkkyXDATT { display:block; }
 }@media only screen and (max-width: 763px) { #dzkIVz8y4gI8k8RnJI5wqStcuZM5mu05 { width:18.75rem;height:18.75rem;top:0.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zecf9b8466d4ea28d86e446e67a4eaf1 { display:block; }#zecf9b8466d4ea28d86e446e67a4eaf1 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9043118ca1b008c3322fea4b0f9c408 { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae2e409c7d8621e1d056e6fe16b3a505 { width:19.0625rem;height:15.6875rem;top:7.421875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Te55200887f8a408746d8a40108ef0ca { width:20rem;height:7.3125rem;top:15.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw { display:block; }#WUn8Sy5LEPADgLatRwW4U4f5EzH5FLIw > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNnTOlAUidtgHnhdh3Tq13T5v9guQu9t { width:1.25rem;height:1.25rem;top:1.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7lT896PfRp4DeFSRbIohyCh4bt0Iq9 { width:16.375rem;height:3.4rem;top:0rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3N10AZqTnvmTkb73Txr54FPotGzbOQV { width:16.375rem;height:3.4rem;top:4.875rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCWERqv2DmJ0CTZhziv8TWByOJvFiok2 { width:1.25rem;height:1.25rem;top:5.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIRldlgFUm1kVFnE0OGdMik8qMPfTbXI { width:16.375rem;height:3.4rem;top:9.4375rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nbm3NpCs9gRNBTbHM3UstXRoH5pTUrnf { width:1.25rem;height:1.25rem;top:10.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF { display:block; }#kT0B7d3SSOk6Ram8tDcdhBGBKnmJVgfF > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z05h5OV67o2ObdzwkQ71Vcx2mdV3f7xS { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #px2gsCBGyTJ5iqNNzBKDgIKUxdeny5HQ { width:17.1875rem;height:5.4rem;top:7.70703125rem;left:1.40625rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp { display:block; }#dfHegx0mQpzQtgUpnoHpITJTPv1uP3sp > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipxzgpzIH8Tl1BTXS0xFUVOIIb4BTao7 { width:6.125rem;height:6.125rem;top:1.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQhQJTWk1ib2fJEP50c2kOuIfgMDZVsb { width:12.125rem;height:2.7625rem;top:9.8125rem;left:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRf7qV4JtIsWIuwk9kcoCxI3g296zp23 { width:12.125rem;height:1.2246125rem;top:12.5625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lZhSRuRacm9t06uIHrhRGb5TEyIRD9 { width:2.375rem;height:1.0996125rem;top:16.6875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV2X88TBvthAchPZmBkkfmUM5DbJS4i8 { width:4.5625rem;height:1.0625rem;top:17.875rem;left:4.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlk3Ueb4e0ToUSk8JHkxoekLgI6tHpf5 { width:0.625rem;height:0.625rem;top:16.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeveWHps9RkzI02qJ77PVyCMdRUWTnPx { width:11.5rem;height:3.875rem;top:15.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKPaiPu2wB4OkxZW4OQEtKSbXm7yWTxr { width:2.375rem;height:1.0996125rem;top:16.6875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4GucQqAIzpeUKUNLhv7c8ZD8MLD922q { width:4.5625rem;height:1.0625rem;top:17.875rem;left:10.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcq7KhIszRk17VG9TskZ0mLsaTPeDqH9 { width:0.0625rem;height:2.375rem;top:16.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yknlTFH0yIkUwEX8NAbJVTHEyiKNwo5X { width:14rem;height:20.625rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VblaKAfWA9pipTlU8i0xaehKdm8RLRGy { width:14rem;height:20.625rem;top:22rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZK9ZHQBOfo5uHV3qROyavh27N1iPqQ { width:12.125rem;height:2.7625rem;top:31.6875rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9qN4qpoBQgQ2nAei5cVZwcstuJl4Xhg { width:7.5rem;height:7.5rem;top:24rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkiG3O0qMK6TanodxQgwd3aBndh8045 { width:12.125rem;height:1.2246125rem;top:34.4375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTuoL6iXDVn6g3XxeBThW4u1yLyPBttJ { width:11.5rem;height:3.875rem;top:37.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btXPRHSCICR6w0H0zEZ2bDCJ6ScvBcUB { width:0.0625rem;height:2.375rem;top:38.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeiu72cT1UwiCxbU2ebBaWBggOrdhqEO { width:2.375rem;height:1.0996125rem;top:38.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw5Hml00W0W7vKvbrXtIcnvEXti6kR7V { width:2.375rem;height:1.0996125rem;top:38.625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrweBWfTm6A2IZphuIi2iLS5pLcCJsz { width:4.5625rem;height:1.0625rem;top:39.8125rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKi4hkwPwBxPOoObK4gRxKwhaQS5uuxC { width:4.5625rem;height:1.0625rem;top:39.8125rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0JmgXDtgvTmd8Omze2Xlxaq53yfrs2 { width:0.625rem;height:0.625rem;top:38.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTsv3dlTnLgmmOfc966epHWk0HgTXGt { width:14rem;height:20.625rem;top:44rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL12TrnXVRSzKCkzcgHVMeIChaK86g2G { width:12.125rem;height:2.7625rem;top:53.6875rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9vkxlSLyLVSD1FS4a5OlI3w9UQuZXJw { width:7.5rem;height:7.5rem;top:46rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqfvE3ptaAnSrZ4oRczupdb8BVFtwwRE { width:12.125rem;height:1.2246125rem;top:56.4375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdMl965UFQDQmLGEcS7RfRy3pBQ26EGR { width:11.5rem;height:3.875rem;top:59.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CumR8vBeqGwPoR9OwNwPIbIwZEmH7qby { width:0.0625rem;height:2.375rem;top:60.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OExV2CVVokfgp0dSXc4dr7golNhlMEWl { width:2.375rem;height:1.0996125rem;top:60.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnQes5bAoKkcSCirRNpKhTHCOGfH7C4 { width:2.375rem;height:1.0996125rem;top:60.625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooXwUsa39aR6LbGX7agxUaZT9KkpmgH { width:4.5625rem;height:1.0625rem;top:61.8125rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZQ2sX9zTXLQLLWyULaENsNHt6vPKCl { width:4.5625rem;height:1.0625rem;top:61.8125rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBHeQMT5ZOIyMHNze5TFrB5hCHJsIPB { width:0.625rem;height:0.625rem;top:60.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7ee2G02uCmrrBONRJl8z6vnOq7Mpi1 { width:14rem;height:20.625rem;top:66rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmDq5Q4poTN1vIIPUUmq7pqdZOCovHB { width:12.125rem;height:2.7625rem;top:75.6875rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU7W7Gf75hnZwRpT14JMkTQw63ifosmq { width:7.5rem;height:7.5rem;top:68rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydgl32lPIWCEDXKTdlOs5hLHNmFaVFXw { width:12.125rem;height:1.2246125rem;top:78.4375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUGp4oXUZRWRoguy0uaM8uNO85FS5Sfa { width:11.5rem;height:3.875rem;top:81.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnFPTpz4Ps09RpCGz6tWodWVmIz6x1p { width:0.0625rem;height:2.375rem;top:82.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdXllGWCOIprUJ9icBtqahxURW5Mu4x { width:2.375rem;height:1.0996125rem;top:82.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq102Tg6pLn9TImT13pEpgrplAiygn4S { width:2.375rem;height:1.0996125rem;top:82.625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTwTSKRWPSmVg2ikhfUTLtCIUp6hBKr { width:4.5625rem;height:1.0625rem;top:83.8125rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muGUouGJ1oe9luOXWfIOPo43HG9OSXXd { width:4.5625rem;height:1.0625rem;top:83.8125rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsassrihLTp57MmeUp9oryr5CpAyXDVX { width:0.625rem;height:0.625rem;top:82.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqy0KmLaw8TKzuS79tCW7Qb9UxhkrIvu { width:14rem;height:20.625rem;top:88rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKgTaDxIwBVDoqsqZGmQFA1ykbNq5VP { width:12.125rem;height:2.7625rem;top:97.6875rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABEoKMv0guM9EuHPEWZI1Q3cmFQrOnns { width:7.5rem;height:7.5rem;top:90rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJUO7op6hs2R8cMaUuwDHIEWI5Qo9IDU { width:12.125rem;height:1.2246125rem;top:100.4375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTBwhgUXnOqR4X90WqHqUi2DoQ7oNccf { width:11.5rem;height:3.875rem;top:103.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTGQEVS4ya4ktHGJ2sm5D5eifsiGcUQ { width:0.0625rem;height:2.375rem;top:104.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH1kUc07M1PqNxLas1pAQSehuvxyHXg5 { width:2.375rem;height:1.0996125rem;top:104.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okrhyiyEvhkLfl9gxvwRB8eygAsUnBv9 { width:2.375rem;height:1.0996125rem;top:104.625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0UxmemaauQQPguVamAJPMDSGVpAabRX { width:4.5625rem;height:1.0625rem;top:105.8125rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwIf8ZWDoTizqlwTutLI1oAartVcGPCI { width:4.5625rem;height:1.0625rem;top:105.8125rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLMHSUk1Tupy8UCnFC7ORAlczWH7W4Mv { width:0.625rem;height:0.625rem;top:104.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIXUxTQVVWohNsNdAv0vUewQrAJtd93M { display:block; }#yIXUxTQVVWohNsNdAv0vUewQrAJtd93M > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T29zDmb4wIbfDxsa7WD1oFSrTFshf90F { width:18.5rem;height:2.54980625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzzWfvueJ8huPnKNwRDqAwUToKebBFSB { display:block; }#tzzWfvueJ8huPnKNwRDqAwUToKebBFSB > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfvToNhQH3ABHsRlwlQnSeq0FOn5vdSb { width:4rem;height:4rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvx5t1zvnR6uZqs1udV6112cK8mXpX7a { width:12.125rem;height:1.7rem;top:2.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgddlQWuq6sMe5PuW4IwbNBzs3gVEpJ { width:13.75rem;height:2.625rem;top:3.9375rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU0gAkyUhXhb5GkXPvmBri69OT98BZNR { width:13.75rem;height:2.625rem;top:10.63671875rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNF1rqGkfECmWsNBGWL49OgVByWpD73c { width:4rem;height:4rem;top:8.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJC2nXovQlZR2Q1f7PLKKcQiJK7Cn31e { width:14rem;height:1.7rem;top:8.9375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV { display:block; }#S5fNEnb9mPETy4t1x0tCNBWJCmHnbPmV > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp13RUKdKH5bWXOiNR3f7OXxUiiMUvmv { width:4rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTWtAxExDFEZamCBIhXteuVpvuQqECS { width:13.8125rem;height:1.4rem;top:1.25rem;left:4.8125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nsNkWCwSzaaFeS65cb9Rwz1rpaPp0xGF { width:13.75rem;height:2.625rem;top:3rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwiZnK4looer0fKRXM2Wqi236HrlSpSr { width:13.3125rem;height:2.625rem;top:8.8984375rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPwGpKzWPOgrJFRXGNC978sRaks0lJFf { width:4rem;height:4rem;top:7.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcVo5HDU9M2CJtcQvI8OMzIMX2g5Oh2 { width:14rem;height:1.7rem;top:7.1484375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr { display:block; }#J7nqME1EpcMgCUT0IcTiMZ11TVSDLONr > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMMUgBSCrZrdhzbcTTfXTaTgPsc4ryU9 { width:15.8125rem;height:3rem;top:1.5625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbrGuyxpPwWQrzQH5eGuxIO73sTtogs { display:block; }
 }@media only screen and (max-width: 763px) { #uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw { display:block; }#uJwXp4WS1WBXG5HgkhFWD6k8y3GeCTPw > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7GGul06HoVMIFZinS3TrsVyOmW33xBG { width:20rem;height:4.8rem;top:8.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXwNq1uU4ieDK3NAf2TAXu0zyCTDWUh { width:16.0625rem;height:5.4rem;top:14.3125rem;left:2rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JC0ycE6nBVN8sOq7Glqlaau9qQsR07qf { width:8.0625rem;height:2.875rem;top:3.125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f { display:block; }#znHmJfhkQzfwaOIHDxHT73ZmGUzlFE8f > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPx2mtbU2IJb9Xl5gue5H1IceJnsDMXA { width:15.9375rem;height:1.7rem;top:1.119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aplkMFA5ftNUa1IZFE1eWJwTo7RZbhv7 { width:2rem;height:2rem;top:0.96875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQGRK07w63stxIbK4u6OfM3xkJUwVKPt { width:20rem;height:0.0625rem;top:3.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR { display:block; }#l8EBHISsgTEb5QxV0hZR8uaZ9pagNSQR > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyIIyi0eBXhvCZUSyW7o0bWkvL47nabD { width:15.9375rem;height:1.7rem;top:1.119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yriMVCPfG8c56TZPeXC1A1tH8XmSDQKi { width:2rem;height:2rem;top:0.96875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbGNIGJ2ypEwCxfncSnumTvSn328PlVF { width:20rem;height:0.0625rem;top:3.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV { display:block; }#zVM8EIyEZF2mn0N4R744N1JnHEoK9tBV > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvGOtkfvHZfUt9vstMuVx2safF4wKxfq { width:15.9375rem;height:1.7rem;top:1.119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUaasd2c2FzsxPvofybowLUGV2gqIK9l { width:2rem;height:2rem;top:0.96875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #O58cflDZB8HwLvDTw5d5GoQRzrdzfuPk { width:20rem;height:0.0625rem;top:3.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJOOqNuc542bxIItB0esw82G8X0RQpH0 { display:block; }#VJOOqNuc542bxIItB0esw82G8X0RQpH0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgAbEQuf2DLfWTPLlPBAZPUTEO3OM7K8 { width:15.8125rem;height:3rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLw7aLs78gTAeZJmDDc6IXQgoBMrEmmK { display:block; }
 }@media only screen and (max-width: 763px) { #lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE { display:block; }#lZJP6LApwMqX8aqMmk1tzQFvl2PDI8eE > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhGMhIBDdLQkS7AQhTubKfqN3t8yMafG { width:20rem;height:7.4375rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 { display:block; }#uVHTSTMbldAyIkVpZQzTbETOfmP3H2W5 > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9WbpQTc45bzscrTRBuTrEioLfVrubVr { width:20rem;height:4.8rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEzztgDNbiExD5L9WaVBookCSAHkZtw { width:17.125rem;height:20rem;top:9.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyBBiXsZ92KpMzwBgkZox87Jvw5KLwlh { width:10.6875rem;height:1.7rem;top:23.375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awfllo5qxtLXqNTJJLVRH3t2SkWwPMDH { width:3.5rem;height:3.5rem;top:23.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgHD42P2092heAiA9XV8H34EpE68z8nB { width:13.8125rem;height:1.48730625rem;top:13.8125rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KNks6imoRVA3gsB73TOQCnwZmzWy09 { width:10.5625rem;height:2.45rem;top:25.1875rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVSGUpX6ReMTGgQEJw4QUbTlQ7n98fN { width:7.5rem;height:1.5rem;top:11.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPqszao3kEM0ChTz1C3Qq4Gfhm201g3a { width:17.125rem;height:20rem;top:30.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxsCVTafTNVtctl0TtXa49gLwTD7AS2 { width:13.8125rem;height:1.48730625rem;top:35.1875rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWteSDUrEZV2Q2Z85Z7ZqbCB5bn2PaD0 { width:10.6875rem;height:1.7rem;top:44.75rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHxznWKLvVn57U7vg6UxKwktxJHcUGH { width:11.5rem;height:2.45rem;top:46.5625rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEwG5Ua9W14hTdD3iGMsi5g2HUdAmU6W { width:7.5rem;height:1.5rem;top:32.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE91S7qfACy1XC3QI6DvIhPVhnltnMDl { width:3.5rem;height:3.5rem;top:45rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZwSr6FMuQmohFH3fBJyTAcbNlu4r7DA { width:17.125rem;height:20rem;top:51.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUqTPvbsELwAkJzQEBpmTUKXEh73fhXO { width:14.3125rem;height:1.48730625rem;top:56.5625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAEJmA1gPgedKfuirdLrbVRfwdeP0DS { width:10.6875rem;height:1.7rem;top:66.125rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7OPTpHU7zSq4ONu3viLSpWRD8ox6IHZ { width:7.5rem;height:1.5rem;top:53.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zFV2zLd2zmBNyDplJFylpAhxTpzmUP { width:10.5625rem;height:2.45rem;top:67.9375rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4ba9IerJnSTw69zwN6Sdo2aE1GZ9S2 { width:3.5rem;height:3.5rem;top:66.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TqSxqTgFADJp3PlowOQuhq5T27VibQ { width:17.125rem;height:20rem;top:73.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubJvl44Hv2pQuDdavFm5VHKeITZAbehf { width:14.125rem;height:1.48730625rem;top:77.9375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVDIPXVz8A42r2ZQyhiLf4WAutE1l00x { width:10.6875rem;height:1.7rem;top:87.5rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMepTOOmsVnryKxrvh4NGMTJOTSFF2hP { width:7.5rem;height:1.5rem;top:75.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGB54cnJMu6dlkOhhipufnooTWAX1C9A { width:10.5625rem;height:2.45rem;top:89.3125rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfruh6R7khtFKMmZ4T4KKiStNLaHo5ik { width:3.5rem;height:3.5rem;top:87.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feh50fAMeuZPfm56PLAvvv3T5EI5bSPU { width:18.75rem;height:7.4375rem;top:94.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA { display:block; }#u9xKJVmZHPbBiN0h9mK6Hln0qQL72QhA > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNyUIrpL0LFoWsiFS5GazuOovlrZo4RM { width:16.125rem;height:7.2rem;top:1.1875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU { display:block; }#TPBueFz56pQySWTg7ZzQD6JhWhc2q4uU > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFMOm4mX9yroxBWvRvryDPtHfWxALfki { width:20rem;height:25.087719298246rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOHK6LyFGJr1aeERMkLllsAVyut9D3HZ { width:12.625rem;height:1.3496125rem;top:27.5869140625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olggO0v406LEyqihqT5u8DNZQsBm8dGa { width:19rem;height:1.2rem;top:29.5615234375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1FynXxosUtIcE41mHTPQyX8JoDxhya { width:19rem;height:1.2rem;top:62.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEaTsqJJm4PSaT88dlGFVPRr2l1pDK2l { width:20rem;height:25.087719298246rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKRfEp8XNkwa4pCnmWZGo1HyKtkl7Uh9 { width:12.625rem;height:1.3496125rem;top:60.1875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtdUoQ20VtRtzgFTsoCyMMEUKbDvOJx { width:19rem;height:1.2rem;top:94.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wde7N3Vb7cU9p0gi90aAeUH24NnETKEJ { width:12.625rem;height:1.3496125rem;top:92.1875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1WLiTD8uTr0T2FHT5mVdkH9vk45DUMQ { width:20rem;height:25.087719298246rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahVhAA5Jh4TheXR8CMDMv9HkAm0vcxB { width:20rem;height:0.0625rem;top:97.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 { display:block; }#dVHnyP8MW6hZGZTtguURrN09I0EUVyo0 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWfh62UMf3hZ9ckfym7ShJpPpUAbGqtb { width:16.875rem;height:11.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WVVaKsM0ZtN044zBLHsKAbJewzRTp0 { width:20rem;height:4.5rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEk8QDaIguDA6m7UEntPt4qnEBfFZGvG { width:20rem;height:3.9rem;top:16.875rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #STQKmowT8ut2N5ukVuwz3zB3Cm0czRut { width:20rem;height:1.5rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm { display:block; }#GaHQElRCsNFLCEoALZa5SMHAOxmu2UCm > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIunPSTUwkw617tI1OQaFSlIxzRzTf4i { width:20rem;height:4.8rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F { display:block; }#HrvwVDI4MaGG6VyBo8A6Fvezl1zSLq8F > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-heading-text { font-size:1.25rem;height:auto; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ { display:flex;height:auto;width:19.9375rem;top:0rem;left:0rem; }
#VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #tAPAThNacZEf9h3KqKBMCwEi4AezTQqD {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #EZKEgxJKQ6CudhU8OZVF9se0BJiJBU0E {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #C9IhONPI7VtGv2vgZEFsCOkS9V8NOy9V {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #MDnWwi4NnWupAUmhzvOVOHH21nvJPfgg {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #K8OO67yw5JHaWnhXFDZfWVV43laV1A38 {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #B6lwKSnsQ4dZFZePfeTWRrAVKAuRF7oc {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #yumx2PD3qB8zJ3wKaVWawxzS1POJoqfK {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #TVk12TwQiUu9LZzZJr0mEpWuAgKW4U2S {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #BSSpahEp4G4Ca0d0h70h7onElM3ErmxZ {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #P6a0J2mpCSzm4CKlP3kMGRtzOce0TGXW {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #uFeet26H4RHCs6rkrykNekkG9q2oEE1D {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #SRSwTGWoOi0PqGE69G1szrlk2algZMOf {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #d9EnDhtclOmdkkQDmzFcWnQsALNf2Uh2 {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #tg1TgBLXv1CPMpAQN4c1z4waJG7C9imH {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #VMMBqVkoJ1WOEakwZoKFsuygtO2bU7rB {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #z3CenqEu7iFyy8raZ6eWhwsNctrfZmzM {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #qbnbupgBash0RFdt0KnKhgTWKShWhSUG {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #IhUeEQA9RKWU6JHAplRBEwLBD95lsDlH {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #wn4NkTZHVUAsRI6VFvFRvwdbAD2OvxHW {  }
 }@media only screen and (max-width: 763px) { #VbVGaifNKczaBzRXb0PfyTP31Ed5EVDZ #nRM4GvUkz9oeAvlJwtHiShKbFuOTmPZH {  }
 }@media only screen and (max-width: 763px) { #Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp { display:block; }#Jra9wTZD8mAEGHbkZBcmV8GAw2AIClQp > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2acBwEXm5NlBiFCd9ymNatHTZOfLtpI { width:20rem;height:1.5rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1b9lDivTQCB8I5hMQEdPvEL5W4T6NtS { width:16.8125rem;height:3.2rem;top:5.5625rem;left:1.125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NvdmnbQxqUFhlXCl7qoa0gkTROrBS5Vu { width:15.8125rem;height:3rem;top:10.9462875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn419vcLE9bSPn9cSWEv6fHV0giCxk56 { display:block; }
 }@media only screen and (max-width: 763px) { #miZfbobDmBGTaxlgAJfoMg5henmiT4Ln { background-color:#f7f7f7;background-image:none;display:block; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container { background-color: transparent; background-image: none; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container > .video-iframe-container { display: none; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row > .video-iframe-container { display: none; }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .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); }#miZfbobDmBGTaxlgAJfoMg5henmiT4Ln > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z50Oeqf6FqVkD2bZz6OiZf3sDMSTwa9m { width:20rem;height:17.85rem;top:3.46484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2goDP1wr3gM9IGfZzduXTIFMqoCiIys { width:20rem;height:0.0625rem;top:1.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 { background-color: transparent; background-image: none; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row .container > .video-iframe-container { display: none; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row > .video-iframe-container { display: none; }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .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); }#IkKhHHUMQO0TD0skkSJS38IfMCNCXxc9 > .row .container { width:20rem;height:3.125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcKd8KAdCyfOBvs8SQAihPLDP3TKss9y { width:16.6875rem;height:3rem;top:0rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCRiBnpBkoXVEzudTxreJPEN2mRODbNx { display:block; }
 }