.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:237,221,227;--color-primary-1:195,143,160;--color-primary-2:134,31,65;--color-primary-3:67,16,33;--color-primary-4:20,5,10;--color-secondary-0:229,218,221;--color-secondary-1:169,131,143;--color-secondary-2:83,6,31;--color-secondary-3:42,3,16;--color-secondary-4:12,1,5;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:62.0625rem;display:block; }
#tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:49.8125rem;display:block; }
#W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { 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:5.625rem;width:14.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container { background-color: transparent; background-image: none; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container > .video-iframe-container { display: none; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row > .video-iframe-container { display: none; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .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); }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container { border-width: 0; border-radius: 0; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b0a600a6-2f29-4a34-a055-32fdc4094b42/Frame3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.25rem;left:25.625rem;height:2.92480625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { color:rgba(var(--color-primary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.1875rem;left:39.375rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { position:relative;display:block; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { background-color: transparent; background-image: none; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container > .video-iframe-container { display: none; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row > .video-iframe-container { display: none; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .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); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { border-width: 0; border-radius: 0; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .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; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .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:60.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G1DS35ft1sRRqAkw74uZ8ldR9ketOsne { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0rem;height:12.6699375rem;font-style:normal;display:block; }
#GLkeTDpgkfyd8UyeasZQNtbslbXPPalk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#dFQQTRPUkpI5LvGx6gOLqooXe6eZlRC1 { position:absolute;display:block;z-index:15003;height:57.3125rem;width:36.5625rem;top:1.5rem;left:38.4375rem;display:block; }
#ioxPqyS6DqahJs4RPW1PAnNMH1He6UX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:;font-style:normal;display:block; }
#zdtaJMwzKnmX9QtSTtP6ucU5w9TqnGta { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#h87vqOpo6WI2Bvq2VDMeNa0w3W9UE023 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#Aqd70IEHRIzsbMIXArKNlvH7grECEs5n { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15016;background-color:#9b2242;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:0.0625rem;border-top-right-radius:2rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:2rem;border-top-left-radius:0.25rem;display:block; }
#B7zy3VUBpHOmHGBSSUHAinF4GZ8zKbAi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#FKOAxNaISzNHQHv1LBWLuQ6sr4TFgs5A { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15018;background-color:#ca4473;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#XiUHoTGu3AUoivk7EIfVE2TisdMMZUuL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#oTHJMFmvDxmKIlV3IHF9WNnAyffa9EVT { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.5625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TIEFhetUzq5Tc1T3pQoLEVzvETseK2KJ { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uc9WiOoRD0lSFT7bbruEHGXIB527ArFG { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#i9ZZzVVnt0ZGbN1x38pP7NN81PnFqtsk { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.5625rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#EHvHqr1Iq1OZGDuoDr9mf5TF1PhfTxya { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18rem;left:18.5625rem;height:4.54980625rem;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; }
#AudzdEskG1FeBCussR5Q22zdqnxTvsfS { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:20.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uCeGC2WQWSgDBUoNClMouKiiFVrx3JbM { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:27.1875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ccTMvoPeF5Av1cchEJCmaR1mPGoqgmP5 { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.9111328125rem;left:0rem;height:4.54980625rem;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; }
#KIyGJNfmsNA5iODzdMhalLUFF5zFER6k { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:30.25rem;left:1.34375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EbnemxyWuGAhbOZXMWCX1xsQT9fDDa5I { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:27.1875rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZzQTdhNds0qmrrtP7Xd3st2Usuhb17za { color:rgba(var(--color-primary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:28.625rem;left:22.4375rem;height:4.54980625rem;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; }
#UQs9o74hW1c2shFwznFtV4eezE2gARJ4 { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:33.7998046875rem;left:20.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { background-color: transparent; background-image: none; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container > .video-iframe-container { display: none; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row > .video-iframe-container { display: none; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .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); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { border-width: 0; border-radius: 0; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#TMgZqaVJOQnMxCAA4cECPv8Dr5fhd3dU { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IGTxg69VEARoFi0Ok3fOqk1icSfygQTT { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.75rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#nrFtbVikwRcdIyelWWM7ZGVAAHeOpqc9 { position:absolute;display:block;z-index:15002;height:14.8125rem;width:32.125rem;top:6.75rem;left:42.875rem;display:block; }
#oG3ccPznPQiqkkPSDHQEx5zm9wPEHX1W { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.1875rem;left:73rem;overflow:hidden;display:block; }
#K5cn91GLDPJ96PAA0Sq07VAmdM8WtNOu { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.1875rem;left:42.875rem;overflow:hidden;display:block; }
#Tw3GtkAZP2sHNhA6FrJPtHGCBqsJipUl { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:57.375rem;display:block; }
#hNPNJQbCTTq7iSaPZntd5J231ZWy4007 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:58.625rem;display:block; }
#Czv6NumIEJgwivecP22MtPIwfRC7dZBu { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:59.875rem;display:block; }
#oc85vtmcM0c19FhKEIQzWrxytTNoBenZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:61.125rem;display:block; }
#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container { background-color: transparent; background-image: none; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container > .video-iframe-container { display: none; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row > .video-iframe-container { display: none; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .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); }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container { border-width: 0; border-radius: 0; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#strTSe8f8PGRAoBq6PWBs2sTGh7IyCZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.1875rem;left:0rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#LQdAClgI2FZVEJ0n84AJPHknTcz0QzRT { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:19.75rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W3Rou93ScfcwxB4eRUEviRLmbkZVvft5 { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.0625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;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; }
#nNQsO0O6uBGCw7icoVP3bGRTnnkT2T42 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.75rem;left:4.53125rem;overflow:hidden;display:block; }
#bUWErI6gHeT3QvQrv0GiyRT26G8lWcgR { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:3.25rem;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; }
#EJMzoUht2voABBwfgqSumFd0lKbyAI1X { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.75rem;left:23.34375rem;overflow:hidden;display:block; }
#fblag6gbnt1FBAwGTTqBJc4rQCqTGAzl { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:19.75rem;left:18.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lCGqOWOWlBLgy4xsnOCTl7G7sGiBAvgJ { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:18.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;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; }
#F9cTIOJCpJLDI8Es0b3KqqT238OiDJRF { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.8125rem;left:61.09375rem;overflow:hidden;display:block; }
#f41UEdKAuLhnNClUfxRZoopm7ZqWou2C { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:19.75rem;left:56.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a1Cm3QkTsn4Dnt5fXgpFJdd6TVnuOeHN { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0625rem;left:56.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;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; }
#mSuEQ48vAF33EXfgCVsZOvppzXxT8s5T { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.75rem;left:42.15625rem;overflow:hidden;display:block; }
#adU9eNUGDDovAQpzzKIoohhkBsolT1Bv { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:19.75rem;left:37.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QtzKbTbmEbpVW361U4mHLGH0avrd7Zx8 { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:37.625rem;height:3.8984375rem;text-align:center;text-align-last:center;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; }
#mxJ8wNcTPoIazBD52fFzMF7snEMT0e2H { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:36.96484375rem;left:1.28125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#KVLS0BRBUqIh7K1Au8iAfeyZDPoCEdTI { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:36.8125rem;left:20.28125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#hE7Nq2TTkTgZraKAi86zZKMu4sgplvq4 { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.8125rem;left:39.40625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qIwoOsuukTSvM9Tzxis9MMXrbo3T8FUf { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:36.78515625rem;left:57.84375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#ALvTCSt5KVI4aaBxsheV2VMTzTW2MbwN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:51.1875rem;left:30.5625rem;display:block; }
#dTUuucbC3tMr3zG9a29nIJoZQPtnUd3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { background-color: transparent; background-image: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .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); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { border-width: 0; border-radius: 0; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#XiUgMl1ad07Byga845hQBlBVmnMDTN2C { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;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; }
#gFkAp6bledvhgxEIWi8fQsapMCwTaJQE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8994140625rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;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; }
#uPdQ8qhMnez8JCqGP0tO7EFwMp52r92x { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.4375rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.69921875rem;left:0rem;display:block; }
#qQI7FIJhpgfDxpwVom13NAaLyeqHDFAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgkU8iUvDrJL3ZpWI2kZd3wHyISbR386 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BQU6uFimWV2Gzf214KwVxRtuyXURIupp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container { background-color: transparent; background-image: none; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container > .video-iframe-container { display: none; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row > .video-iframe-container { display: none; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .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); }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container { border-width: 0; border-radius: 0; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#qArzu2BpBREQ3w1lpQvZ2x7bdAq2ILLg { box-sizing:content-box;height:12.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:0.03125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Sz247e0NIradBbMPQMDZrd2Igmku7ggK { color:rgba(var(--color-secondary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0.875rem;height:3.8994125rem;display:block; }
#rHSiDUbsRkgfxhLuWpXqbp1cpUoUXE3I { 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:1.25rem;width:1.8125rem;top:11.625rem;left:1.0625rem;overflow:hidden;display:block; }
#R7ggrB2X8blSMRTTzlPL7Hr5HBiUv11m { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:4.78125rem;height:1.29980625rem;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; }
#TWGrRQIhl53HzaAZBPs8IlX8WdAN1cZz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:4.78125rem;height:0.9746125rem;display:block; }
#AiQMf3cypL1ZzINrBcspGopsUCzNFSU8 { 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:1.25rem;width:1.8125rem;top:24.125rem;left:21.34375rem;overflow:hidden;display:block; }
#QKDQh3ietPQz2O3Vkbgu9gTqvhZwIsta { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14rem;left:0.875rem;overflow:hidden;display:block; }
#TCed7pBeTpHivIkDple349bhwMttoXHT { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.037109375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT1ibFF8Q5EiBATMmugIVwQhAgtdhBvX { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;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; }
#EoZTdymrL0a9KnNzpmQxoyI1V4KbQ6Fk { box-sizing:content-box;height:12.375rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:25.03125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#N1iuUJCSMLt1KQGdiFH694KFxbkZGIfP { position:absolute;display:block;z-index:15012;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.8125rem;top:11.625rem;left:26.0625rem;overflow:hidden;display:block; }
#Xo2hzDQc8HfgZFTdTFPQ3dZNuHSynHoS { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14rem;left:25.875rem;overflow:hidden;display:block; }
#HX8TxJA4CzdFfNS4yk35FGD9i1T2LJ5k { color:rgba(var(--color-secondary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:25.875rem;height:5.19921875rem;display:block; }
#ozJAVVW39kJhEAE1ZiXn6lk7fDyhHbAV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:29.78125rem;height:1.29980625rem;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; }
#GTmgPsCvblqrEhutH4vTCq34FsJyWTvi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:29.78125rem;height:0.9746125rem;display:block; }
#h1F6UuVhLfw0NauQUbWfZ9HMU536xx4G { position:absolute;display:block;z-index:15013;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.8125rem;top:24.125rem;left:46.34375rem;overflow:hidden;display:block; }
#O45EXPLvW3tzz5EWTmNczecyGDV2LBci { box-sizing:content-box;height:12.375rem;width:24.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:50rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#nvqNKGC74z33lg991OouZW8AwUkMRsc2 { position:absolute;display:block;z-index:15019;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.8125rem;top:11.625rem;left:51.03125rem;overflow:hidden;display:block; }
#zoz5t6FwTT1tHghupaKXBX25iwHEPhdF { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14rem;left:50.84375rem;overflow:hidden;display:block; }
#MxfUK1Sq1WnHly9mGSuwuwOx0UW8hM8S { color:rgba(var(--color-secondary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.0625rem;left:50.84375rem;height:5.19921875rem;display:block; }
#TUo76lnKacBUJhcLkp88oABhAVQZr2O9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.0625rem;left:54.75rem;height:1.29980625rem;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; }
#Ca06EMXBCAtzicShn9xV8gU0DT0OWRpT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:54.75rem;height:0.9746125rem;display:block; }
#ZRMq7Zqg8IWffTb32L9RvwWVW9nhIkyX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:24.125rem;left:71.3125rem;overflow:hidden;display:block; }
#EGwg23dBv8elIsSD3KKKhFwfen17TUWV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.9375rem;left:30.5625rem;display:block; }
#RqtHnBdwphIbC2RWBSP3HUtfL2mFWutm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { position:relative;display:block; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { background-color: transparent; background-image: none; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container > .video-iframe-container { display: none; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row > .video-iframe-container { display: none; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .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); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { border-width: 0; border-radius: 0; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .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; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VyMgU5q3VALt89Etqq1oI8dinToPlZ7l { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:43.4375rem;height:1.94921875rem;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; }
#sh3G4TlJF229WK7UNBa1IJE7K8mB96gV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:43.4375rem;height:5.19921875rem;display:block; }
#yiDQwZXzb7TbKOnSWLqoka0UGrMUAnvq { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.6875rem;left:41rem;overflow:hidden;display:block; }
#IUm7S8NuuPSNKHuSgrAxGxg6hTqfEtHV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.8125rem;left:41rem;overflow:hidden;display:block; }
#WkEP89waS5AasFbidHXZWHCEhDMqOXDv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:43.4375rem;height:1.94921875rem;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; }
#aauzyoC5uaZqC8VXKWFcax19OiqlmVwF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:43.4375rem;height:5.19921875rem;display:block; }
#FcVhCA37ddKTwIf0IDJMgnKgiKBvTLVz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.4121125rem;display:block; }
#OTEJygnm4RiiiozZgStL4R8bUBH3QrlP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:3.8994125rem;display:block; }
#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { border-width: 0; border-radius: 0; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#h4vowpAQd3NXTFRzUZigy7MiqgNrQQh5 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:49.9375rem;top:2.5rem;left:12.53125rem;overflow:hidden;display:block; }
#fgJ0ZTitFSabfE59DLLPAZMSVoM1c0xx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.5rem;left:30.5625rem;display:block; }
#PmDoGeFAdO5mDC1hlPe1mioHOQ22h5HF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIxG2Va1CabnnzEbTETqb7beI1itEg8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container { background-color: transparent; background-image: none; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container > .video-iframe-container { display: none; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row > .video-iframe-container { display: none; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .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); }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container { border-width: 0; border-radius: 0; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#Qd5DsFE4TksHkK0rzt7U7TMeXHE4PMNJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.4375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.4375rem;left:0rem;display:block; }
#CyXEAcse7kC3zFmieEuIVZ0JAD0LTBfg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUgKJHsCNTsFVUct1MeImyIOR1KuHpl1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:41.8125rem;height:;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; }
#DGOTCSm8vyJ8xayTHPZeZro9379NvLnH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:2.5996125rem;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; }
#Ty0TKssZQIiUGL72V3DgWWlF3GeyMXJv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.29980625rem;display:block; }
#rbLVgFoEwuLkMgLcCxyCSNKKyAz2O7Nu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.8125rem;height:1.29980625rem;display:block; }
#hyOHWIEuCH3619NCSex5MnFpWHkV9XxO { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.4375rem;height:2.92480625rem;display:block; }
#igIyOwa1gxWneFWCXSvTdudzr8NBI88z { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:39.4375rem;height:2.92480625rem;display:block; }
#E88yKWMDGczpamSCveesmNv4rIzS4Sv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:41.8125rem;height:;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; }
#U9OHQq2zG1moluZsdF9WdFLBcnSXG2z7 { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.1875rem;height:2.92480625rem;display:block; }
#k2LI4kZupRdD7NdZHhgqJ2879SAIsuVd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.0625rem;left:41.8125rem;height:;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; }
#mwskTMmdsQGJmOGAT47MZs8DdQzM3Gud { color:rgba(var(--color-primary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.5rem;display:block; }
#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container { background-color: transparent; background-image: none; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container > .video-iframe-container { display: none; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row > .video-iframe-container { display: none; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .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); }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container { border-width: 0; border-radius: 0; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#i2XmAJROTw5kkafPUqdwb5qz5LWllFum { 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:5.625rem;width:14.25rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#EvFn8hO0olfbcur8J1FEbHutlKZUpexh { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:57.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#dPeduoXEEPmEWZyoIki3fbSufE8rnTRo { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2373046875rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:12.9375rem;height:2.75rem;top:1.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 1199px) { #SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { width:11.0625rem;height:2.75rem;top:1.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block; }
 }@media only screen and (max-width: 1199px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:13.125rem;height:5.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #JMmlZcgLtqU7uAUFT2svlMlzEf73osPw { display:block; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b0a600a6-2f29-4a34-a055-32fdc4094b42/Frame3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:35.5625rem;height:5.8496125rem;top:9.75rem;left:12.1875rem;font-size:2.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 1199px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:35.5625rem;height:5.84765625rem;top:15.625rem;left:12.1875rem;font-size:1.5rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 1199px) { #EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { display:block; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container { width:47.75rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G1DS35ft1sRRqAkw74uZ8ldR9ketOsne { width:46.25rem;height:12.6699375rem;top:93.5625rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GLkeTDpgkfyd8UyeasZQNtbslbXPPalk { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dFQQTRPUkpI5LvGx6gOLqooXe6eZlRC1 { width:47.75rem;height:53.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ioxPqyS6DqahJs4RPW1PAnNMH1He6UX0 { width:47.75rem;height:2.92480625rem;top:56.4375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #zdtaJMwzKnmX9QtSTtP6ucU5w9TqnGta { width:47.75rem;height:3.375rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h87vqOpo6WI2Bvq2VDMeNa0w3W9UE023 { width:47.75rem;height:2.11230625rem;top:60.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aqd70IEHRIzsbMIXArKNlvH7grECEs5n { width:47.75rem;height:3.375rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7zy3VUBpHOmHGBSSUHAinF4GZ8zKbAi { width:47.75rem;height:2.11230625rem;top:64.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FKOAxNaISzNHQHv1LBWLuQ6sr4TFgs5A { width:47.75rem;height:3.375rem;top:67.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiUHoTGu3AUoivk7EIfVE2TisdMMZUuL { width:47.75rem;height:2.11230625rem;top:68.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTHJMFmvDxmKIlV3IHF9WNnAyffa9EVT { width:17.8125rem;height:9.75rem;top:71.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIEFhetUzq5Tc1T3pQoLEVzvETseK2KJ { width:18.1875rem;height:4.54980625rem;top:73.1875rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uc9WiOoRD0lSFT7bbruEHGXIB527ArFG { width:15rem;height:2.5996125rem;top:78.3125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9ZZzVVnt0ZGbN1x38pP7NN81PnFqtsk { width:17.8125rem;height:9.75rem;top:71.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHvHqr1Iq1OZGDuoDr9mf5TF1PhfTxya { width:18.1875rem;height:4.54980625rem;top:73.1875rem;left:24.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AudzdEskG1FeBCussR5Q22zdqnxTvsfS { width:15rem;height:2.5996125rem;top:78.3125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCeGC2WQWSgDBUoNClMouKiiFVrx3JbM { width:17.8125rem;height:9.75rem;top:82.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccTMvoPeF5Av1cchEJCmaR1mPGoqgmP5 { width:18.1875rem;height:4.54980625rem;top:86.537109375rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIyGJNfmsNA5iODzdMhalLUFF5zFER6k { width:15.5rem;height:1.29980625rem;top:85.2373046875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbnemxyWuGAhbOZXMWCX1xsQT9fDDa5I { width:17.8125rem;height:9.75rem;top:82.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzQTdhNds0qmrrtP7Xd3st2Usuhb17za { width:10.4375rem;height:4.54980625rem;top:83.8125rem;left:28.96875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQs9o74hW1c2shFwznFtV4eezE2gARJ4 { width:15rem;height:2.5996125rem;top:88.3623046875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 { display:block; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { width:47.75rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TMgZqaVJOQnMxCAA4cECPv8Dr5fhd3dU { width:46.25rem;height:5.8496125rem;top:2.5rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGTxg69VEARoFi0Ok3fOqk1icSfygQTT { width:22.9375rem;height:21rem;top:9rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrFtbVikwRcdIyelWWM7ZGVAAHeOpqc9 { width:22.3125rem;height:7.625rem;top:14.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oG3ccPznPQiqkkPSDHQEx5zm9wPEHX1W { width:2rem;height:2rem;top:17.5625rem;left:45rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5cn91GLDPJ96PAA0Sq07VAmdM8WtNOu { width:2rem;height:2rem;top:17.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw3GtkAZP2sHNhA6FrJPtHGCBqsJipUl { width:0.625rem;height:0.625rem;top:23.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNPNJQbCTTq7iSaPZntd5J231ZWy4007 { width:0.625rem;height:0.625rem;top:23.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Czv6NumIEJgwivecP22MtPIwfRC7dZBu { width:0.625rem;height:0.625rem;top:23.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oc85vtmcM0c19FhKEIQzWrxytTNoBenZ { width:0.625rem;height:0.625rem;top:23.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 { display:block; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container { width:47.75rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #strTSe8f8PGRAoBq6PWBs2sTGh7IyCZZ { width:46.25rem;height:18.5625rem;top:10.1748046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQdAClgI2FZVEJ0n84AJPHknTcz0QzRT { width:11.25rem;height:27.8125rem;top:30.875rem;left:0.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #W3Rou93ScfcwxB4eRUEviRLmbkZVvft5 { width:11.25rem;height:1.4619125rem;top:40.318359375rem;left:0.75rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #nNQsO0O6uBGCw7icoVP3bGRTnnkT2T42 { width:9.375rem;height:9.375rem;top:30.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUWErI6gHeT3QvQrv0GiyRT26G8lWcgR { width:46.25rem;height:5.8496125rem;top:2.5498046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJMzoUht2voABBwfgqSumFd0lKbyAI1X { width:9.375rem;height:9.375rem;top:30.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fblag6gbnt1FBAwGTTqBJc4rQCqTGAzl { width:11.25rem;height:27.8125rem;top:30.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lCGqOWOWlBLgy4xsnOCTl7G7sGiBAvgJ { width:11.25rem;height:2.923825rem;top:40.326171875rem;left:12.4375rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #F9cTIOJCpJLDI8Es0b3KqqT238OiDJRF { width:9.375rem;height:9.375rem;top:30.875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f41UEdKAuLhnNClUfxRZoopm7ZqWou2C { width:11.25rem;height:27.8125rem;top:30.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1Cm3QkTsn4Dnt5fXgpFJdd6TVnuOeHN { width:11.25rem;height:2.923825rem;top:40.29296875rem;left:35.8125rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #mSuEQ48vAF33EXfgCVsZOvppzXxT8s5T { width:9.375rem;height:9.375rem;top:30.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adU9eNUGDDovAQpzzKIoohhkBsolT1Bv { width:11.25rem;height:27.8125rem;top:30.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtzKbTbmEbpVW361U4mHLGH0avrd7Zx8 { width:11.25rem;height:4.38574375rem;top:40.29296875rem;left:24.1875rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #mxJ8wNcTPoIazBD52fFzMF7snEMT0e2H { width:11.25rem;height:12.9980625rem;top:44.951171875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVLS0BRBUqIh7K1Au8iAfeyZDPoCEdTI { width:11.25rem;height:11.69825rem;top:44.888671875rem;left:12.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hE7Nq2TTkTgZraKAi86zZKMu4sgplvq4 { width:11.25rem;height:7.7988125rem;top:44.888671875rem;left:24.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qIwoOsuukTSvM9Tzxis9MMXrbo3T8FUf { width:11.25rem;height:11.69825rem;top:44.888671875rem;left:35.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ALvTCSt5KVI4aaBxsheV2VMTzTW2MbwN { width:13.875rem;height:2.75rem;top:60.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTUuucbC3tMr3zG9a29nIJoZQPtnUd3Q { display:block; }
 }@media only screen and (max-width: 1199px) { #GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq { background-color:transparent;background-image:none;display:block; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { background-color: transparent; background-image: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .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); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XiUgMl1ad07Byga845hQBlBVmnMDTN2C { width:47.75rem;height:2.92480625rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gFkAp6bledvhgxEIWi8fQsapMCwTaJQE { width:47.75rem;height:2.5996125rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uPdQ8qhMnez8JCqGP0tO7EFwMp52r92x { width:36.4375rem;height:2.75rem;top:12.412109375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQI7FIJhpgfDxpwVom13NAaLyeqHDFAm { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkU8iUvDrJL3ZpWI2kZd3wHyISbR386 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BQU6uFimWV2Gzf214KwVxRtuyXURIupp { display:block; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container { width:47.75rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qArzu2BpBREQ3w1lpQvZ2x7bdAq2ILLg { width:15rem;height:13.75rem;top:15.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sz247e0NIradBbMPQMDZrd2Igmku7ggK { width:13.6875rem;height:4.87305rem;top:21.6875rem;left:1.375rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #rHSiDUbsRkgfxhLuWpXqbp1cpUoUXE3I { width:2.25rem;height:1.5rem;top:14.625rem;left:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #R7ggrB2X8blSMRTTzlPL7Hr5HBiUv11m { width:10.3125rem;height:1.13671875rem;top:17rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWGrRQIhl53HzaAZBPs8IlX8WdAN1cZz { width:10.3125rem;height:2.111325rem;top:18.125rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiQMf3cypL1ZzINrBcspGopsUCzNFSU8 { width:2.25rem;height:1.5rem;top:28.3125rem;left:12.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #QKDQh3ietPQz2O3Vkbgu9gTqvhZwIsta { width:3.4375rem;height:3.4375rem;top:17rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCed7pBeTpHivIkDple349bhwMttoXHT { width:46.25rem;height:3.375rem;top:7.849609375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kT1ibFF8Q5EiBATMmugIVwQhAgtdhBvX { width:46.25rem;height:5.19921875rem;top:2.375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoZTdymrL0a9KnNzpmQxoyI1V4KbQ6Fk { width:15rem;height:13.75rem;top:15.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1iuUJCSMLt1KQGdiFH694KFxbkZGIfP { width:2.25rem;height:1.5rem;top:14.625rem;left:16.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #Xo2hzDQc8HfgZFTdTFPQ3dZNuHSynHoS { width:3.4375rem;height:3.4375rem;top:17rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HX8TxJA4CzdFfNS4yk35FGD9i1T2LJ5k { width:13.6875rem;height:4.87305rem;top:21.6875rem;left:16.75rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #ozJAVVW39kJhEAE1ZiXn6lk7fDyhHbAV { width:10.3125rem;height:1.13671875rem;top:16.875rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTmgPsCvblqrEhutH4vTCq34FsJyWTvi { width:10.3125rem;height:2.111325rem;top:18.125rem;left:20.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h1F6UuVhLfw0NauQUbWfZ9HMU536xx4G { width:2.25rem;height:1.5rem;top:28.3125rem;left:28.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #O45EXPLvW3tzz5EWTmNczecyGDV2LBci { width:15rem;height:13.75rem;top:15.5rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvqNKGC74z33lg991OouZW8AwUkMRsc2 { width:2.25rem;height:1.5rem;top:14.625rem;left:32.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #zoz5t6FwTT1tHghupaKXBX25iwHEPhdF { width:3.4375rem;height:3.4375rem;top:16.9375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxfUK1Sq1WnHly9mGSuwuwOx0UW8hM8S { width:13.6875rem;height:4.87305rem;top:21.6875rem;left:32.625rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #TUo76lnKacBUJhcLkp88oABhAVQZr2O9 { width:10.3125rem;height:1.13671875rem;top:16.875rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ca06EMXBCAtzicShn9xV8gU0DT0OWRpT { width:10.3125rem;height:2.111325rem;top:18.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRMq7Zqg8IWffTb32L9RvwWVW9nhIkyX { width:2.25rem;height:1.5rem;top:28.3125rem;left:44.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #EGwg23dBv8elIsSD3KKKhFwfen17TUWV { width:13.875rem;height:2.75rem;top:32.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqtHnBdwphIbC2RWBSP3HUtfL2mFWutm { display:block; }
 }@media only screen and (max-width: 1199px) { #h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { display:block; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container { width:47.75rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VyMgU5q3VALt89Etqq1oI8dinToPlZ7l { width:45.125rem;height:1.94921875rem;top:13.5rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sh3G4TlJF229WK7UNBa1IJE7K8mB96gV { width:45.125rem;height:3.8994125rem;top:15.44921875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiDQwZXzb7TbKOnSWLqoka0UGrMUAnvq { width:1.5rem;height:1.5rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUm7S8NuuPSNKHuSgrAxGxg6hTqfEtHV { width:1.5rem;height:1.5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkEP89waS5AasFbidHXZWHCEhDMqOXDv { width:45.125rem;height:1.94921875rem;top:20rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aauzyoC5uaZqC8VXKWFcax19OiqlmVwF { width:45.125rem;height:3.8994125rem;top:21.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcVhCA37ddKTwIf0IDJMgnKgiKBvTLVz { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OTEJygnm4RiiiozZgStL4R8bUBH3QrlP { width:47.75rem;height:2.5996125rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc { display:none; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { width:47.75rem;height:44.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h4vowpAQd3NXTFRzUZigy7MiqgNrQQh5 { width:47.75rem;height:33.8125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgJ0ZTitFSabfE59DLLPAZMSVoM1c0xx { width:13.875rem;height:2.75rem;top:38.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmDoGeFAdO5mDC1hlPe1mioHOQ22h5HF { display:block; }
 }@media only screen and (max-width: 1199px) { #FIxG2Va1CabnnzEbTETqb7beI1itEg8C { display:block; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qd5DsFE4TksHkK0rzt7U7TMeXHE4PMNJ { width:21.25rem;height:2.75rem;top:24.787109375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyXEAcse7kC3zFmieEuIVZ0JAD0LTBfg { display:block; }
 }@media only screen and (max-width: 1199px) { #gUgKJHsCNTsFVUct1MeImyIOR1KuHpl1 { width:21.1875rem;height:2.923825rem;top:2.4765625rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGOTCSm8vyJ8xayTHPZeZro9379NvLnH { width:22rem;height:5.19921875rem;top:13.216796875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ty0TKssZQIiUGL72V3DgWWlF3GeyMXJv { width:22rem;height:2.5996125rem;top:20.3125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbLVgFoEwuLkMgLcCxyCSNKKyAz2O7Nu { width:21.1875rem;height:2.5996125rem;top:6.013671875rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyOHWIEuCH3619NCSex5MnFpWHkV9XxO { width:1.5rem;height:1.4619125rem;top:2.5rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igIyOwa1gxWneFWCXSvTdudzr8NBI88z { width:1.5rem;height:1.4619125rem;top:10.505859375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E88yKWMDGczpamSCveesmNv4rIzS4Sv4 { width:21.1875rem;height:2.923825rem;top:10.505859375rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U9OHQq2zG1moluZsdF9WdFLBcnSXG2z7 { width:1.5rem;height:1.4619125rem;top:15.375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2LI4kZupRdD7NdZHhgqJ2879SAIsuVd { width:21.1875rem;height:2.923825rem;top:15.287109375rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwskTMmdsQGJmOGAT47MZs8DdQzM3Gud { width:22rem;height:8.7744375rem;top:2.5322265625rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS { display:block; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i2XmAJROTw5kkafPUqdwb5qz5LWllFum { width:14.25rem;height:5.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvFn8hO0olfbcur8J1FEbHutlKZUpexh { width:17.3125rem;height:1.29980625rem;top:2.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPeduoXEEPmEWZyoIki3fbSufE8rnTRo { width:31.25rem;height:1.29980625rem;top:4.1875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:6.25rem;height:2.1875rem;top:1.75rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 763px) { #SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { width:6.25rem;height:2.1875rem;top:1.75rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block; }
 }@media only screen and (max-width: 763px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:6.5rem;height:2.5625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JMmlZcgLtqU7uAUFT2svlMlzEf73osPw { display:block; }#JMmlZcgLtqU7uAUFT2svlMlzEf73osPw > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0a600a6-2f29-4a34-a055-32fdc4094b42/Frame3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:20rem;height:8.7744375rem;top:7.3125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:20rem;height:7.796875rem;top:16.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { display:block; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container { width:20rem;height:190.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1DS35ft1sRRqAkw74uZ8ldR9ketOsne { width:20rem;height:24.36525rem;top:164.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLkeTDpgkfyd8UyeasZQNtbslbXPPalk { width:1.5rem;height:0.8125rem;top:23.75rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dFQQTRPUkpI5LvGx6gOLqooXe6eZlRC1 { width:20rem;height:97.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioxPqyS6DqahJs4RPW1PAnNMH1He6UX0 { width:20rem;height:5.8496125rem;top:100.5625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdtaJMwzKnmX9QtSTtP6ucU5w9TqnGta { width:20rem;height:3.375rem;top:107.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87vqOpo6WI2Bvq2VDMeNa0w3W9UE023 { width:20rem;height:2.11230625rem;top:107.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqd70IEHRIzsbMIXArKNlvH7grECEs5n { width:20rem;height:3.375rem;top:111.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7zy3VUBpHOmHGBSSUHAinF4GZ8zKbAi { width:20rem;height:2.11230625rem;top:111.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKOAxNaISzNHQHv1LBWLuQ6sr4TFgs5A { width:20rem;height:3.375rem;top:115.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiUHoTGu3AUoivk7EIfVE2TisdMMZUuL { width:20rem;height:2.11230625rem;top:115.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTHJMFmvDxmKIlV3IHF9WNnAyffa9EVT { width:19.625rem;height:9.75rem;top:118.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIEFhetUzq5Tc1T3pQoLEVzvETseK2KJ { width:18.1875rem;height:3.25rem;top:120.3125rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc9WiOoRD0lSFT7bbruEHGXIB527ArFG { width:15.5rem;height:2.5996125rem;top:125.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ZZzVVnt0ZGbN1x38pP7NN81PnFqtsk { width:19.625rem;height:9.75rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvHqr1Iq1OZGDuoDr9mf5TF1PhfTxya { width:18.1875rem;height:3.25rem;top:131.6875rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudzdEskG1FeBCussR5Q22zdqnxTvsfS { width:15.5rem;height:2.5996125rem;top:136.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCeGC2WQWSgDBUoNClMouKiiFVrx3JbM { width:19.625rem;height:9.75rem;top:141.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccTMvoPeF5Av1cchEJCmaR1mPGoqgmP5 { width:18.1875rem;height:3.25rem;top:146.2998046875rem;left:0.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIyGJNfmsNA5iODzdMhalLUFF5zFER6k { width:15.5rem;height:1.29980625rem;top:144rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbnemxyWuGAhbOZXMWCX1xsQT9fDDa5I { width:19.625rem;height:9.75rem;top:153rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzQTdhNds0qmrrtP7Xd3st2Usuhb17za { width:10.4375rem;height:3.25rem;top:155.125rem;left:4.78125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQs9o74hW1c2shFwznFtV4eezE2gARJ4 { width:15.5rem;height:2.5996125rem;top:158.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 { display:block; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMgZqaVJOQnMxCAA4cECPv8Dr5fhd3dU { width:20rem;height:11.69925rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGTxg69VEARoFi0Ok3fOqk1icSfygQTT { width:20rem;height:24rem;top:16.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrFtbVikwRcdIyelWWM7ZGVAAHeOpqc9 { width:18.75rem;height:8.25rem;top:41.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG3ccPznPQiqkkPSDHQEx5zm9wPEHX1W { width:2rem;height:2rem;top:45.0625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cn91GLDPJ96PAA0Sq07VAmdM8WtNOu { width:2rem;height:2rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3GtkAZP2sHNhA6FrJPtHGCBqsJipUl { width:0.625rem;height:0.625rem;top:51.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNPNJQbCTTq7iSaPZntd5J231ZWy4007 { width:0.625rem;height:0.625rem;top:51.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czv6NumIEJgwivecP22MtPIwfRC7dZBu { width:0.625rem;height:0.625rem;top:51.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc85vtmcM0c19FhKEIQzWrxytTNoBenZ { width:0.625rem;height:0.625rem;top:51.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 { display:block; }#MFo6VaVpHAOBBs2dbPMrcgSu0Id9Fyv5 > .row .container { width:20rem;height:165.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #strTSe8f8PGRAoBq6PWBs2sTGh7IyCZZ { width:20rem;height:31.5rem;top:12.5234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQdAClgI2FZVEJ0n84AJPHknTcz0QzRT { width:20rem;height:26.25rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Rou93ScfcwxB4eRUEviRLmbkZVvft5 { width:20rem;height:1.4619125rem;top:57.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNQsO0O6uBGCw7icoVP3bGRTnnkT2T42 { width:9.375rem;height:9.375rem;top:45.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUWErI6gHeT3QvQrv0GiyRT26G8lWcgR { width:20rem;height:8.7744375rem;top:2.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJMzoUht2voABBwfgqSumFd0lKbyAI1X { width:9.375rem;height:9.375rem;top:74.04296875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fblag6gbnt1FBAwGTTqBJc4rQCqTGAzl { width:20rem;height:26.25rem;top:74.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCGqOWOWlBLgy4xsnOCTl7G7sGiBAvgJ { width:20rem;height:1.4619125rem;top:85.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9cTIOJCpJLDI8Es0b3KqqT238OiDJRF { width:9.375rem;height:9.375rem;top:130.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f41UEdKAuLhnNClUfxRZoopm7ZqWou2C { width:20rem;height:26.25rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Cm3QkTsn4Dnt5fXgpFJdd6TVnuOeHN { width:20rem;height:1.54296875rem;top:141.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSuEQ48vAF33EXfgCVsZOvppzXxT8s5T { width:9.375rem;height:9.375rem;top:102.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adU9eNUGDDovAQpzzKIoohhkBsolT1Bv { width:20rem;height:26.25rem;top:102.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtzKbTbmEbpVW361U4mHLGH0avrd7Zx8 { width:20rem;height:2.923825rem;top:113.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxJ8wNcTPoIazBD52fFzMF7snEMT0e2H { width:16.25rem;height:9.098625rem;top:59.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVLS0BRBUqIh7K1Au8iAfeyZDPoCEdTI { width:16.25rem;height:7.7988125rem;top:87.3505859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7Nq2TTkTgZraKAi86zZKMu4sgplvq4 { width:16.25rem;height:6.499rem;top:116.9853515625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwoOsuukTSvM9Tzxis9MMXrbo3T8FUf { width:16.25rem;height:6.499rem;top:143.66796875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALvTCSt5KVI4aaBxsheV2VMTzTW2MbwN { width:13.875rem;height:2.75rem;top:158.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTUuucbC3tMr3zG9a29nIJoZQPtnUd3Q { display:block; }
 }@media only screen and (max-width: 763px) { #GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq { background-color:transparent;background-image:none;display:block; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { background-color: transparent; background-image: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .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); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiUgMl1ad07Byga845hQBlBVmnMDTN2C { width:20rem;height:8.7744375rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFkAp6bledvhgxEIWi8fQsapMCwTaJQE { width:20rem;height:5.19921875rem;top:13.1494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPdQ8qhMnez8JCqGP0tO7EFwMp52r92x { width:19rem;height:2.75rem;top:20.2236328125rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQI7FIJhpgfDxpwVom13NAaLyeqHDFAm { display:block; }
 }@media only screen and (max-width: 763px) { #TgkU8iUvDrJL3ZpWI2kZd3wHyISbR386 { top:22.9736328125rem;left:1.25rem;width:18.75rem;height:1.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BQU6uFimWV2Gzf214KwVxRtuyXURIupp { display:block; }#BQU6uFimWV2Gzf214KwVxRtuyXURIupp > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qArzu2BpBREQ3w1lpQvZ2x7bdAq2ILLg { width:18.75rem;height:13.3125rem;top:20.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz247e0NIradBbMPQMDZrd2Igmku7ggK { width:16.875rem;height:5.68359375rem;top:25.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHSiDUbsRkgfxhLuWpXqbp1cpUoUXE3I { width:2.25rem;height:1.5rem;top:19.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ggrB2X8blSMRTTzlPL7Hr5HBiUv11m { width:13.4375rem;height:1.3808625rem;top:21.5625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGrRQIhl53HzaAZBPs8IlX8WdAN1cZz { width:13.4375rem;height:1.0556625rem;top:22.9375rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiQMf3cypL1ZzINrBcspGopsUCzNFSU8 { width:2.25rem;height:1.5rem;top:32.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKDQh3ietPQz2O3Vkbgu9gTqvhZwIsta { width:3.0625rem;height:3.0625rem;top:21.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCed7pBeTpHivIkDple349bhwMttoXHT { width:20rem;height:4.5rem;top:10.63671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1ibFF8Q5EiBATMmugIVwQhAgtdhBvX { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZTdymrL0a9KnNzpmQxoyI1V4KbQ6Fk { width:18.75rem;height:14.75rem;top:37rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1iuUJCSMLt1KQGdiFH694KFxbkZGIfP { width:2.25rem;height:1.5rem;top:35.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo2hzDQc8HfgZFTdTFPQ3dZNuHSynHoS { width:3.4375rem;height:3.4375rem;top:39.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX8TxJA4CzdFfNS4yk35FGD9i1T2LJ5k { width:16.875rem;height:5.68359375rem;top:43.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJAVVW39kJhEAE1ZiXn6lk7fDyhHbAV { width:13.4375rem;height:1.3808625rem;top:39.25rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTmgPsCvblqrEhutH4vTCq34FsJyWTvi { width:13.4375rem;height:1.0556625rem;top:41.625rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1F6UuVhLfw0NauQUbWfZ9HMU536xx4G { width:2.25rem;height:1.5rem;top:50.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #O45EXPLvW3tzz5EWTmNczecyGDV2LBci { width:18.75rem;height:13.3125rem;top:55.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqNKGC74z33lg991OouZW8AwUkMRsc2 { width:2.25rem;height:1.5rem;top:54.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoz5t6FwTT1tHghupaKXBX25iwHEPhdF { width:3.4375rem;height:3.4375rem;top:57.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxfUK1Sq1WnHly9mGSuwuwOx0UW8hM8S { width:16.875rem;height:5.68359375rem;top:60.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUo76lnKacBUJhcLkp88oABhAVQZr2O9 { width:13.4375rem;height:1.3808625rem;top:56.625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca06EMXBCAtzicShn9xV8gU0DT0OWRpT { width:13.4375rem;height:1.0556625rem;top:58.125rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMq7Zqg8IWffTb32L9RvwWVW9nhIkyX { width:2.25rem;height:1.5rem;top:67.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwg23dBv8elIsSD3KKKhFwfen17TUWV { width:13.875rem;height:2.75rem;top:71.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtHnBdwphIbC2RWBSP3HUtfL2mFWutm { display:block; }
 }@media only screen and (max-width: 763px) { #h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { display:block; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyMgU5q3VALt89Etqq1oI8dinToPlZ7l { width:16.875rem;height:1.94921875rem;top:19.25rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3G4TlJF229WK7UNBa1IJE7K8mB96gV { width:16.875rem;height:10.3984375rem;top:31.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiDQwZXzb7TbKOnSWLqoka0UGrMUAnvq { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUm7S8NuuPSNKHuSgrAxGxg6hTqfEtHV { width:1.5rem;height:1.5rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkEP89waS5AasFbidHXZWHCEhDMqOXDv { width:16.875rem;height:1.94921875rem;top:29.625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aauzyoC5uaZqC8VXKWFcax19OiqlmVwF { width:16.875rem;height:6.499rem;top:21.26171875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcVhCA37ddKTwIf0IDJMgnKgiKBvTLVz { width:20rem;height:5.19921875rem;top:2.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEJygnm4RiiiozZgStL4R8bUBH3QrlP { width:20rem;height:7.7988125rem;top:9.5859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc { display:none; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h4vowpAQd3NXTFRzUZigy7MiqgNrQQh5 { width:20rem;height:14.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgJ0ZTitFSabfE59DLLPAZMSVoM1c0xx { width:13.875rem;height:2.75rem;top:17.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmDoGeFAdO5mDC1hlPe1mioHOQ22h5HF { display:block; }
 }@media only screen and (max-width: 763px) { #FIxG2Va1CabnnzEbTETqb7beI1itEg8C { display:block; }#FIxG2Va1CabnnzEbTETqb7beI1itEg8C > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qd5DsFE4TksHkK0rzt7U7TMeXHE4PMNJ { width:18.75rem;height:2.75rem;top:24.6982421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXEAcse7kC3zFmieEuIVZ0JAD0LTBfg { display:block; }
 }@media only screen and (max-width: 763px) { #gUgKJHsCNTsFVUct1MeImyIOR1KuHpl1 { width:14.6875rem;height:6.5rem;top:29.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGOTCSm8vyJ8xayTHPZeZro9379NvLnH { width:20rem;height:5.19921875rem;top:13.1494140625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0TKssZQIiUGL72V3DgWWlF3GeyMXJv { width:20rem;height:2.5996125rem;top:20.2236328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rbLVgFoEwuLkMgLcCxyCSNKKyAz2O7Nu { width:14.6875rem;height:3.8994125rem;top:36.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyOHWIEuCH3619NCSex5MnFpWHkV9XxO { width:2.4375rem;height:1.29980625rem;top:29.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igIyOwa1gxWneFWCXSvTdudzr8NBI88z { width:2.4375rem;height:1.29980625rem;top:42.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88yKWMDGczpamSCveesmNv4rIzS4Sv4 { width:14.6875rem;height:4.875rem;top:42.4375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9OHQq2zG1moluZsdF9WdFLBcnSXG2z7 { width:2.4375rem;height:1.29980625rem;top:49.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LI4kZupRdD7NdZHhgqJ2879SAIsuVd { width:14.6875rem;height:6.5rem;top:49.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwskTMmdsQGJmOGAT47MZs8DdQzM3Gud { width:20rem;height:8.7744375rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS { display:block; }#IAHRVGAeg6eMTnU2acIsrgCrL1AW64JS > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2XmAJROTw5kkafPUqdwb5qz5LWllFum { width:13.9375rem;height:5.5rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvFn8hO0olfbcur8J1FEbHutlKZUpexh { width:20rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPeduoXEEPmEWZyoIki3fbSufE8rnTRo { width:20rem;height:2.5996125rem;top:10.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }