.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,233,217;--color-primary-1:255,181,128;--color-primary-2:255,107,0;--color-primary-3:128,54,0;--color-primary-4:38,16,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Source Sans 3"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt { 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; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container { background-color: transparent; background-image: none; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container > .video-iframe-container { display: none; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row > .video-iframe-container { display: none; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .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); }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container { border-width: 0; border-radius: 0; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#eAgKaKdW9MDOFevTT9eTM9oH1mVbWO1b { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-4),0.2) ;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.73548625rem;height:2.48611125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.7484810352326rem;left:65.249568939206rem;display:block; }
#Q2wTBbeGfQ58xtBdGrAtomJaxT2R8vbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mts04Iy3tcNXa1Wl3WyqnXVHBi6WOH1x { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:2;letter-spacing:0;top:2.8125rem;left:20.625rem;height:2.00086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWmHRv4eu0TMnz1O1s4TA3lBDtXSseCk { color:rgba(var(--color-tertiary-1),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:2.8125rem;left:28.125rem;height:2.00086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPkE1XC2LbOhtqPDyQRh3nMmbSz245n9 { color:rgba(var(--color-tertiary-1),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:2.8125rem;left:35.625rem;height:2.00086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSUkMRMCTMCO4Xa0TSL5L73OVKexSJIO { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:2.8125rem;left:45.124786376953rem;height:2.00086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQAyKEQDwlrlhJ4ScMqw9mpXVN4v0TAW { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9373125rem;width:14.124375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ngehhDpeI4NHnPa6O5myGmwWR8h3WuWT { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:3.1875rem;left:57rem;height:1.600475rem;display:block; }
#mby6W8Zbm9g1Z98P7i5nwbmg4qg3UThJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3.3125rem;left:54.875rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/17e435d4-b40e-4c45-bda6-b0c31f6ba1f6/F1Nx5TACrw5B8pXrrzEQYKimg1_1771337630000_na1fn_aGVyby1iZw.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:52.25rem;width:75rem;overflow:visible;position:relative;display:block; }#aRTT2r1RFLSr4f7IcpTV4Iup0aECqt2T { color:rgba(var(--color-secondary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:9.9345703125rem;left:0rem;height:13.2009375rem;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; }
#UXW01cG4QqyUs5HengdyzuMbfuH4FdD7 { color:rgba(var(--color-primary-2),1);display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.8710942268369rem;left:3.7471771240234rem;height:0.875rem;font-style:normal;display:block; }
#hl12SrlHp04SvPJGkZAGm7sWv8yIv1xv { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;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:8.2465286254881rem;left:0rem;display:block; }
#HUHqlBHKTnLHJxzTA114bZ9Hd3h917K8 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:29.468317031861rem;left:0rem;height:3.9995625rem;display:block; }
#C83QLHtMbh3iQoGgCfsQqvQ7u9PU8A3g { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.5) ;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.998699188233rem;left:0rem;display:block; }
#me1pwWboCQPZURe7Lvn6i63syhNIJNgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SP31IFRIAq1U9fxSQGOi2NnpTdu5EdPh { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-4),0.2) ;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.998699188233rem;left:13.777126312256rem;display:block; }
#Ih3NdneR47v4OpZxu2Q7RnFFm5lyycWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ueup5Vl09K6X9WDzpp51kdKKmxXUuC59 { color:rgba(var(--color-tertiary-1),1);display:block;width:1.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:43.401696115732rem;left:0rem;height:0.875rem;font-style:normal;display:block; }
#lCCVAlS2TVAOeQFtaoaTBAZ6oUv6dFtV { color:rgba(var(--color-tertiary-1),1);display:block;width:2.37413125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:43.401694417rem;left:1.4409713745118rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWCMAI9An8tpkZ7kRGVA26v19qJ47Bk2 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:43.401694417rem;left:3.7445755004883rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tx9uwG7hZD7rR633haDWuUkKopT8Q48o { color:rgba(var(--color-tertiary-1),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:43.401694417rem;left:11.303169250488rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuP8klTetGqcy6JA6odlDsO8lidn1cWS { color:rgba(var(--color-tertiary-1),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:43.375rem;left:18.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXd0tdbGIcKv4o5sDnftXfueUOuUoKMT { color:rgba(var(--color-tertiary-1),1);display:block;width:6.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:43.375rem;left:26.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZAzi628udNk1BtCGZ215xb31cTuocxH { color:rgba(var(--color-tertiary-1),1);display:block;width:2.37305rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:43.401694417rem;left:8.9301223754881rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPmylte7qGF0ukQdCipeGfXKIcPcKhxS { color:rgba(var(--color-tertiary-1),1);display:block;width:2.37305rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:43.401694417rem;left:16.42578125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDy2nEgGWKfNFW2vPa0wlFcVeqyCoJW8 { color:rgba(var(--color-tertiary-1),1);display:block;width:2.37305rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:43.375rem;left:23.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crCxsTcgGNS31Oi1oGsKshSShQqu30W7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:49.01042175293rem;left:36.81315612793rem; }
#crCxsTcgGNS31Oi1oGsKshSShQqu30W7 > img { max-width: 100%;max-height:100%; width:1.3737rem; height:1.3737rem; }#hFFuzsJBKtTRfuLWlw7EtTl4v0nzuIib { color:rgba(var(--color-tertiary-1),1);display:block;width:6.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:43.375rem;left:34.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PA03wt80qndPsQ2MuwwaOBsCNo4TnX6D { color:rgba(var(--color-tertiary-1),1);display:block;width:2.37305rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:43.375rem;left:32.5625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LoN1frnPhPEgKyTafkF45elqSbMIRWuU { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/d66d34ac-9c7b-4aa4-8198-113b2661e336/F1Nx5TACrw5B8pXrrzEQYKimg2_1771337626000_na1fn_c2VydmljZXMtbWVkaWE.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU.adaptive-delivery-prevent-bg, #LoN1frnPhPEgKyTafkF45elqSbMIRWuU.lazyload, #LoN1frnPhPEgKyTafkF45elqSbMIRWuU.lazyloading { background-image: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container { background-color: transparent; background-image: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container > .video-iframe-container { display: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row > .video-iframe-container { display: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .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); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container { border-width: 0; border-radius: 0; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#J8EEESqZFGD4PJQUBI8ywaPVGxZoSgI0 { color:rgba(var(--color-secondary-2),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.7447910308837rem;left:0rem;height:11.25rem;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; }
#NPa6E2NFLvfw7mQ6c0eTHfL6MogFNHRS { color:rgba(var(--color-tertiary-1),1);display:block;width:36.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.874132156372rem;left:0rem;height:11.9987rem;display:block; }
#oUCTcMATh56Gcb5q3190lhM5QxaAS8TQ { color:rgba(var(--color-primary-2),1);display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:4.3125rem;left:3.75rem;height:0.875rem;font-style:normal;display:block; }
#nauNXgJhFGVZb7kXqxiDTpE7bXQdX99T { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;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:4.6875rem;left:0rem;display:block; }
#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y { 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; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container { background-color: transparent; background-image: none; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container > .video-iframe-container { display: none; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row > .video-iframe-container { display: none; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .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); }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container { border-width: 0; border-radius: 0; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#qp3dMR7NrERiEAefD4iw2ZNArUHgGudp { color:rgba(var(--color-secondary-2),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQqEfoV2HLXD570muRizgT4rJlamWw5P { color:rgba(var(--color-tertiary-1),1);display:block;width:34.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.1297721862794rem;left:40.562067031861rem;height:4rem;display:block; }
#Jced3fTy1yeIBPU9UpGXbBIVDBCEKtsF { box-sizing:content-box;height:15rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.2);top:18.561201095581rem;left:0rem;display:block; }
#XPP8qJb4ZhOFPeGvgE5Uo0TuXH7edSVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.12305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:23.977864265442rem;left:1.4420585632324rem;height:1.49956875rem;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; }
#m2lWpFZLtZesPlhqLH48yz4sLutvDxrH { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:26.102433204651rem;left:1.4442272186279rem;height:3.20095625rem;display:block; }
#aACHedIGZkXJA2AOOVrnWcZBSRPavRiO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.041234016419rem;left:1.4420585632324rem; }
#m4PrDbsAcsv0hK8TJEqxVmbUEmGkoFQe { box-sizing:content-box;height:15rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.2);top:18.625rem;left:25.625rem;display:block; }
#xMNTIyfyMW8N8T9mbwGWNb0I3yXAd4WT { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:26.1875rem;left:27.0625rem;height:3.20095625rem;display:block; }
#xLo3zVO7TnlEyzTZDi9J7cIF0fb79Iuu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.12305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:24.0625rem;left:27.0625rem;height:1.49956875rem;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; }
#ndcNaViIFBqgToApOml0DXh8m3xkUmqI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.125rem;left:27.0625rem; }
#ewmQPLN3PoWf3TBpp0BfVmzNe1rc0fcN { box-sizing:content-box;height:15rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.2);top:18.624132633209rem;left:51.062282562256rem;display:block; }
#E5xK631B4Iv5He45kTv7AGUQykgvBwUo { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:26.1875rem;left:52.5rem;height:6.4019375rem;display:block; }
#aihwklxrSOcmxm6ict2FTBLCubciCMES { color:rgba(var(--color-tertiary-0),1);display:block;width:6.12305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:24.0625rem;left:52.5rem;height:1.49956875rem;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; }
#k6aSpJX3Tx7BR5T5P3K7s5G92RnbFpiS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.125rem;left:52.5rem; }
#qrwTsgRug6S6ibRkkBng5uZVGWNMslOL { box-sizing:content-box;height:15rem;width:23.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.2);top:35.937501907349rem;left:51.124134063721rem;display:block; }
#tN94dThORF2tDoZ8O62kCZ3M5LvpQ4Lu { box-sizing:content-box;height:15rem;width:23.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.2);top:35.937501907349rem;left:25.686847686767rem;display:block; }
#iOGSLl48zwMvkk9M53pFCxBAse0hLUHc { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:43.499351501465rem;left:52.561847686767rem;height:3.20095625rem;display:block; }
#fZzNm8qu9gcrLQFPdisL3nXtX2gIg6hr { color:rgba(var(--color-tertiary-0),1);display:block;width:6.12305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:41.374784469604rem;left:52.561847686767rem;height:1.49956875rem;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; }
#xKmlMSV74a54n8Jt21KbXvLoVQScrnbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37.437067031861rem;left:52.561847686767rem; }
#y8G37iW9RErWNuxSuCGQBXe1CBCWXa5h { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:41.374784469604rem;left:27.124565124512rem;height:1.49956875rem;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; }
#N3TnEOkRP5JVJicgnlyMdR2Nsh52VTg2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:37.437067031861rem;left:27.124565124512rem; }
#TMums7hxIm90maXmqbQnMfcuvwo1yPEr { box-sizing:content-box;height:15rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.2);top:35.874567031861rem;left:0.0065097808837888rem;display:block; }
#hLQsEVaTwp2eQduqUQqeCIhiM0vUhE7C { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:43.437501907349rem;left:1.5071601867676rem;height:4.80143125rem;display:block; }
#qXwUfe316de0O82kBrp9KlVNAgr4i8aW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.12305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:41.311849594116rem;left:1.5071601867676rem;height:1.49956875rem;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; }
#lIrqe8ZCazlLILlzfpqW2Z0gSrD4wPq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:37.374134063721rem;left:1.5071601867676rem; }
#Jr16VvBx4gWTtih24ervw5Mh0amDf3hc { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:43.499351501465rem;left:26.999782562256rem;height:3.20095625rem;display:block; }
#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E { 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; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container { background-color: transparent; background-image: none; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container > .video-iframe-container { display: none; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row > .video-iframe-container { display: none; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .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); }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container { border-width: 0; border-radius: 0; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#yvE0CSPucQ20CGqShTUkApLoiKCs7xFX { color:rgba(var(--color-primary-2),1);display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:7.4978294372556rem;left:0.90386199951175rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pcW2TKFskghJfF4cbN3iTcCWACDFhKFo { color:rgba(var(--color-secondary-2),1);display:block;width:16.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.74609375rem;left:2.4359817504883rem;height:13.502625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fACErHmT7C3A9DfCOatNTuzTyuK4r5G1 { box-sizing:content-box;height:31.25rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#TgQu0eEoJCg1Z5m2zvDWfolRLwsiy67t { color:rgba(var(--color-tertiary-1),1);display:block;width:34.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:4.4401054382324rem;left:30.963544845581rem;height:4rem;display:block; }
#cgD3F9kFkawPulsTqDQBbQDTee7veXna { color:rgba(var(--color-tertiary-0),1);display:block;width:8.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:11.8125rem;left:36.1875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KvTDhNGie2OWb1zd8whd4ovJMRGHvpJU { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:13.9375rem;left:36.1875rem;height:4.80143125rem;display:block; }
#M01dzkJphsaV8B7J1wDnzcMLo04sAxDw { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:11.8125rem;left:30.9375rem;display:block; }
#ON1woNycUXfdZ9ZnnSC0ydwVnHoDk05f { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:13.9375rem;left:56.4375rem;height:3.20095625rem;display:block; }
#DKMkzoTnI67TRSiO810SChRHefP33BFq { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:11.8125rem;left:51.375rem;display:block; }
#FWEfKm9TrLp8oiJL2wfg3UcgOOQli9Vp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:11.8125rem;left:56.4375rem;height:1.49956875rem;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; }
#Emi41ool2HxTU3pDgx3WvcOOK2Tb2y2F { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:23.5rem;left:36.1875rem;height:3.20095625rem;display:block; }
#vx70Wu9VO51E91TsUGlUebaawvuV1W0K { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:23.5rem;left:56.4375rem;height:3.20095625rem;display:block; }
#DAKdbRPQ4kf7dGIAA5KpKqI7BHSm59i0 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:21.375rem;left:51.375rem;display:block; }
#ANCyDeeitmz0ZKT5u0CW5xh422dpTkbx { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:21.375rem;left:36.1875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HysRykF16dXn3xHXRxxIPTR0CakpocTS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:21.375rem;left:56.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ef2voSFhAfELe8izeXM57tG4s7NxBwFK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:21.375rem;left:30.9375rem;display:block; }
#GlT2BWhL2DzRbonckF5qHlrp2t6OOTAX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.9375rem;left:32.0625rem; }
#Coc26tuKun8NuZAbfy7wHKigcom7Ta1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:12.9375rem;left:52.4375rem; }
#JU0pB66EANUzDA0ir7yKuSzvaquqKPZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.5rem;left:52.5rem; }
#dKweMaTa4NehAGl5rCRP311Sn0ZetTkx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:22.5rem;left:32.0625rem; }
#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG { border-top:0.0625rem solid rgba(var(--color-primary-2),1);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; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container { background-color: transparent; background-image: none; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container > .video-iframe-container { display: none; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row > .video-iframe-container { display: none; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .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); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container { border-width: 0; border-radius: 0; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#G9VL8XiPCqmrWiTqZcDrRZs48xQZqykI { color:rgba(var(--color-primary-2),1);display:block;width:6.12413125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.6865234375rem;left:0rem;height:2.25043125rem;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; }
#WkuanixV9hiwZNLT4iigwEE6N1nxp7Az { color:rgba(var(--color-tertiary-1),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.560546875rem;left:0rem;height:1.3994125rem;display:block; }
#op4CALv0ExNSkAfrSLiCvPexxoq85tJs { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:6.5625rem;left:14.625rem;height:1.3994125rem;display:block; }
#lfTMBgGTrqAPJMTiTG0XLVoNn9yI0UQV { color:rgba(var(--color-primary-2),1);display:block;width:6.12413125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.6875rem;left:14.625rem;height:2.25043125rem;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; }
#g4ezhceCxl9C39sMVWQ7ToPUe3Tpt0mb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:4.4072265625rem;left:49.9345703125rem;height:3.4982625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#vw99vckEOwbvSTQ39Mq6KW6R33WBkNTc { box-sizing:content-box;height:3.625rem;width:0.25rem;position:absolute;display:block;z-index:15005;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:4.4658203125rem;left:48.5263671875rem;display:block; }
#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),0.9));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),0.9));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),0.9));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0.9)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),0.9));background-size:auto !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; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container { background-color: transparent; background-image: none; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container > .video-iframe-container { display: none; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row > .video-iframe-container { display: none; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .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); }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container { border-width: 0; border-radius: 0; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#EOinmEMTgWMSTmQdazezWxJ6iCz9tSD0 { color:rgba(var(--color-secondary-2),1);display:block;width:46.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.4375rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PlocfE4XfnzuN7cCwid3s6ZkvTesfNya { color:rgba(var(--color-tertiary-1),1);display:block;width:34.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:20.1875rem;left:0rem;height:3.6002625rem;display:block; }
#f1NvdaVoA29w0iqOmeul4PwlihVdwHNC { box-sizing:content-box;height:37.5rem;width:45.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f39ed20-ca29-44fc-bcb9-031442804112/F1Nx5TACrw5B8pXrrzEQYKimg4_1771337628000_na1fn_Y3RhLWJn.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#f1NvdaVoA29w0iqOmeul4PwlihVdwHNC.adaptive-delivery-prevent-bg, #f1NvdaVoA29w0iqOmeul4PwlihVdwHNC.lazyload, #f1NvdaVoA29w0iqOmeul4PwlihVdwHNC.lazyloading { background-image: none; }
#f1NvdaVoA29w0iqOmeul4PwlihVdwHNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.7); }#JFmqWC2r5bmsKrnIJKqZp1ZqXVem6y1t { color:rgba(var(--color-primary-2),1);display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.5258255004883rem;left:50.338544845581rem;height:0.875rem;font-style:normal;display:block; }
#VyBnuNDOgg0EfSoAW1spQBLTmmGd1IwU { color:rgba(var(--color-primary-2),1);display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:25.285373687744rem;left:50.338544845581rem;height:0.875rem;font-style:normal;display:block; }
#aFrkabnFIBiCDENIrKv5X6JAxGk2kRqg { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:6.7556438446044rem;left:50.338544845581rem;height:1.25rem;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; }
#KefHLUTpiFvgvzTZngduEw6sec5txHlG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.9375rem;left:50.3125rem; }
#M59IHWhgfSE3x3Gsu1cH5hA8OSG7qgZN { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:8.875rem;left:53.0625rem;height:1.600475rem;display:block; }
#EIbweXCwLAvBIhIxG9Ne2pgtVWvIWutN { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:11.5rem;left:53.0625rem;height:1.600475rem;display:block; }
#doGXQ2M5e5TxSHJsuZE6LPW8KLMoy2AO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.625rem;left:50.3125rem; }
#P0KFNh2rrKKocuCBapR8JJLXbwVLD35G { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.6;letter-spacing:0;top:20.4375rem;left:53.0625rem;height:1.600475rem;display:block; }
#x3GphFPBWV5UHXTTvyHDyFsUE7SnxCZF { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.6;letter-spacing:0;top:17.8125rem;left:53.0625rem;height:1.600475rem;display:block; }
#VinD6bAtAGPcyXN1Ggkr4D6HVLIDa8CP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:15.6875rem;left:50.375rem;height:1.25rem;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; }
#oaMKlD6e1ubURe7yIWg00KVayosek8Mr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:17.875rem;left:50.3125rem; }
#bVgW3ekLT7BeXfynQHZC9pWadS0uKp4z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:20.5625rem;left:50.3125rem; }
#elJDJh5m0IkWw76fCvqTq4qsC9O6Z3Nd { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:30rem;left:53.0625rem;height:1.600475rem;display:block; }
#mb7ue1KNcmWRgeIRWQE6BVfdAcTi5xWC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:30.125rem;left:50.3125rem; }
#LD1EAnK3bsoNQMkSSC4AvvGuwqGinzAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27.4375rem;left:50.3125rem; }
#mqb9lx0MqOLIdTysFR5MmLWq5GWsDDTf { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.6;letter-spacing:0;top:27.375rem;left:53.0625rem;height:1.600475rem;display:block; }
#tdQqHDH3JlNhyMUkVASLvQTOX5OWvBRU { color:rgba(var(--color-tertiary-1),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:32.75rem;left:53.0625rem;height:1.600475rem;display:block; }
#uVHwa3xkNTtSp6Ny7rdOc8Hv62mMXoLF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.875rem;left:50.3125rem; }
#G6BiOZCGwt3Hu4JURFiToL6taCMyOESb { 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; }
#wkxqAVdy0a4A3ezml4IlpMAlBffbLqgi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.5) ;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.48611125rem;height:3.73611125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.159940719604rem;left:0rem;display:block; }
#Q1eMX3AbaHKX9iCrPCN9HWeNw5mCHTHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF { 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; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container { background-color: transparent; background-image: none; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container > .video-iframe-container { display: none; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row > .video-iframe-container { display: none; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .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); }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container { border-width: 0; border-radius: 0; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#s2w2bUVoGCwPEAv7fSVbyoE5rlBpMpEf { color:rgba(var(--color-secondary-3),1);display:block;width:24.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3140182495118rem;left:50.186634063721rem;height:1.055775rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt { display:block; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAgKaKdW9MDOFevTT9eTM9oH1mVbWO1b { width:9.6875rem;height:2.4375rem;top:2.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2wTBbeGfQ58xtBdGrAtomJaxT2R8vbZ { display:block; }
 }@media only screen and (max-width: 763px) { #mts04Iy3tcNXa1Wl3WyqnXVHBi6WOH1x { top:2.8125rem;left:7rem;width:4.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmHRv4eu0TMnz1O1s4TA3lBDtXSseCk { top:2.8125rem;left:14.5rem;width:4.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPkE1XC2LbOhtqPDyQRh3nMmbSz245n9 { top:2.8125rem;left:22rem;width:7rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUkMRMCTMCO4Xa0TSL5L73OVKexSJIO { top:2.8125rem;left:31.499786376953rem;width:4.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQAyKEQDwlrlhJ4ScMqw9mpXVN4v0TAW { top:0rem;left:0rem;width:14.0625rem;height:7.9025413181999rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngehhDpeI4NHnPa6O5myGmwWR8h3WuWT { top:3.1875rem;left:40.1875rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mby6W8Zbm9g1Z98P7i5nwbmg4qg3UThJ { top:3.3125rem;left:41.25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRTT2r1RFLSr4f7IcpTV4Iup0aECqt2T { top:9.875rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXW01cG4QqyUs5HengdyzuMbfuH4FdD7 { top:7.8125rem;left:0rem;width:19.375rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl12SrlHp04SvPJGkZAGm7sWv8yIv1xv { top:8.1875rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUHqlBHKTnLHJxzTA114bZ9Hd3h917K8 { top:29.4375rem;left:0rem;width:30.0625rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C83QLHtMbh3iQoGgCfsQqvQ7u9PU8A3g { width:12.5rem;height:3.75rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me1pwWboCQPZURe7Lvn6i63syhNIJNgN { display:block; }
 }@media only screen and (max-width: 763px) { #SP31IFRIAq1U9fxSQGOi2NnpTdu5EdPh { width:16.75rem;height:3.75rem;top:36.9375rem;left:0.15212631225586rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih3NdneR47v4OpZxu2Q7RnFFm5lyycWX { display:block; }
 }@media only screen and (max-width: 763px) { #Ueup5Vl09K6X9WDzpp51kdKKmxXUuC59 { top:43.375rem;left:0rem;width:1.4375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCCVAlS2TVAOeQFtaoaTBAZ6oUv6dFtV { top:43.375rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWCMAI9An8tpkZ7kRGVA26v19qJ47Bk2 { top:43.375rem;left:0rem;width:5.1875rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9uwG7hZD7rR633haDWuUkKopT8Q48o { top:43.375rem;left:0rem;width:5.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuP8klTetGqcy6JA6odlDsO8lidn1cWS { top:43.375rem;left:5.1875rem;width:5rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXd0tdbGIcKv4o5sDnftXfueUOuUoKMT { top:43.375rem;left:12.5rem;width:6.375rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAzi628udNk1BtCGZ215xb31cTuocxH { top:43.375rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPmylte7qGF0ukQdCipeGfXKIcPcKhxS { top:43.375rem;left:2.80078125rem;width:2.3125rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDy2nEgGWKfNFW2vPa0wlFcVeqyCoJW8 { top:43.375rem;left:10.125rem;width:2.3125rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCxsTcgGNS31Oi1oGsKshSShQqu30W7 { top:49rem;left:23.18815612793rem;width:1.3125rem;height:1.3125rem;display:block; }
#crCxsTcgGNS31Oi1oGsKshSShQqu30W7 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #hFFuzsJBKtTRfuLWlw7EtTl4v0nzuIib { top:43.375rem;left:21.3125rem;width:6.375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA03wt80qndPsQ2MuwwaOBsCNo4TnX6D { top:43.375rem;left:18.9375rem;width:2.3125rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoN1frnPhPEgKyTafkF45elqSbMIRWuU { display:block; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8EEESqZFGD4PJQUBI8ywaPVGxZoSgI0 { top:6.6875rem;left:0rem;width:40.6875rem;height:11.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPa6E2NFLvfw7mQ6c0eTHfL6MogFNHRS { top:19.8125rem;left:0rem;width:36.875rem;height:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUCTcMATh56Gcb5q3190lhM5QxaAS8TQ { top:4.3125rem;left:0rem;width:19.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nauNXgJhFGVZb7kXqxiDTpE7bXQdX99T { top:4.6875rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y { display:block; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp3dMR7NrERiEAefD4iw2ZNArUHgGudp { top:5.5625rem;left:0rem;width:46.0625rem;height:7.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQqEfoV2HLXD570muRizgT4rJlamWw5P { top:9.125rem;left:0rem;width:34.375rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jced3fTy1yeIBPU9UpGXbBIVDBCEKtsF { top:18.5rem;left:0rem;width:23.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPP8qJb4ZhOFPeGvgE5Uo0TuXH7edSVJ { top:23.9375rem;left:0rem;width:6.0625rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lWpFZLtZesPlhqLH48yz4sLutvDxrH { top:26.0625rem;left:0rem;width:20.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aACHedIGZkXJA2AOOVrnWcZBSRPavRiO { top:20rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4PrDbsAcsv0hK8TJEqxVmbUEmGkoFQe { top:18.625rem;left:7.875rem;width:23.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNTIyfyMW8N8T9mbwGWNb0I3yXAd4WT { top:26.1875rem;left:10.8125rem;width:20.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLo3zVO7TnlEyzTZDi9J7cIF0fb79Iuu { top:24.0625rem;left:15.875rem;width:6.0625rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndcNaViIFBqgToApOml0DXh8m3xkUmqI { top:20.125rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewmQPLN3PoWf3TBpp0BfVmzNe1rc0fcN { top:18.5625rem;left:23.75rem;width:23.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5xK631B4Iv5He45kTv7AGUQykgvBwUo { top:26.1875rem;left:26.6875rem;width:20.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihwklxrSOcmxm6ict2FTBLCubciCMES { top:24.0625rem;left:31.75rem;width:6.0625rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aSpJX3Tx7BR5T5P3K7s5G92RnbFpiS { top:20.125rem;left:31.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrwTsgRug6S6ibRkkBng5uZVGWNMslOL { top:35.9375rem;left:23.75rem;width:23.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN94dThORF2tDoZ8O62kCZ3M5LvpQ4Lu { top:35.9375rem;left:7.875rem;width:23.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGSLl48zwMvkk9M53pFCxBAse0hLUHc { top:43.4375rem;left:26.6875rem;width:20.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzNm8qu9gcrLQFPdisL3nXtX2gIg6hr { top:41.3125rem;left:31.75rem;width:6.0625rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKmlMSV74a54n8Jt21KbXvLoVQScrnbE { top:37.375rem;left:31.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8G37iW9RErWNuxSuCGQBXe1CBCWXa5h { top:41.3125rem;left:15.875rem;width:8.1875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TnEOkRP5JVJicgnlyMdR2Nsh52VTg2 { top:37.375rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMums7hxIm90maXmqbQnMfcuvwo1yPEr { top:35.8125rem;left:0rem;width:23.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLQsEVaTwp2eQduqUQqeCIhiM0vUhE7C { top:43.4375rem;left:0rem;width:20.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXwUfe316de0O82kBrp9KlVNAgr4i8aW { top:41.25rem;left:0rem;width:6.0625rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIrqe8ZCazlLILlzfpqW2Z0gSrD4wPq2 { top:37.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr16VvBx4gWTtih24ervw5Mh0amDf3hc { top:43.4375rem;left:10.8125rem;width:20.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E { display:block; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvE0CSPucQ20CGqShTUkApLoiKCs7xFX { top:7.4375rem;left:0rem;width:19.375rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcW2TKFskghJfF4cbN3iTcCWACDFhKFo { top:9.6875rem;left:0rem;width:16.3125rem;height:13.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fACErHmT7C3A9DfCOatNTuzTyuK4r5G1 { top:0rem;left:0rem;width:21.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQu0eEoJCg1Z5m2zvDWfolRLwsiy67t { top:4.4375rem;left:13.375rem;width:34.375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgD3F9kFkawPulsTqDQBbQDTee7veXna { top:11.8125rem;left:22.5625rem;width:8.125rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTDhNGie2OWb1zd8whd4ovJMRGHvpJU { top:13.9375rem;left:22.5625rem;width:12.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M01dzkJphsaV8B7J1wDnzcMLo04sAxDw { top:11.8125rem;left:17.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON1woNycUXfdZ9ZnnSC0ydwVnHoDk05f { top:13.9375rem;left:34.875rem;width:12.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMkzoTnI67TRSiO810SChRHefP33BFq { top:11.8125rem;left:37.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWEfKm9TrLp8oiJL2wfg3UcgOOQli9Vp { top:11.8125rem;left:38.9375rem;width:8.8125rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emi41ool2HxTU3pDgx3WvcOOK2Tb2y2F { top:23.5rem;left:22.5625rem;width:12.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx70Wu9VO51E91TsUGlUebaawvuV1W0K { top:23.5rem;left:34.875rem;width:12.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAKdbRPQ4kf7dGIAA5KpKqI7BHSm59i0 { top:21.375rem;left:37.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANCyDeeitmz0ZKT5u0CW5xh422dpTkbx { top:21.375rem;left:22.5625rem;width:11rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysRykF16dXn3xHXRxxIPTR0CakpocTS { top:21.375rem;left:39rem;width:8.75rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2voSFhAfELe8izeXM57tG4s7NxBwFK { top:21.375rem;left:17.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlT2BWhL2DzRbonckF5qHlrp2t6OOTAX { top:12.9375rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coc26tuKun8NuZAbfy7wHKigcom7Ta1o { top:12.9375rem;left:38.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU0pB66EANUzDA0ir7yKuSzvaquqKPZT { top:22.5rem;left:38.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKweMaTa4NehAGl5rCRP311Sn0ZetTkx { top:22.5rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG { display:block; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9VL8XiPCqmrWiTqZcDrRZs48xQZqykI { top:3.625rem;left:0rem;width:6.0625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkuanixV9hiwZNLT4iigwEE6N1nxp7Az { top:6.5rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4CALv0ExNSkAfrSLiCvPexxoq85tJs { top:6.5625rem;left:0.125rem;width:23.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTMBgGTrqAPJMTiTG0XLVoNn9yI0UQV { top:3.6875rem;left:7.8125rem;width:6.0625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ezhceCxl9C39sMVWQ7ToPUe3Tpt0mb { top:4.375rem;left:28.9375rem;width:18.8125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw99vckEOwbvSTQ39Mq6KW6R33WBkNTc { top:4.4375rem;left:28.0888671875rem;width:0.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa { display:block; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOinmEMTgWMSTmQdazezWxJ6iCz9tSD0 { top:9.4375rem;left:0rem;width:46.0625rem;height:7.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlocfE4XfnzuN7cCwid3s6ZkvTesfNya { top:20.1875rem;left:0rem;width:34.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1NvdaVoA29w0iqOmeul4PwlihVdwHNC { top:0rem;left:0rem;width:45.3125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFmqWC2r5bmsKrnIJKqZp1ZqXVem6y1t { top:4.5rem;left:28.375rem;width:19.375rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBnuNDOgg0EfSoAW1spQBLTmmGd1IwU { top:25.25rem;left:28.375rem;width:19.375rem;height:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFrkabnFIBiCDENIrKv5X6JAxGk2kRqg { top:6.75rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefHLUTpiFvgvzTZngduEw6sec5txHlG { top:8.9375rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59IHWhgfSE3x3Gsu1cH5hA8OSG7qgZN { top:8.875rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIbweXCwLAvBIhIxG9Ne2pgtVWvIWutN { top:11.5rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGXQ2M5e5TxSHJsuZE6LPW8KLMoy2AO { top:11.625rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0KFNh2rrKKocuCBapR8JJLXbwVLD35G { top:20.4375rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3GphFPBWV5UHXTTvyHDyFsUE7SnxCZF { top:17.8125rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinD6bAtAGPcyXN1Ggkr4D6HVLIDa8CP { top:15.6875rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMKlD6e1ubURe7yIWg00KVayosek8Mr { top:17.875rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgW3ekLT7BeXfynQHZC9pWadS0uKp4z { top:20.5625rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJDJh5m0IkWw76fCvqTq4qsC9O6Z3Nd { top:30rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb7ue1KNcmWRgeIRWQE6BVfdAcTi5xWC { top:30.125rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD1EAnK3bsoNQMkSSC4AvvGuwqGinzAT { top:27.4375rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqb9lx0MqOLIdTysFR5MmLWq5GWsDDTf { top:27.375rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQqHDH3JlNhyMUkVASLvQTOX5OWvBRU { top:32.75rem;left:26.8125rem;width:20.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHwa3xkNTtSp6Ny7rdOc8Hv62mMXoLF { top:32.875rem;left:29.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6BiOZCGwt3Hu4JURFiToL6taCMyOESb { display:none; }
 }@media only screen and (max-width: 763px) { #wkxqAVdy0a4A3ezml4IlpMAlBffbLqgi { width:12.4375rem;height:3.6875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eMX3AbaHKX9iCrPCN9HWeNw5mCHTHh { display:block; }
 }@media only screen and (max-width: 763px) { #CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF { display:block; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2w2bUVoGCwPEAv7fSVbyoE5rlBpMpEf { top:1.3125rem;left:23rem;width:24.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt { display:block; }#z34MPiIFQ1DrLuRKstTO1yJzIF9s5sIt > .row .container { width:20rem;height:5.46875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAgKaKdW9MDOFevTT9eTM9oH1mVbWO1b { width:9.6875rem;height:2.4375rem;top:23.404975rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2wTBbeGfQ58xtBdGrAtomJaxT2R8vbZ { display:block; }
 }@media only screen and (max-width: 763px) { #mts04Iy3tcNXa1Wl3WyqnXVHBi6WOH1x { width:4.87413125rem;height:0;top:13.65236875rem;left:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWmHRv4eu0TMnz1O1s4TA3lBDtXSseCk { width:4.6875rem;height:0;top:16.9032375rem;left:7.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPkE1XC2LbOhtqPDyQRh3nMmbSz245n9 { width:6.9998125rem;height:0;top:10.4015rem;left:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSUkMRMCTMCO4Xa0TSL5L73OVKexSJIO { width:4.49978125rem;height:0;top:20.15410625rem;left:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQAyKEQDwlrlhJ4ScMqw9mpXVN4v0TAW { width:8.4375rem;height:4.6875rem;top:0.78125005960463rem;left:5.7812504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngehhDpeI4NHnPa6O5myGmwWR8h3WuWT { width:7.5rem;height:0;top:9.3437500596044rem;left:6.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mby6W8Zbm9g1Z98P7i5nwbmg4qg3UThJ { display:flex;width:1.375rem;height:1.375rem;top:6.7187500596044rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRTT2r1RFLSr4f7IcpTV4Iup0aECqt2T { width:20rem;height:12rem;top:4.74956875rem;left:0rem;font-size:3rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UXW01cG4QqyUs5HengdyzuMbfuH4FdD7 { width:16.9375rem;height:0.875rem;top:2.1940155029297rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl12SrlHp04SvPJGkZAGm7sWv8yIv1xv { width:3.125rem;height:0.125rem;top:2.5694446563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUHqlBHKTnLHJxzTA114bZ9Hd3h917K8 { width:20rem;height:5.39941875rem;top:18.505859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C83QLHtMbh3iQoGgCfsQqvQ7u9PU8A3g { width:20rem;height:3.73611125rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me1pwWboCQPZURe7Lvn6i63syhNIJNgN { display:block; }
 }@media only screen and (max-width: 763px) { #SP31IFRIAq1U9fxSQGOi2NnpTdu5EdPh { width:20rem;height:3.73611125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih3NdneR47v4OpZxu2Q7RnFFm5lyycWX { display:block; }
 }@media only screen and (max-width: 763px) { #Ueup5Vl09K6X9WDzpp51kdKKmxXUuC59 { width:1.1875rem;height:0.8125rem;top:36.5615234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCCVAlS2TVAOeQFtaoaTBAZ6oUv6dFtV { width:1.25rem;height:0.875rem;top:36.5615234375rem;left:0.8193359375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWCMAI9An8tpkZ7kRGVA26v19qJ47Bk2 { width:3.125rem;height:0.8125rem;top:36.5615234375rem;left:1.9443359375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9uwG7hZD7rR633haDWuUkKopT8Q48o { width:2.625rem;height:0.8125rem;top:36.5615234375rem;left:5.9443359375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuP8klTetGqcy6JA6odlDsO8lidn1cWS { width:2.9375rem;height:0.8125rem;top:36.5615234375rem;left:9.318359375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXd0tdbGIcKv4o5sDnftXfueUOuUoKMT { width:3.75rem;height:0.8125rem;top:36.5615234375rem;left:13.1298828125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAzi628udNk1BtCGZ215xb31cTuocxH { width:1.25rem;height:0.875rem;top:36.5615234375rem;left:4.8818359375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPmylte7qGF0ukQdCipeGfXKIcPcKhxS { width:1.25rem;height:0.875rem;top:36.5615234375rem;left:8.255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDy2nEgGWKfNFW2vPa0wlFcVeqyCoJW8 { width:1.25rem;height:0.875rem;top:36.5615234375rem;left:12.0673828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCxsTcgGNS31Oi1oGsKshSShQqu30W7 { display:flex;width:1.3125rem;height:1.3125rem;top:41.34765625rem;left:9.3427734375rem; }
#crCxsTcgGNS31Oi1oGsKshSShQqu30W7 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #hFFuzsJBKtTRfuLWlw7EtTl4v0nzuIib { width:2.25rem;height:0.8125rem;top:36.5615234375rem;left:17.75rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PA03wt80qndPsQ2MuwwaOBsCNo4TnX6D { width:1.25rem;height:0.875rem;top:36.5615234375rem;left:16.8173828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoN1frnPhPEgKyTafkF45elqSbMIRWuU { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/d66d34ac-9c7b-4aa4-8198-113b2661e336/F1Nx5TACrw5B8pXrrzEQYKimg2_1771337626000_na1fn_c2VydmljZXMtbWVkaWE.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU.adaptive-delivery-prevent-bg, #LoN1frnPhPEgKyTafkF45elqSbMIRWuU.lazyload, #LoN1frnPhPEgKyTafkF45elqSbMIRWuU.lazyloading { background-image: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container { background-color: transparent; background-image: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container > .video-iframe-container { display: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row > .video-iframe-container { display: none; }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .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); }#LoN1frnPhPEgKyTafkF45elqSbMIRWuU > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8EEESqZFGD4PJQUBI8ywaPVGxZoSgI0 { width:20rem;height:9rem;top:4.68706875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPa6E2NFLvfw7mQ6c0eTHfL6MogFNHRS { width:20rem;height:16.19830625rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUCTcMATh56Gcb5q3190lhM5QxaAS8TQ { width:9.8125rem;height:0.875rem;top:2.1875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nauNXgJhFGVZb7kXqxiDTpE7bXQdX99T { width:3.125rem;height:0.125rem;top:2.5911445617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y { display:block; }#PyugMHeJWcfVbaWfaiQvT3gGJ5a4Bt8y > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp3dMR7NrERiEAefD4iw2ZNArUHgGudp { width:20rem;height:4.50086875rem;top:4.68706875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQqEfoV2HLXD570muRizgT4rJlamWw5P { width:20rem;height:5.4003875rem;top:11.561414718628rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jced3fTy1yeIBPU9UpGXbBIVDBCEKtsF { width:19.875rem;height:12.5rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPP8qJb4ZhOFPeGvgE5Uo0TuXH7edSVJ { width:6.06228125rem;height:1.5rem;top:24.75rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lWpFZLtZesPlhqLH48yz4sLutvDxrH { width:16.25rem;height:3.19921875rem;top:26.873917579651rem;left:1.4366321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aACHedIGZkXJA2AOOVrnWcZBSRPavRiO { display:flex;width:2.3125rem;height:2.3125rem;top:20.8125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #m4PrDbsAcsv0hK8TJEqxVmbUEmGkoFQe { width:19.875rem;height:12.5rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNTIyfyMW8N8T9mbwGWNb0I3yXAd4WT { width:16.25rem;height:3.19921875rem;top:56.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLo3zVO7TnlEyzTZDi9J7cIF0fb79Iuu { width:6.06228125rem;height:1.5rem;top:54.25rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndcNaViIFBqgToApOml0DXh8m3xkUmqI { display:flex;width:2.3125rem;height:2.3125rem;top:50.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ewmQPLN3PoWf3TBpp0BfVmzNe1rc0fcN { width:19.875rem;height:17.125rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5xK631B4Iv5He45kTv7AGUQykgvBwUo { width:16.25rem;height:7.9980625rem;top:84.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihwklxrSOcmxm6ict2FTBLCubciCMES { width:6.06228125rem;height:1.5rem;top:82.0625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aSpJX3Tx7BR5T5P3K7s5G92RnbFpiS { display:flex;width:2.3125rem;height:2.3125rem;top:78.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #qrwTsgRug6S6ibRkkBng5uZVGWNMslOL { width:19.875rem;height:12.5rem;top:95.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN94dThORF2tDoZ8O62kCZ3M5LvpQ4Lu { width:19.875rem;height:12.5rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGSLl48zwMvkk9M53pFCxBAse0hLUHc { width:16.25rem;height:3.19921875rem;top:102.6875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzNm8qu9gcrLQFPdisL3nXtX2gIg6hr { width:6.06228125rem;height:1.5rem;top:100.5625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKmlMSV74a54n8Jt21KbXvLoVQScrnbE { display:flex;width:2.3125rem;height:2.3125rem;top:96.625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #y8G37iW9RErWNuxSuCGQBXe1CBCWXa5h { width:8.186875rem;height:1.5rem;top:68.1875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TnEOkRP5JVJicgnlyMdR2Nsh52VTg2 { display:flex;width:2.3125rem;height:2.3125rem;top:64.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #TMums7hxIm90maXmqbQnMfcuvwo1yPEr { width:19.875rem;height:14.25rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLQsEVaTwp2eQduqUQqeCIhiM0vUhE7C { width:16.5rem;height:4.798825rem;top:40.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXwUfe316de0O82kBrp9KlVNAgr4i8aW { width:6.06228125rem;height:1.5rem;top:38.625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIrqe8ZCazlLILlzfpqW2Z0gSrD4wPq2 { display:flex;width:2.3125rem;height:2.3125rem;top:34.6875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #Jr16VvBx4gWTtih24ervw5Mh0amDf3hc { width:16.25rem;height:3.19921875rem;top:70.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E { display:block; }#dyKrPOlkiDN3ock8m2AlRs7mT1iSpL1E > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvE0CSPucQ20CGqShTUkApLoiKCs7xFX { width:19.375rem;height:0.875rem;top:3.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcW2TKFskghJfF4cbN3iTcCWACDFhKFo { width:16.311875rem;height:12.375rem;top:5.6239128112793rem;left:1.843533039093rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fACErHmT7C3A9DfCOatNTuzTyuK4r5G1 { width:20rem;height:20.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQu0eEoJCg1Z5m2zvDWfolRLwsiy67t { width:20rem;height:5.3994125rem;top:22.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgD3F9kFkawPulsTqDQBbQDTee7veXna { width:8.125rem;height:1.5rem;top:32.8125rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTDhNGie2OWb1zd8whd4ovJMRGHvpJU { width:15rem;height:3.19921875rem;top:34.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M01dzkJphsaV8B7J1wDnzcMLo04sAxDw { width:3.5rem;height:3.5rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON1woNycUXfdZ9ZnnSC0ydwVnHoDk05f { width:15rem;height:3.19921875rem;top:42.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMkzoTnI67TRSiO810SChRHefP33BFq { width:3.4375rem;height:3.4375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWEfKm9TrLp8oiJL2wfg3UcgOOQli9Vp { width:8.811875rem;height:1.5rem;top:40.5rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emi41ool2HxTU3pDgx3WvcOOK2Tb2y2F { width:15rem;height:3.19921875rem;top:50.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx70Wu9VO51E91TsUGlUebaawvuV1W0K { width:15rem;height:3.19921875rem;top:57.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAKdbRPQ4kf7dGIAA5KpKqI7BHSm59i0 { width:3.4375rem;height:3.4375rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANCyDeeitmz0ZKT5u0CW5xh422dpTkbx { width:10.999375rem;height:1.5rem;top:48.125rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysRykF16dXn3xHXRxxIPTR0CakpocTS { width:8.75rem;height:1.5rem;top:55.8125rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2voSFhAfELe8izeXM57tG4s7NxBwFK { width:3.4375rem;height:3.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlT2BWhL2DzRbonckF5qHlrp2t6OOTAX { display:flex;width:1.5625rem;height:1.5625rem;top:32.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Coc26tuKun8NuZAbfy7wHKigcom7Ta1o { display:flex;width:1.5625rem;height:1.5625rem;top:40.5rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #JU0pB66EANUzDA0ir7yKuSzvaquqKPZT { display:flex;width:1.5625rem;height:1.5625rem;top:55.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #dKweMaTa4NehAGl5rCRP311Sn0ZetTkx { display:flex;width:1.5625rem;height:1.5625rem;top:48.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container { background-color: transparent; background-image: none; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container > .video-iframe-container { display: none; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row > .video-iframe-container { display: none; }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .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); }#TQ2wO51QmfzK9Wl8nnvTCamg20Cl63BG > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9VL8XiPCqmrWiTqZcDrRZs48xQZqykI { width:6.0612rem;height:2.25rem;top:3.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkuanixV9hiwZNLT4iigwEE6N1nxp7Az { width:8.125rem;height:2.798825rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4CALv0ExNSkAfrSLiCvPexxoq85tJs { width:8.125rem;height:5.59765625rem;top:6.25rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTMBgGTrqAPJMTiTG0XLVoNn9yI0UQV { width:6.0612rem;height:2.25rem;top:3.375rem;left:11.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ezhceCxl9C39sMVWQ7ToPUe3Tpt0mb { width:16.3748125rem;height:3.5rem;top:14.0625rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw99vckEOwbvSTQ39Mq6KW6R33WBkNTc { width:0.24956625rem;height:3.62413125rem;top:14.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa { display:block; }#udE0ILsB2DPry4mZtkKk3GrZiGTiUUIa > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOinmEMTgWMSTmQdazezWxJ6iCz9tSD0 { width:20rem;height:4.50086875rem;top:4.6234817504883rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlocfE4XfnzuN7cCwid3s6ZkvTesfNya { width:20rem;height:6.3984375rem;top:11.686199188233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1NvdaVoA29w0iqOmeul4PwlihVdwHNC { width:20rem;height:26.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFmqWC2r5bmsKrnIJKqZp1ZqXVem6y1t { width:19.375rem;height:0.875rem;top:28.436416625976rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBnuNDOgg0EfSoAW1spQBLTmmGd1IwU { width:19.375rem;height:0.875rem;top:48.687057495118rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFrkabnFIBiCDENIrKv5X6JAxGk2kRqg { width:20rem;height:1.25rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefHLUTpiFvgvzTZngduEw6sec5txHlG { display:flex;width:1.37478125rem;height:1.37478125rem;top:32.312286376953rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M59IHWhgfSE3x3Gsu1cH5hA8OSG7qgZN { width:17.5rem;height:1.600475rem;top:32.1875rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIbweXCwLAvBIhIxG9Ne2pgtVWvIWutN { width:17.5rem;height:1.600475rem;top:34.312057495118rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGXQ2M5e5TxSHJsuZE6LPW8KLMoy2AO { display:flex;width:1.37478125rem;height:1.37478125rem;top:34.43684387207rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P0KFNh2rrKKocuCBapR8JJLXbwVLD35G { width:17.5rem;height:1.600475rem;top:43.49934387207rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3GphFPBWV5UHXTTvyHDyFsUE7SnxCZF { width:16.0625rem;height:1.600475rem;top:41.374786376953rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinD6bAtAGPcyXN1Ggkr4D6HVLIDa8CP { width:20rem;height:1.25rem;top:39.49870300293rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMKlD6e1ubURe7yIWg00KVayosek8Mr { display:flex;width:1.37478125rem;height:1.37478125rem;top:41.499557495118rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bVgW3ekLT7BeXfynQHZC9pWadS0uKp4z { display:flex;width:1.37478125rem;height:1.37478125rem;top:43.624130249024rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #elJDJh5m0IkWw76fCvqTq4qsC9O6Z3Nd { width:10rem;height:1.600475rem;top:52.937286376953rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb7ue1KNcmWRgeIRWQE6BVfdAcTi5xWC { display:flex;width:1.37478125rem;height:1.37478125rem;top:53.062057495118rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LD1EAnK3bsoNQMkSSC4AvvGuwqGinzAT { display:flex;width:1.37478125rem;height:1.37478125rem;top:50.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mqb9lx0MqOLIdTysFR5MmLWq5GWsDDTf { width:16rem;height:1.600475rem;top:50.186630249024rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQqHDH3JlNhyMUkVASLvQTOX5OWvBRU { width:16.0623125rem;height:1.600475rem;top:55.811630249024rem;left:2.2493491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHwa3xkNTtSp6Ny7rdOc8Hv62mMXoLF { display:flex;width:1.37478125rem;height:1.37478125rem;top:55.874557495118rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G6BiOZCGwt3Hu4JURFiToL6taCMyOESb { top:46.895614624024rem;left:0rem;width:20rem;height:0.0625rem;z-index:15049;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wkxqAVdy0a4A3ezml4IlpMAlBffbLqgi { width:12.4375rem;height:3.6875rem;top:19.909940242768rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eMX3AbaHKX9iCrPCN9HWeNw5mCHTHh { display:block; }
 }@media only screen and (max-width: 763px) { #CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF { display:block; }#CeXFUmb7h3Dmvl31CDemDfVwTykIgbmF > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2w2bUVoGCwPEAv7fSVbyoE5rlBpMpEf { width:20rem;height:1.055775rem;top:1.2836380004882rem;left:0rem;font-size:0.8125rem;display:block; }
 }