.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a9b70b7-ddb9-4e0a-8c39-162dbd7530a7/Untitled3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS.adaptive-delivery-prevent-bg, #mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS.lazyload, #mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS.lazyloading { background-image: none; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container { background-color: transparent; background-image: none; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container > .video-iframe-container { display: none; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row > .video-iframe-container { display: none; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .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); }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container { border-width: 0; border-radius: 0; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:75rem;position:relative;display:block; }#abKJR7JqeU7naeF8AoIpzinzFiLblFK9 { box-sizing:content-box;height:69rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#6259ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.185546875rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hgamZoeb7UoP1o0eooG3DOyiEu7qmcvG { box-sizing:content-box;height:3.061525rem;width:10.437rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.91943359375rem;left:32.281494140625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GT7nxFmFJ7OOsuGQZaNJqX55ehqedhE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.7495125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4345703125rem;left:34.625244140625rem;height:2.03125rem;display:block; }
#JftaMULl7Fez6cuGsZvMkci15CA4d9Qf { color:#ffffff;display:block;width:70.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9365234375rem;left:2.46875rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UbF2RECPaZQuSLL9MyTi7B8NPgKTCTvS { color:#000000;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:21.875rem;left:6.375rem;height:1.6625rem;text-align:center;text-align-last:center;display:block; }
#f68QkFWW1uGqaULb44N7Lk20xtziT3uV { box-sizing:content-box;height:4.624025rem;width:14.812rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:56.625rem;left:30.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#p0Bh3Q4z05h96Qdp0SO19Nq5lqNAgxW6 { 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:2.8125rem;width:2.8125rem;top:57.625rem;left:31rem;overflow:hidden;display:block; }
#W9HpyPbPHea1RXkU49uwTmgDTfxIKTgn { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:57.25rem;left:34.8125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#NKExQIvKnxIAEhTlsDG79TM1sTRHFILS { box-sizing:content-box;height:4.624025rem;width:14.812rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:56.625rem;left:13.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RLSlpWICq9vUirvrxo2DiG6ggmOKtyBc { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:57.625rem;left:14.375rem;overflow:hidden;display:block; }
#mqtu8wwdsE98cpm7txmGnRQkv0s2uIaq { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:57.25rem;left:18.1875rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#RLFl1tRiW59eB9Nh2coRJRZ0WcF0JK3Q { box-sizing:content-box;height:4.624025rem;width:14.812rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:56.625rem;left:46.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g4qbfnRtitydcZEhMNUq9zgWqWwf0JoO { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:57.625rem;left:47.5rem;overflow:hidden;display:block; }
#vhdPEv5sqtpbtGoWJO9KvrzasOP8Ttkb { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:57.25rem;left:51.3125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#lgbrdw2rMTbFpEC2VewRMlZknRW28o73 { background-color:transparent;background-image: -webkit-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -moz-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -ms-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -o-linear-gradient(59deg, #0055fe, #3e1bc9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );";background-image: linear-gradient(59deg, #0055fe, #3e1bc9);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:5.4370125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:63.125rem;left:19.1875rem;display:block; }
#H6LGKR0WI9oyZiHJnm7SGHU22whra2uO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pP0xsBcJTS5AJBfSll2cHrLJkHxTxFgS { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.75rem;width:56.6875rem;top:24.675000004471rem;left:9.405468940735rem;overflow:hidden;display:block; }
#iIbKKoCapMViVHwHKaUCPKPKhsXMgQqi { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.9375rem;left:25.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#BJ9dCMmPrWhUcbZ76Z8wqTFlRuHUeJqA { color:#000000;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.9375rem;left:51.3125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#iJF3cmoeo0EBT0lhfbzaLdFz7HHFW28x { box-sizing:content-box;height:2.75rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:6.3125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#SPVCbRkgHRAiBRQqqKSXSUOkatXWqKHy { box-sizing:content-box;height:2.75rem;width:24.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:25.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#IxrTnPx2py5XnhyPR3T3wm7c86ysdcHO { box-sizing:content-box;height:2.75rem;width:22.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:51.3125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b825493-332a-4a46-aef8-c6dbaa45be40/Untitled3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ.adaptive-delivery-prevent-bg, #mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ.lazyload, #mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ.lazyloading { background-image: none; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container { background-color: transparent; background-image: none; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container > .video-iframe-container { display: none; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row > .video-iframe-container { display: none; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .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); }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container { border-width: 0; border-radius: 0; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#ZsZk4gU2zUS40RPgBSm2H5WxewBAeKH3 { color:#000000;display:block;width:70.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.93603515625rem;left:2.46826171875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuPmHZB8ApWZzPn7T9cbVvTIvJPwXh9B { box-sizing:content-box;height:6.4375rem;width:14.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #6259ff ;border-top:0.125rem solid #6259ff;border-left:0.125rem solid #6259ff;border-right:0.125rem solid #6259ff;border-bottom:0.125rem solid #6259ff;top:11.6875rem;left:21.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gt8QZS4Ql4BBhhDOZU8F79DAO4gmswQh { color:#000000;display:block;width:14.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8A3LcMVdyvc2x2D20Dzq7gMVcLR9gvQ { color:#3e1bc9;display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.375rem;left:22.125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#bEUOZmsdU7mD2tb8ulb7vz7vmUTTd1TO { box-sizing:content-box;height:6.4375rem;width:14.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #6259ff ;border-top:0.125rem solid #6259ff;border-left:0.125rem solid #6259ff;border-right:0.125rem solid #6259ff;border-bottom:0.125rem solid #6259ff;top:11.6875rem;left:3.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VkNs81tWppbk98LescVC6Z1w9XNMywe8 { color:#000000;display:block;width:14.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMeAwKEaWf8bdce4RrCrdIPmptLoau91 { color:#3e1bc9;display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.375rem;left:4.3125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#GtH4egg3NHO6XUzMCMeaRs3kmtZVwA9C { box-sizing:content-box;height:6.4375rem;width:14.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #6259ff ;border-top:0.125rem solid #6259ff;border-left:0.125rem solid #6259ff;border-right:0.125rem solid #6259ff;border-bottom:0.125rem solid #6259ff;top:11.5625rem;left:56.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TLkPJTO4TalGqduc9Xknqa8fBzQTaZiA { color:#000000;display:block;width:14.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.000000953674rem;left:57rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kONlc5yMcCMMsUqgLtQmTB0fTfHuXoTB { color:#3e1bc9;display:block;width:13.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:14.875rem;left:57.7177734375rem;height:2.85rem;text-align:center;text-align-last:center;display:block; }
#FlMNNu4mnT4kDRm9pi3XNkFvVXd5ghx5 { box-sizing:content-box;height:6.4375rem;width:14.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #6259ff ;border-top:0.125rem solid #6259ff;border-left:0.125rem solid #6259ff;border-right:0.125rem solid #6259ff;border-bottom:0.125rem solid #6259ff;top:11.5625rem;left:39rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#t4R54pMq2h07Lm7z3nqHppKQqbWFS8ml { color:#000000;display:block;width:14.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.875000953674rem;left:39.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUylpWz58mkfzl0ocWtOnNu8BOnWUpB5 { color:#3e1bc9;display:block;width:13.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:14.875rem;left:39.9052734375rem;height:2.85rem;text-align:center;text-align-last:center;display:block; }
#Jmda3gVHeoFSvILOAkNnTrXHhTUDTUhF { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.125rem;top:19rem;left:1.3804683685302rem;overflow:hidden;display:block; }
#H3pKmUTCDFJNDZetl1c1FbbUtVwTXfCI { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.125rem;top:19rem;left:19.192969322204rem;overflow:hidden;display:block; }
#nAhe3aQZhw7JLVPBxig7k1ZeNnDyOJev { position:absolute;display:block;z-index:15021;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:19.125rem;width:19.125rem;top:19rem;left:36.943749427796rem;overflow:hidden;display:block; }
#NOR6e1m4UR6OUmGOBdwq6KgqKPEJpxbs { position:absolute;display:block;z-index:15022;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:19.125rem;width:19.125rem;top:19rem;left:54.756249427796rem;overflow:hidden;display:block; }
#gemVeyrkSsL18fcBkazA45Z3X2mcanGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container { background-color: transparent; background-image: none; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container > .video-iframe-container { display: none; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row > .video-iframe-container { display: none; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .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); }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container { border-width: 0; border-radius: 0; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#T1H8qBP0nSdJpefckbIiT76I2lQKnIKQ { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.060546875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EebWrp5cZML8Z1kaLQMswpe62bfQINHh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.25rem;width:23.25rem;top:7.3271484375rem;left:25.875rem;overflow:hidden;display:block; }
#ZyiT8oATUZ11ttu2dqDf0aZ3NfobnI0T { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.25rem;width:23.25rem;top:7.3271484375rem;left:0.84375rem;overflow:hidden;display:block; }
#dNuqgMgdgLQ28Ai2wnqFNAE30kvVRFyK { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.25rem;width:23.25rem;top:7.3271484375rem;left:51.09375rem;overflow:hidden;display:block; }
#z6hEBbdshWXf2daBE7VZEZZiEgWqFeLX { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.25rem;width:23.25rem;top:32.4375rem;left:38.9365234375rem;overflow:hidden;display:block; }
#LK8zExRbthEqOz3VsXUu3IPOMCrZQpV3 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.25rem;width:23.25rem;top:32.4375rem;left:12.8896484375rem;overflow:hidden;display:block; }
#T6lh3NbUkcydGXIbLh0weSDlSzmqhSJH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.25rem;width:23.25rem;top:7.9521484375rem;left:26.5rem;overflow:hidden;display:block; }
#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6259ff;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; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container { background-color: transparent; background-image: none; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container > .video-iframe-container { display: none; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row > .video-iframe-container { display: none; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .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); }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container { border-width: 0; border-radius: 0; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container { font-size:0.875rem;font-family:arial;height:98.0625rem;width:75rem;position:relative;display:block; }#WPBqiUZL85nt8A5GQI7ar8wNZX5HEfpC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.560791015625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXZuCm2erWyk4UeyK8eODufkPaufMo7Q { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.3125rem;width:21.3125rem;top:10.4375rem;left:1.25rem;overflow:hidden;display:block; }
#kZTJzopsBiHQADBFVsiU7ieh64HQWcN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:32.875rem;left:1.25rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#JFDTBeJAC437xLif4krW8W5p9Kx05hmu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:37rem;left:1.25rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoD6Ru6OaER87wqyUMWdvwxQDOeW2cgb { box-sizing:content-box;height:34.375rem;width:23.6875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.25rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ynrQxrPKLkPvgJ0yORE8DMItLUauNZx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:37rem;left:52.5625rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIlAhIn5mPH3euTw5WOQIHJJTDRQ2ohs { box-sizing:content-box;height:34.375rem;width:23.6875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.25rem;left:51.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wDcoy3KIXVC1IlIdF7L9StrsuGiN0EOc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:32.875rem;left:52.5625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#bBklczWJH1GCoLAOVKPtSGM7okx9U4rt { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.3125rem;width:21.3125rem;top:10.4375rem;left:52.5625rem;overflow:hidden;display:block; }
#f9qPcThNomRH1HouPbAkgRVxMhJ8tGME { box-sizing:content-box;height:34.375rem;width:23.6875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.25rem;left:25.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LQmhAn5z42Z8GoowhHZGNsn6nibBL89r { color:rgba(var(--color-tertiary-4),1);display:block;width:21.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:37.0625rem;left:26.9375rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hF8k50H1UtuuNNqhRMrCcfQQiTlIHaD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:32.875rem;left:26.8125rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#Vvxh9qFNTkxheTXKXbkTpORUzfoWTAZF { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.3125rem;width:21.3125rem;top:10.4375rem;left:26.8125rem;overflow:hidden;display:block; }
#pN4xXASLM8JwCtXCQDJQxKxzhbhmgHyc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:73.4375rem;left:26.9375rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hs6UPIgPph5DzsmW9AWV3fpVoI4R2mQR { box-sizing:content-box;height:34.375rem;width:23.6875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:45.6875rem;left:25.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#l9RFIAruqP3DGNRsVnp92zkp3bTXkhkX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:69.3125rem;left:26.9375rem;height:;text-align:center;text-align-last:center;display:block; }
#byMdSFyRUW0TSL2KFQX4SqCOZeoAbxuU { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.375rem;width:21.375rem;top:46.875rem;left:26.9375rem;overflow:hidden;display:block; }
#Bv46GQbwGBUO5dDJPmRr7IZLbBmwuP2Q { box-sizing:content-box;height:34.375rem;width:23.6875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:45.6875rem;left:51.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#zLyTA8ic5Xo9lfxZ4JJQ1h5yZRrApnse { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.375rem;width:21.375rem;top:46.875rem;left:52.4375rem;overflow:hidden;display:block; }
#cXXWvMG1Th8awAwiri2U71O6MCofsCs9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:69.375rem;left:52.46875rem;height:;text-align:center;text-align-last:center;display:block; }
#e2E9G4PATiz4TdysVqBwfNQ3CQSfOqHL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:73.5rem;left:52.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyTASdTBJebPuwses36cqkeAPa51CUGi { box-sizing:content-box;height:34.375rem;width:23.6875rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:45.6875rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#FKDoWcT4L9NcHQdLMHk8C2uN4TfUGQCm { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.375rem;width:21.375rem;top:46.875rem;left:1.25rem;overflow:hidden;display:block; }
#WDAEzFZISdaZSMyI4JLUlTBTFa5IDqcq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:69.375rem;left:1.28125rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#eNqFZfGT2uAogKZbwU9Tn11n89UhhKxw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:73.4375rem;left:1.375rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4TKg91F7EaWeQcSTV254tTktBtpp9nr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:81.75rem;left:0rem;height:2.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPNoZfby9XAsty2nkdJWcMz5WnOQDeHb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:84.40625rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAndEB8dDlHrFPLTcn5dbhxHyzswuIC3 { background-color:transparent;background-image: -webkit-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -moz-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -ms-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -o-linear-gradient(59deg, #0055fe, #3e1bc9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );";background-image: linear-gradient(59deg, #0055fe, #3e1bc9);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:5.436525rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:89.5009765625rem;left:19.0625rem;display:block; }
#MSgJE6zCEFeO5mJFishE0iRNCJzG33t5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeedff;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; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container { background-color: transparent; background-image: none; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container > .video-iframe-container { display: none; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row > .video-iframe-container { display: none; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .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); }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container { border-width: 0; border-radius: 0; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#obBhuSyeNS0FIJRgaCqMJzFH5vQZyfKr { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.623046875rem;left:0rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5cZGPNsoWqC9GWTnmXmV7xTH2hJGxNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:16.5625rem;left:1.375rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rh2Uh5EqnokvudaKVAkLRddFD7NXaFJP { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:11.8125rem;left:1.375rem;overflow:hidden;display:block; }
#Ik9XVsb6Pn5rpgBX0SF5OL5lIKWkGLTC { box-sizing:content-box;height:12.75rem;width:23.6875rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rg8Cb0caWFw32TTpu8a27DTkUWyZF7ho { box-sizing:content-box;height:12.75rem;width:23.6875rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.625rem;left:51.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hqxz8QzwL0latueBg0PXfutygv88Vstf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:16.5625rem;left:52.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRo6vd9nA5HefNOtDEmNp9rtBChB5kk5 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:11.8125rem;left:52.6875rem;overflow:hidden;display:block; }
#tUWQ0hhoIe3RTE6t9uc4wIcE6sPVPZSK { box-sizing:content-box;height:12.75rem;width:23.6875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.625rem;left:25.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#C1CMs5sTQMLZ2kokVx6i1K7rZ9UPg7ov { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:16.5625rem;left:27.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVdKkUnk2wdXeg3iXPSBbJVLKoW4XpgT { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:11.8125rem;left:27.0625rem;overflow:hidden;display:block; }
#No9qohMaTFsGJugSUZbuodeZGi8SuEb0 { box-sizing:content-box;height:12.75rem;width:23.6875rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.125rem;left:38.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZLsu2WVgGFVQwBZmcf6vWsyafkDrJBnC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:31.0625rem;left:39.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6dGtTVfgqBMoWhD5K7VhbT3AqylgkkF { box-sizing:content-box;height:12.75rem;width:23.6875rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.125rem;left:12.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#qlBanWGZrWdhBcIPQxyIMqI2E1FXcX64 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:31.0625rem;left:14.25rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TI0OISHx0p9iNaZQnfE9f28bEdU6GkJq { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:26.3125rem;left:39.875rem;overflow:hidden;display:block; }
#B25zFDmc6L88NA91pqJgizoLsSUqDR6E { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:26.3125rem;left:14.25rem;overflow:hidden;display:block; }
#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy { position:relative;display:block; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy { background-color: transparent; background-image: none; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row .container > .video-iframe-container { display: none; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row > .video-iframe-container { display: none; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .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); }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy { border-width: 0; border-radius: 0; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:73.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vs9HzpPEv6TPwyiwFdHGI3HV7oct3LDo { box-sizing:content-box;height:67.3125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#6259ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.873046875rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uq5z7nyiTJoqKtN9zvRfE03cqNbN0i37 { color:#ffffff;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.310546875rem;left:2.53125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1omTmXtoAoRloTSkAezqhkyFMLygDrZ { box-sizing:content-box;height:37.9375rem;width:32.1875rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.8125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uXM7xeKlfyi265puLwEBRTTCNbQ5vvqT { box-sizing:content-box;height:38rem;width:32.1875rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.8125rem;left:38.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IQ9kTMww84uAb6ddEVTbtXw8lKTaC263 { box-sizing:content-box;height:9.0625rem;width:29.625rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #6259ff;border-left:0.125rem solid #6259ff;border-right:0.125rem solid #6259ff;border-bottom:0.125rem solid #6259ff;top:19.25rem;left:5.21875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dwwb2FQIM0KUQHedeROOdzmnpc3wcRWM { color:#000000;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:20.0625rem;left:9.15625rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSrFqqlSh72uSSNC2h2kCIF387mw9RwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:25.537109375rem;left:5.15625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqWJvMtaF7JQDA41hdJSy9Et5vM1Hx0J { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.6;letter-spacing:0;top:29.849609375rem;left:5.15625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CF4ZOENiQPGTnSFZs1rlFLGrDGNMy9km { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.6;letter-spacing:0;top:32.2001953125rem;left:5.15625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7RP4OWvThkqngmhLq3T4xBg7KIDXliv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.6;letter-spacing:0;top:34.474609375rem;left:5.15625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xdCqU7aHBZLd6wuMP7wrMf6O3kpLpZdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:39.1875rem;left:5.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T05BaRtKHtmx2OvJkMgmeTGW5DMdisNW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:36.9375rem;left:5.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PLL5R8lmmWgMqfTqz3icGG41hNTZ7gNu { color:#f5826e;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:49.875rem;left:5.15625rem;height:4.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h1kome6eVdEDVGBWcTpo0JJo3aEspgAl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.6;letter-spacing:0;top:46.25rem;left:5.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1hLhGlFffU4UmsKLHeP8JN6vwk6krkv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:43.8125rem;left:5.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u3H7zhmazosoNzi7KIO98zHE67ZHiKcC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:41.5625rem;left:5.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITyJOyk9dORngzGZxUEVTq71n52gEfo1 { box-sizing:content-box;height:9.0625rem;width:29.625rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #6259ff;border-left:0.125rem solid #6259ff;border-right:0.125rem solid #6259ff;border-bottom:0.125rem solid #6259ff;top:19.25rem;left:40.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZGiGRw6ALh5NAMsOprtl3mocoscLEGO3 { color:#4e21ff;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:20.0625rem;left:44.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sS0USH8nJ546ZevRQAGTBMZLqHsD7nUm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.6;letter-spacing:0;top:25.5625rem;left:40.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EO2S5Fgny0HaKvswRZR9Ad7JPnsWGcVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.6;letter-spacing:0;top:29.84765625rem;left:40.15625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZaXxbGg4hn7tSQBLNVhJQCMqgFNHv4I { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.6;letter-spacing:0;top:32.2001953125rem;left:40.15625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDKcJil6QJGmgnEBV1pT8g59P0QrsEhR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.6;letter-spacing:0;top:36.5rem;left:40.15625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HqoxK0qKQ4Q5CI1EvOfxTuNDG5Q8pyIF { color:#1d9d00;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:49.875rem;left:40.15625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fF7QgRdZRpaGlVefIoLT97SuHyVCOp3v { color:#ffffff;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:57.748046875rem;left:2.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSQbnRwfOPQsQgK4gU8RN0VF3x0puVxe { color:#ffffff;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:64.4375rem;left:4.21875rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a9b70b7-ddb9-4e0a-8c39-162dbd7530a7/Untitled3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q.adaptive-delivery-prevent-bg, #uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q.lazyload, #uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q.lazyloading { background-image: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container { background-color: transparent; background-image: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container > .video-iframe-container { display: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row > .video-iframe-container { display: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .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); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container { border-width: 0; border-radius: 0; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container { font-size:0.875rem;font-family:arial;height:84.6875rem;width:75rem;position:relative;display:block; }#a6foN1NDNwIXaktm0woxPHWfobPKDR2u { color:#000000;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.498046875rem;left:2.53125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSQCkWhKRxqpMItsOXysQqw0KwQFI2C7 { color:#000000;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:9.1875rem;left:4.21875rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqH8nyL0zlf9lOa1OPWsOIfcyXaWOWi2 { color:#000000;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:13.5rem;left:2.53125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVkHw4cQZoyU7cd6szGmWhig7IptfN1C { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:29.9375rem;top:16.9375rem;left:6.71875rem;overflow:hidden;display:block; }
#KNUSQukyLRsyoCTqwsu0PXB2yEvChiRg { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:29.9375rem;top:16.9375rem;left:38.40625rem;overflow:hidden;display:block; }
#ILWCNzOPB5sKwUaMnz1gMq6nF5LpChw4 { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:29.9375rem;top:48.8125rem;left:38.375rem;overflow:hidden;display:block; }
#JLnkJaV0uQPfleoRDEuz5mpUC1vtxhlO { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:29.9375rem;top:48.8125rem;left:6.6875rem;overflow:hidden;display:block; }
#FcqerrxydXUEmL3p9NB6G9mghagm9VrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeedff;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; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container { background-color: transparent; background-image: none; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container > .video-iframe-container { display: none; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row > .video-iframe-container { display: none; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .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); }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container { border-width: 0; border-radius: 0; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#VdHkAoVesfPeZpbga4SRIRbsscDFbsAy { color:#000000;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.685546875rem;left:2.53125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrXsk0ycaUxkIlrG7vUzowQVO0xSfxgA { box-sizing:content-box;height:5.3125rem;width:32.25rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:10.434894561767rem;left:4.14453125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#fHMp1lzc1aNpDTLPm5RyA5m7uHThf5OE { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:11.3603515625rem;left:8.375rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rw56b8nCWfsJx7tSp8T3C5ZvIy9xyZnk { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:11.87890625rem;left:5.34375rem;overflow:hidden;display:block; }
#eMXa9p9OWrfyceiGq6RdDlgpfBUVxSFt { box-sizing:content-box;height:5.3125rem;width:32.25rem;position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:10.5625rem;left:38.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RXF8HZlG4xefdUfyG0ko4PU6I0mWdDeS { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.6;letter-spacing:0;top:11.5rem;left:43.125rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EF89e4OZ2N4PZIVW6BJPTXCstMxH1NUk { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:12rem;left:40.0625rem;overflow:hidden;display:block; }
#iU1yhmlnKbfX7pLM1xeeCldLbMHwfe5T { box-sizing:content-box;height:5.3125rem;width:32.25rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:17.9375rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZnnCXEhlaqgOSD5qpKTx6me3dXz6u4wk { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:18.875rem;left:43rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S17cAhIZa1MCabmhVGZG7TWtTVuQrVzn { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:19.375rem;left:39.9375rem;overflow:hidden;display:block; }
#AH0lyIGZf911DxubcNHqSkZ4LtqzKOFt { box-sizing:content-box;height:5.3125rem;width:32.25rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:17.8125rem;left:4rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hcuQ0LsqhgMnp9v6WTST5TUCZ7vRxhm7 { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:18.75rem;left:8.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PgyNp1a3vrkfrWtkQp67v1MJhMr8pZpZ { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:19.25rem;left:5.25rem;overflow:hidden;display:block; }
#CiLux1FStXRzWLrdd7TWyMyFbM8VtmSe { box-sizing:content-box;height:5.3125rem;width:32.25rem;position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:25.0625rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QJhX9tgwWXIpdt9aNxNhIEvOFoUVmVam { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:26rem;left:43rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMvk5Kq1SskfonKqBxyf0VTK53OdgRR6 { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:26.5rem;left:39.9375rem;overflow:hidden;display:block; }
#xhHOByS89SJEwJXx5hgz03DpnvzaFIzG { box-sizing:content-box;height:5.3125rem;width:32.25rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:24.9375rem;left:4rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hxQcGASNF69nCvvD3qL4dTCTiS6FbBLA { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:25.875rem;left:8.25rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bCKqone9BFS5yVbK23scvgtTInQ1scG2 { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:26.375rem;left:5.1875rem;overflow:hidden;display:block; }
#lI9qdZaepTImwsFpul2TZ8lsB3NbX97U { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:7.6875rem;top:33rem;left:32.625rem;overflow:hidden;display:block; }
#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container { background-color: transparent; background-image: none; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container > .video-iframe-container { display: none; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row > .video-iframe-container { display: none; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .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); }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container { border-width: 0; border-radius: 0; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container { font-size:0.875rem;font-family:arial;height:79.375rem;width:75rem;position:relative;display:block; }#LnP136QhZTg6dsTv2P2R07PlpCX0L5no { color:#000000;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.998046875rem;left:2.53125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSNaqoA5m9E26xObMdbsZEp5O9ng1s5v { box-sizing:content-box;height:15rem;width:59.6875rem;position:absolute;display:block;z-index:15067;background-color:#6259ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.75rem;left:7.53125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#S6yZETwOzc0c7tCKwHDFCR47oQ9eouid { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:9.560546875rem;left:9.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cnGROZQSRNHOAo3GKz5XG4TpNOITEB1u { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:13.216796875rem;left:9.75rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1PkNyxrWB5WcSG8T0wCDg0atSwuOyqJ { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:15.443359375rem;left:9.75rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#minEu4K0luRd3NCcr4RvrfDKvxTCGktL { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:17.755859375rem;left:9.75rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqZVJTPTJrvknAXGwEKs0OiHAMafmsAs { position:absolute;display:block;z-index:15079;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:15.125rem;width:23.125rem;top:7.75rem;left:41.880886707611rem;overflow:hidden;display:block; }
#dH2rh6X2GRSz8zz6RsuqpaTyLAPo62ve { box-sizing:content-box;height:15rem;width:59.6875rem;position:absolute;display:block;z-index:15073;background-color:#6259ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:24.9375rem;left:7.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#EZw5S8QbVIi1Wf8qglzMvMiJMySedLM2 { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.6;letter-spacing:0;top:35.6875rem;left:9.8125rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNyCZnl8Mqp0fOSgCTSWIO6isk53UBBe { position:absolute;display:block;z-index:15085;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:17.0625rem;width:20.5625rem;top:23.90625rem;left:43.162109375rem;overflow:hidden;display:block; }
#Cdxi2gFdgx2WZQXsbuhBZRWF8dgLCbUN { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.6;letter-spacing:0;top:33.375rem;left:9.8125rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PE2LUxMdt6q8wNA6znBJuXms1iMxBcLd { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:31.125rem;left:9.8125rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gD1JFqUb9MKSSOqCAzB5AfQ5VI9sFbrl { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:26.875rem;left:9.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d9pQI3kSTu3B89ZUQT24u920eUicMNRe { box-sizing:content-box;height:15rem;width:59.6875rem;position:absolute;display:block;z-index:15079;background-color:#6259ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:42rem;left:7.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#N1efQTExeRmofZuBrwFGudMazhqCCL9W { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:44rem;left:9.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SE5zlPGk76oxHainXUrbSKERqfTPtt0T { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:48.1875rem;left:9.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkTQ2dO7HT6khrr9Uopqhw3bcEree8li { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:50.4375rem;left:9.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toNhSuOx2larBqwHc5pkQykptMhWrkLv { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:52.75rem;left:9.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVngDFVDAMEeKBILUO1yLz7JZan7BtA4 { position:absolute;display:block;z-index:15091;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:17rem;width:20.4375rem;top:41rem;left:43.125rem;overflow:hidden;display:block; }
#l64rqglvf4dX9uzN70QUZVVTNtfqlSWW { box-sizing:content-box;height:15rem;width:59.6875rem;position:absolute;display:block;z-index:15085;background-color:#6259ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:59.125rem;left:7.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HrnwZuDsNnutxbAnuGJDH0ra91nvaKLD { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:61.0625rem;left:9.625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sUMgQvOANDxfxPXtCBPhW0yXu45m42Jx { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:65.3125rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xvd6xNpaK4TqQ7hNKblS2Id5wGufqwyq { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:67.5625rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FP8QizGKRilKnRhW11fRydPURd3Wc0O7 { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:69.875rem;left:9.6875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sopqK6Eq7n2Z5yXox0MdLtzrVnvcvWA9 { position:absolute;display:block;z-index:15097;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:15.8125rem;width:19.0625rem;top:58.71875rem;left:43.912109375rem;overflow:hidden;display:block; }
#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a9b70b7-ddb9-4e0a-8c39-162dbd7530a7/Untitled3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM.adaptive-delivery-prevent-bg, #r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM.lazyload, #r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM.lazyloading { background-image: none; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container { background-color: transparent; background-image: none; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container > .video-iframe-container { display: none; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row > .video-iframe-container { display: none; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .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); }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container { border-width: 0; border-radius: 0; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#Qb4Utrnwkqipqrey9CT9PcdXZA4yHWWP { box-sizing:content-box;height:45.5rem;width:74.4375rem;position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.375rem 0rem rgba(108,88,252,0.98) ;border-top:0.125rem solid #6c58fc;border-left:0.125rem solid #6c58fc;border-right:0.125rem solid #6c58fc;border-bottom:0.125rem solid #6c58fc;top:3.28125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Ogsr29sMN1WKXKZHt32XmgIixNaZD67l { color:#000000;display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:7.060546875rem;left:2.40625rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i1VfLTw7Q9ImclmHzpMQvVZPvukOslAS { position:absolute;display:block;z-index:15098;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:39.4375rem;width:39.4375rem;top:7.060546875rem;left:35.4375rem;overflow:hidden;display:block; }
#TQkI1Mi53v8ZB2DyqIKduiMxbu9N0xzJ { position:absolute;display:block;z-index:15099;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.0625rem;top:15.685546875rem;left:2.40625rem;overflow:hidden;display:block; }
#ABSiXrRCZJ2CuN5WnIkSlo7h4QqZU8rS { color:#000000;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:19.5rem;left:2.40625rem;height:19.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXVzM4kUGZlyFIx9KdcRp5pK1IFulsVp { background-color:transparent;background-image: -webkit-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -moz-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -ms-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -o-linear-gradient(59deg, #0055fe, #3e1bc9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );";background-image: linear-gradient(59deg, #0055fe, #3e1bc9);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:5.436525rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:41.3134765625rem;left:2.40625rem;display:block; }
#BTTJyozBG8X1uEvwHlHImIXidpnxmeRm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeedff;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; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container { background-color: transparent; background-image: none; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container > .video-iframe-container { display: none; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row > .video-iframe-container { display: none; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .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); }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container { border-width: 0; border-radius: 0; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#TKTO9zNuUbxGHDEilkHbV1dfwWocHKkl { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.685546875rem;left:2.6875rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SGyaob2HOtV2EDoRmxakUItaoaLorrw5 { background-color:transparent;background-image: -webkit-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -moz-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -ms-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -o-linear-gradient(59deg, #0055fe, #3e1bc9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );";background-image: linear-gradient(59deg, #0055fe, #3e1bc9);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:5.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:11.6884765625rem;left:1.78125rem;display:block; }
#OPqeKPLLF3fJvuNfabsSbqT3vWOlB65h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.33) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.6;overflow:hidden;height:auto; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-trigger.adaptive-delivery-prevent-bg, #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-trigger.lazyload, #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-trigger.lazyloading { background-image: none; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA { box-sizing:content-box;height:auto;width:35.875rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15102;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.685546875rem;left:39.09375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #FXHTy3HwdWqkdu3Qm0NdasHITCpGWQrL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #Ui18PT9RDWxdDHB6uPDVxfS1OPwroHO8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #WanfNnqrUdqTB8De31QC9ofMpMttIE45 { display:block;position:relative; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #KW1KbMzVGCkLTToLtRndHggHGl23kdJE {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #csOgRo62UB50OeiRUS6GZ4426EzVgoG2 {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #vdOPDF0xRPPs45xPpyAa3hHAczQzaSP2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #IsuCwxSADDi1QLb71DRrg8y7AZWLzTos { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #q6LriUraBEfqEhMcwnThL14U3cJ0I9eV { display:block;position:relative; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #lZ0VWTR4abHIibIFBbxEZCAeduuJXwsA {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #itnzdx5Go5g98ALHIa5797Z3wBalz1PO { display:none; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #y9kzCdefcSvyUGcApnlVdlGWil8M98nE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #Cfi82GARbf0eQ0Kr5cvhqlWr4R95IdAz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #kBlDh0cchIHHIdNlpn1OSrXDyy89Lr4l { display:block;position:relative; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #PQqa4aw6D5n7WMrqgqXi4Jsw9VqloUtl {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #OAuIxM5qUfTxux0ZrDqIBtAAFKLcRT9H { display:none; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #ZTNwbNdb9yxvcUEGWVk4TzrtBhBcq9va { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #QDJX7CZSdnxKc7iV0DsLCWTJbcraCl7P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #c0naJXg6J2Vi1bCcd0T3qUP8TDBe4ZyA { display:block;position:relative; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #xlm4LCJKTWJLRO7blQwqrgoTO4KnTS1w {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #xB79T0vTTtmT8qcy9B6NyUZJr3HEMqUE { display:none; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #TmTJ2yyTUtQghaMT60oseQ4UeKmi9Ma3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #UCWBUNAMRseVXT9MeyxmX3UO7TzSpcdz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #z209hgUc9m9vovQdLTzw7BfPPMJe0Idh { display:block;position:relative; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #F6qRoGbzfWm0Dy1wV71751hK23k93vLF {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #gFo0S16wTkKlAtWv8GFcV1TiQApeRXxW { display:none; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #kBKPTyvk6ZXGZvan3ywyWtE97gebavuw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #EoWukr2SH3ydZWZZDk25v7dyLkSAbqgh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #i7lFqlAZpgT695Th7zpQoJxBDnzrmG9Q { display:block;position:relative; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #tXwJBG3f0hRv3hdVPeTQ4UmCFNvx1vI9 {  }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #aLMGVRB7X4J45Xxv4OSTQSMLz7waTLUD { display:none; }
#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#431dcc;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container { background-color: transparent; background-image: none; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container > .video-iframe-container { display: none; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row > .video-iframe-container { display: none; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .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); }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container { border-width: 0; border-radius: 0; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#JE3p4LVGdhrR8incgGtz0RhAuTqmJpvT { background-color:transparent;background-image: -webkit-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -moz-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -ms-linear-gradient(59deg, #0055fe, #3e1bc9);background-image: -o-linear-gradient(59deg, #0055fe, #3e1bc9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055fe', endColorstr='#3e1bc9' );";background-image: linear-gradient(59deg, #0055fe, #3e1bc9);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:1.125rem;left:61.75rem;display:block; }
#PgX4EUIOlku3TITVK5TCglnE6bvpTB1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0xLrTsqlxPQ3m3K74wC9mv92saK0PRw { color:#fbfbfb;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:3.5625rem;left:1.125rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNiD0rGuI0N9pcT67I12ENKsu4f97X2P { color:#e10c0c;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:0.8125rem;left:1.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS { display:block; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abKJR7JqeU7naeF8AoIpzinzFiLblFK9 { top:3.125rem;left:0rem;width:47.75rem;height:69rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgamZoeb7UoP1o0eooG3DOyiEu7qmcvG { top:4.875rem;left:18.656494140625rem;width:10.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7nxFmFJ7OOsuGQZaNJqX55ehqedhE3 { top:5.375rem;left:21.000244140625rem;width:5.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JftaMULl7Fez6cuGsZvMkci15CA4d9Qf { top:8.875rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbF2RECPaZQuSLL9MyTi7B8NPgKTCTvS { top:21.875rem;left:0rem;width:17rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f68QkFWW1uGqaULb44N7Lk20xtziT3uV { top:56.625rem;left:16.625rem;width:14.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Bh3Q4z05h96Qdp0SO19Nq5lqNAgxW6 { top:57.625rem;left:17.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9HpyPbPHea1RXkU49uwTmgDTfxIKTgn { top:57.25rem;left:21.187500953674rem;width:9.6875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKExQIvKnxIAEhTlsDG79TM1sTRHFILS { top:56.625rem;left:0rem;width:14.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLSlpWICq9vUirvrxo2DiG6ggmOKtyBc { top:57.625rem;left:0.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqtu8wwdsE98cpm7txmGnRQkv0s2uIaq { top:57.25rem;left:4.5624990463257rem;width:9.6875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLFl1tRiW59eB9Nh2coRJRZ0WcF0JK3Q { top:56.625rem;left:32.75rem;width:14.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4qbfnRtitydcZEhMNUq9zgWqWwf0JoO { top:57.625rem;left:33.875rem;width:2.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhdPEv5sqtpbtGoWJO9KvrzasOP8Ttkb { top:57.25rem;left:37.687500953674rem;width:9.6875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgbrdw2rMTbFpEC2VewRMlZknRW28o73 { width:36.875rem;height:5.375rem;top:63.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6LGKR0WI9oyZiHJnm7SGHU22whra2uO { display:block; }
 }@media only screen and (max-width: 763px) { #pP0xsBcJTS5AJBfSll2cHrLJkHxTxFgS { top:24.625rem;left:0rem;width:47.75rem;height:26.74421168688rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIbKKoCapMViVHwHKaUCPKPKhsXMgQqi { top:21.9375rem;left:11.4375rem;width:24.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ9dCMmPrWhUcbZ76Z8wqTFlRuHUeJqA { top:21.9375rem;left:25.5rem;width:22.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJF3cmoeo0EBT0lhfbzaLdFz7HHFW28x { top:21.3125rem;left:0rem;width:17.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVCbRkgHRAiBRQqqKSXSUOkatXWqKHy { top:21.3125rem;left:11.4375rem;width:24.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxrTnPx2py5XnhyPR3T3wm7c86ysdcHO { top:21.3125rem;left:25.5rem;width:22.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ { display:block; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsZk4gU2zUS40RPgBSm2H5WxewBAeKH3 { top:1.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPmHZB8ApWZzPn7T9cbVvTIvJPwXh9B { top:11.6875rem;left:7.625rem;width:14.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt8QZS4Ql4BBhhDOZU8F79DAO4gmswQh { top:12.4375rem;left:7.8125rem;width:14.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8A3LcMVdyvc2x2D20Dzq7gMVcLR9gvQ { top:15.375rem;left:8.5rem;width:13.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEUOZmsdU7mD2tb8ulb7vz7vmUTTd1TO { top:11.6875rem;left:0rem;width:14.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkNs81tWppbk98LescVC6Z1w9XNMywe8 { top:12.4375rem;left:0rem;width:14.5625rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMeAwKEaWf8bdce4RrCrdIPmptLoau91 { top:15.375rem;left:0rem;width:13.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtH4egg3NHO6XUzMCMeaRs3kmtZVwA9C { top:11.5625rem;left:32.75rem;width:14.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkPJTO4TalGqduc9Xknqa8fBzQTaZiA { top:12rem;left:33.1875rem;width:14.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONlc5yMcCMMsUqgLtQmTB0fTfHuXoTB { top:14.875rem;left:34.5625rem;width:13.1875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlMNNu4mnT4kDRm9pi3XNkFvVXd5ghx5 { top:11.5625rem;left:25.375rem;width:14.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4R54pMq2h07Lm7z3nqHppKQqbWFS8ml { top:11.875rem;left:25.5625rem;width:14.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUylpWz58mkfzl0ocWtOnNu8BOnWUpB5 { top:14.875rem;left:26.2802734375rem;width:13.1875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmda3gVHeoFSvILOAkNnTrXHhTUDTUhF { top:19rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3pKmUTCDFJNDZetl1c1FbbUtVwTXfCI { top:19rem;left:5.5679693222046rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAhe3aQZhw7JLVPBxig7k1ZeNnDyOJev { top:19rem;left:23.318749427796rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOR6e1m4UR6OUmGOBdwq6KgqKPEJpxbs { top:19rem;left:28.625rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gemVeyrkSsL18fcBkazA45Z3X2mcanGO { display:block; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1H8qBP0nSdJpefckbIiT76I2lQKnIKQ { top:2rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EebWrp5cZML8Z1kaLQMswpe62bfQINHh { top:7.3125rem;left:12.25rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyiT8oATUZ11ttu2dqDf0aZ3NfobnI0T { top:7.3125rem;left:0rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNuqgMgdgLQ28Ai2wnqFNAE30kvVRFyK { top:7.3125rem;left:24.5rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6hEBbdshWXf2daBE7VZEZZiEgWqFeLX { top:32.4375rem;left:24.5rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK8zExRbthEqOz3VsXUu3IPOMCrZQpV3 { top:32.4375rem;left:0rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6lh3NbUkcydGXIbLh0weSDlSzmqhSJH { top:7.9375rem;left:12.875rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN { display:block; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPBqiUZL85nt8A5GQI7ar8wNZX5HEfpC { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZuCm2erWyk4UeyK8eODufkPaufMo7Q { top:10.4375rem;left:0rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTJzopsBiHQADBFVsiU7ieh64HQWcN0 { top:32.875rem;left:0rem;width:21.25rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFDTBeJAC437xLif4krW8W5p9Kx05hmu { top:37rem;left:0rem;width:21.0625rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoD6Ru6OaER87wqyUMWdvwxQDOeW2cgb { top:9.25rem;left:0rem;width:23.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrQxrPKLkPvgJ0yORE8DMItLUauNZx3 { top:37rem;left:26.6875rem;width:21.0625rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIlAhIn5mPH3euTw5WOQIHJJTDRQ2ohs { top:9.25rem;left:24.125rem;width:23.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcoy3KIXVC1IlIdF7L9StrsuGiN0EOc { top:32.875rem;left:26.5rem;width:21.25rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBklczWJH1GCoLAOVKPtSGM7okx9U4rt { top:10.4375rem;left:26.4375rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9qPcThNomRH1HouPbAkgRVxMhJ8tGME { top:9.25rem;left:12rem;width:23.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQmhAn5z42Z8GoowhHZGNsn6nibBL89r { top:37.0625rem;left:13.3125rem;width:21.0625rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF8k50H1UtuuNNqhRMrCcfQQiTlIHaD8 { top:32.875rem;left:13.1875rem;width:21.25rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvxh9qFNTkxheTXKXbkTpORUzfoWTAZF { top:10.4375rem;left:13.1875rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN4xXASLM8JwCtXCQDJQxKxzhbhmgHyc { top:73.4375rem;left:13.3125rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6UPIgPph5DzsmW9AWV3fpVoI4R2mQR { top:45.6875rem;left:12.0625rem;width:23.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9RFIAruqP3DGNRsVnp92zkp3bTXkhkX { top:69.3125rem;left:13.3125rem;width:21.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byMdSFyRUW0TSL2KFQX4SqCOZeoAbxuU { top:46.875rem;left:13.3125rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv46GQbwGBUO5dDJPmRr7IZLbBmwuP2Q { top:45.6875rem;left:24.0625rem;width:23.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLyTA8ic5Xo9lfxZ4JJQ1h5yZRrApnse { top:46.875rem;left:26.375rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXXWvMG1Th8awAwiri2U71O6MCofsCs9 { top:69.375rem;left:26.4375rem;width:21.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2E9G4PATiz4TdysVqBwfNQ3CQSfOqHL { top:73.5rem;left:26.625rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTASdTBJebPuwses36cqkeAPa51CUGi { top:45.6875rem;left:0rem;width:23.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKDoWcT4L9NcHQdLMHk8C2uN4TfUGQCm { top:46.875rem;left:0rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDAEzFZISdaZSMyI4JLUlTBTFa5IDqcq { top:69.375rem;left:0rem;width:21.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNqFZfGT2uAogKZbwU9Tn11n89UhhKxw { top:73.4375rem;left:0rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TKg91F7EaWeQcSTV254tTktBtpp9nr { top:81.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPNoZfby9XAsty2nkdJWcMz5WnOQDeHb { top:84.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAndEB8dDlHrFPLTcn5dbhxHyzswuIC3 { width:36.875rem;height:5.375rem;top:89.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgJE6zCEFeO5mJFishE0iRNCJzG33t5 { display:block; }
 }@media only screen and (max-width: 763px) { #TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk { display:block; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obBhuSyeNS0FIJRgaCqMJzFH5vQZyfKr { top:2.5625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5cZGPNsoWqC9GWTnmXmV7xTH2hJGxNJ { top:16.5625rem;left:0rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2Uh5EqnokvudaKVAkLRddFD7NXaFJP { top:11.8125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik9XVsb6Pn5rpgBX0SF5OL5lIKWkGLTC { top:10.625rem;left:0rem;width:23.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8Cb0caWFw32TTpu8a27DTkUWyZF7ho { top:10.625rem;left:24.0625rem;width:23.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxz8QzwL0latueBg0PXfutygv88Vstf { top:16.5625rem;left:26.625rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRo6vd9nA5HefNOtDEmNp9rtBChB5kk5 { top:11.8125rem;left:39.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWQ0hhoIe3RTE6t9uc4wIcE6sPVPZSK { top:10.625rem;left:12.0625rem;width:23.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1CMs5sTQMLZ2kokVx6i1K7rZ9UPg7ov { top:16.5625rem;left:13.4375rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVdKkUnk2wdXeg3iXPSBbJVLKoW4XpgT { top:11.8125rem;left:13.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No9qohMaTFsGJugSUZbuodeZGi8SuEb0 { top:25.125rem;left:24.0625rem;width:23.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLsu2WVgGFVQwBZmcf6vWsyafkDrJBnC { top:31.0625rem;left:26.25rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dGtTVfgqBMoWhD5K7VhbT3AqylgkkF { top:25.125rem;left:0rem;width:23.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBanWGZrWdhBcIPQxyIMqI2E1FXcX64 { top:31.0625rem;left:0.625rem;width:21.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI0OISHx0p9iNaZQnfE9f28bEdU6GkJq { top:26.3125rem;left:26.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B25zFDmc6L88NA91pqJgizoLsSUqDR6E { top:26.3125rem;left:0.625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy { display:block; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs9HzpPEv6TPwyiwFdHGI3HV7oct3LDo { top:2.8125rem;left:0rem;width:47.75rem;height:67.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq5z7nyiTJoqKtN9zvRfE03cqNbN0i37 { top:5.25rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1omTmXtoAoRloTSkAezqhkyFMLygDrZ { top:17.8125rem;left:0rem;width:32.1875rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXM7xeKlfyi265puLwEBRTTCNbQ5vvqT { top:17.8125rem;left:15.5625rem;width:32.1875rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9kTMww84uAb6ddEVTbtXw8lKTaC263 { top:19.25rem;left:0rem;width:29.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwb2FQIM0KUQHedeROOdzmnpc3wcRWM { top:20.0625rem;left:0rem;width:21.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSrFqqlSh72uSSNC2h2kCIF387mw9RwJ { top:25.5rem;left:0rem;width:29.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWJvMtaF7JQDA41hdJSy9Et5vM1Hx0J { top:29.8125rem;left:0rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF4ZOENiQPGTnSFZs1rlFLGrDGNMy9km { top:32.1875rem;left:0rem;width:29.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7RP4OWvThkqngmhLq3T4xBg7KIDXliv { top:34.4375rem;left:0rem;width:29.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdCqU7aHBZLd6wuMP7wrMf6O3kpLpZdZ { top:39.1875rem;left:0rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T05BaRtKHtmx2OvJkMgmeTGW5DMdisNW { top:36.9375rem;left:0rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLL5R8lmmWgMqfTqz3icGG41hNTZ7gNu { top:49.875rem;left:0rem;width:29.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1kome6eVdEDVGBWcTpo0JJo3aEspgAl { top:46.25rem;left:0rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hLhGlFffU4UmsKLHeP8JN6vwk6krkv { top:43.8125rem;left:0rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3H7zhmazosoNzi7KIO98zHE67ZHiKcC { top:41.5625rem;left:0rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITyJOyk9dORngzGZxUEVTq71n52gEfo1 { top:19.25rem;left:17.875rem;width:29.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGiGRw6ALh5NAMsOprtl3mocoscLEGO3 { top:20.0625rem;left:26rem;width:21.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0USH8nJ546ZevRQAGTBMZLqHsD7nUm { top:25.5625rem;left:18rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO2S5Fgny0HaKvswRZR9Ad7JPnsWGcVJ { top:29.8125rem;left:18rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZaXxbGg4hn7tSQBLNVhJQCMqgFNHv4I { top:32.1875rem;left:18rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDKcJil6QJGmgnEBV1pT8g59P0QrsEhR { top:36.5rem;left:18rem;width:29.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqoxK0qKQ4Q5CI1EvOfxTuNDG5Q8pyIF { top:49.875rem;left:18rem;width:29.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF7QgRdZRpaGlVefIoLT97SuHyVCOp3v { top:57.6875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQbnRwfOPQsQgK4gU8RN0VF3x0puVxe { top:64.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q { display:block; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6foN1NDNwIXaktm0woxPHWfobPKDR2u { top:2.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSQCkWhKRxqpMItsOXysQqw0KwQFI2C7 { top:9.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqH8nyL0zlf9lOa1OPWsOIfcyXaWOWi2 { top:13.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVkHw4cQZoyU7cd6szGmWhig7IptfN1C { top:16.9375rem;left:0rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNUSQukyLRsyoCTqwsu0PXB2yEvChiRg { top:16.9375rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILWCNzOPB5sKwUaMnz1gMq6nF5LpChw4 { top:48.8125rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLnkJaV0uQPfleoRDEuz5mpUC1vtxhlO { top:48.8125rem;left:0rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqerrxydXUEmL3p9NB6G9mghagm9VrX { display:block; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdHkAoVesfPeZpbga4SRIRbsscDFbsAy { top:1.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrXsk0ycaUxkIlrG7vUzowQVO0xSfxgA { top:10.375rem;left:0rem;width:32.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHMp1lzc1aNpDTLPm5RyA5m7uHThf5OE { top:11.3125rem;left:0rem;width:27.3125rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw56b8nCWfsJx7tSp8T3C5ZvIy9xyZnk { top:11.875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXa9p9OWrfyceiGq6RdDlgpfBUVxSFt { top:10.5625rem;left:15.25rem;width:32.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXF8HZlG4xefdUfyG0ko4PU6I0mWdDeS { top:11.5rem;left:20.4375rem;width:27.3125rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF89e4OZ2N4PZIVW6BJPTXCstMxH1NUk { top:12rem;left:26.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU1yhmlnKbfX7pLM1xeeCldLbMHwfe5T { top:17.9375rem;left:15.25rem;width:32.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnnCXEhlaqgOSD5qpKTx6me3dXz6u4wk { top:18.875rem;left:20.4375rem;width:27.3125rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17cAhIZa1MCabmhVGZG7TWtTVuQrVzn { top:19.375rem;left:26.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0lyIGZf911DxubcNHqSkZ4LtqzKOFt { top:17.8125rem;left:0rem;width:32.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcuQ0LsqhgMnp9v6WTST5TUCZ7vRxhm7 { top:18.75rem;left:0rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgyNp1a3vrkfrWtkQp67v1MJhMr8pZpZ { top:19.25rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLux1FStXRzWLrdd7TWyMyFbM8VtmSe { top:25.0625rem;left:15.25rem;width:32.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJhX9tgwWXIpdt9aNxNhIEvOFoUVmVam { top:26rem;left:20.4375rem;width:27.3125rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMvk5Kq1SskfonKqBxyf0VTK53OdgRR6 { top:26.5rem;left:26.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhHOByS89SJEwJXx5hgz03DpnvzaFIzG { top:24.9375rem;left:0rem;width:32.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQcGASNF69nCvvD3qL4dTCTiS6FbBLA { top:25.875rem;left:0rem;width:27.3125rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCKqone9BFS5yVbK23scvgtTInQ1scG2 { top:26.375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI9qdZaepTImwsFpul2TZ8lsB3NbX97U { top:33rem;left:19rem;width:7.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc { display:block; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnP136QhZTg6dsTv2P2R07PlpCX0L5no { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSNaqoA5m9E26xObMdbsZEp5O9ng1s5v { top:7.75rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6yZETwOzc0c7tCKwHDFCR47oQ9eouid { top:9.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnGROZQSRNHOAo3GKz5XG4TpNOITEB1u { top:13.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PkNyxrWB5WcSG8T0wCDg0atSwuOyqJ { top:15.4375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #minEu4K0luRd3NCcr4RvrfDKvxTCGktL { top:17.75rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZVJTPTJrvknAXGwEKs0OiHAMafmsAs { top:7.75rem;left:24.625rem;width:23.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2rh6X2GRSz8zz6RsuqpaTyLAPo62ve { top:24.9375rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZw5S8QbVIi1Wf8qglzMvMiJMySedLM2 { top:35.6875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNyCZnl8Mqp0fOSgCTSWIO6isk53UBBe { top:23.875rem;left:27.1875rem;width:20.5625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdxi2gFdgx2WZQXsbuhBZRWF8dgLCbUN { top:33.375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE2LUxMdt6q8wNA6znBJuXms1iMxBcLd { top:31.125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1JFqUb9MKSSOqCAzB5AfQ5VI9sFbrl { top:26.875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pQI3kSTu3B89ZUQT24u920eUicMNRe { top:42rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1efQTExeRmofZuBrwFGudMazhqCCL9W { top:44rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE5zlPGk76oxHainXUrbSKERqfTPtt0T { top:48.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTQ2dO7HT6khrr9Uopqhw3bcEree8li { top:50.4375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNhSuOx2larBqwHc5pkQykptMhWrkLv { top:52.75rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVngDFVDAMEeKBILUO1yLz7JZan7BtA4 { top:41rem;left:27.1875rem;width:20.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #l64rqglvf4dX9uzN70QUZVVTNtfqlSWW { top:59.125rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrnwZuDsNnutxbAnuGJDH0ra91nvaKLD { top:61.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUMgQvOANDxfxPXtCBPhW0yXu45m42Jx { top:65.3125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvd6xNpaK4TqQ7hNKblS2Id5wGufqwyq { top:67.5625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP8QizGKRilKnRhW11fRydPURd3Wc0O7 { top:69.875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopqK6Eq7n2Z5yXox0MdLtzrVnvcvWA9 { top:58.6875rem;left:28.6875rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM { display:block; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb4Utrnwkqipqrey9CT9PcdXZA4yHWWP { top:3.25rem;left:0rem;width:47.5rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogsr29sMN1WKXKZHt32XmgIixNaZD67l { top:7rem;left:0rem;width:35.625rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1VfLTw7Q9ImclmHzpMQvVZPvukOslAS { top:7rem;left:8.3125rem;width:39.4375rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkI1Mi53v8ZB2DyqIKduiMxbu9N0xzJ { top:15.625rem;left:0rem;width:3.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABSiXrRCZJ2CuN5WnIkSlo7h4QqZU8rS { top:19.5rem;left:0rem;width:38.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXVzM4kUGZlyFIx9KdcRp5pK1IFulsVp { width:36.875rem;height:5.375rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTJyozBG8X1uEvwHlHImIXidpnxmeRm { display:block; }
 }@media only screen and (max-width: 763px) { #H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI { display:block; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKTO9zNuUbxGHDEilkHbV1dfwWocHKkl { top:2.625rem;left:0rem;width:30.8125rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGyaob2HOtV2EDoRmxakUItaoaLorrw5 { width:32.625rem;height:5.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPqeKPLLF3fJvuNfabsSbqT3vWOlB65h { display:block; }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA { display:flex;height:auto;width:33.4375rem;top:2.625rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #FXHTy3HwdWqkdu3Qm0NdasHITCpGWQrL {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #Ui18PT9RDWxdDHB6uPDVxfS1OPwroHO8 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #WanfNnqrUdqTB8De31QC9ofMpMttIE45 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #KW1KbMzVGCkLTToLtRndHggHGl23kdJE {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #csOgRo62UB50OeiRUS6GZ4426EzVgoG2 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #vdOPDF0xRPPs45xPpyAa3hHAczQzaSP2 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #IsuCwxSADDi1QLb71DRrg8y7AZWLzTos {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #q6LriUraBEfqEhMcwnThL14U3cJ0I9eV {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #lZ0VWTR4abHIibIFBbxEZCAeduuJXwsA {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #itnzdx5Go5g98ALHIa5797Z3wBalz1PO {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #y9kzCdefcSvyUGcApnlVdlGWil8M98nE {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #Cfi82GARbf0eQ0Kr5cvhqlWr4R95IdAz {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #kBlDh0cchIHHIdNlpn1OSrXDyy89Lr4l {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #PQqa4aw6D5n7WMrqgqXi4Jsw9VqloUtl {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #OAuIxM5qUfTxux0ZrDqIBtAAFKLcRT9H {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #ZTNwbNdb9yxvcUEGWVk4TzrtBhBcq9va {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #QDJX7CZSdnxKc7iV0DsLCWTJbcraCl7P {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #c0naJXg6J2Vi1bCcd0T3qUP8TDBe4ZyA {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #xlm4LCJKTWJLRO7blQwqrgoTO4KnTS1w {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #xB79T0vTTtmT8qcy9B6NyUZJr3HEMqUE {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #TmTJ2yyTUtQghaMT60oseQ4UeKmi9Ma3 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #UCWBUNAMRseVXT9MeyxmX3UO7TzSpcdz {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #z209hgUc9m9vovQdLTzw7BfPPMJe0Idh {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #F6qRoGbzfWm0Dy1wV71751hK23k93vLF {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #gFo0S16wTkKlAtWv8GFcV1TiQApeRXxW {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #kBKPTyvk6ZXGZvan3ywyWtE97gebavuw {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #EoWukr2SH3ydZWZZDk25v7dyLkSAbqgh {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #i7lFqlAZpgT695Th7zpQoJxBDnzrmG9Q {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #tXwJBG3f0hRv3hdVPeTQ4UmCFNvx1vI9 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #aLMGVRB7X4J45Xxv4OSTQSMLz7waTLUD {  }
 }@media only screen and (max-width: 763px) { #y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu { display:block; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE3p4LVGdhrR8incgGtz0RhAuTqmJpvT { width:12.125rem;height:3rem;top:1.125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgX4EUIOlku3TITVK5TCglnE6bvpTB1R { display:block; }
 }@media only screen and (max-width: 763px) { #U0xLrTsqlxPQ3m3K74wC9mv92saK0PRw { top:3.5625rem;left:0rem;width:25.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNiD0rGuI0N9pcT67I12ENKsu4f97X2P { top:0.8125rem;left:0rem;width:25.5625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS { display:block; }#mzJBfN1UUh9I3IelZoqiPUBQkPGrnetS > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abKJR7JqeU7naeF8AoIpzinzFiLblFK9 { width:20rem;height:50.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgamZoeb7UoP1o0eooG3DOyiEu7qmcvG { width:10.375rem;height:2.4375rem;top:1.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7nxFmFJ7OOsuGQZaNJqX55ehqedhE3 { width:5.6875rem;height:1.7875rem;top:2.0625rem;left:7.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JftaMULl7Fez6cuGsZvMkci15CA4d9Qf { width:18.5rem;height:13.65rem;top:4.5908203125rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbF2RECPaZQuSLL9MyTi7B8NPgKTCTvS { width:17.8125rem;height:1.3125rem;top:29.625rem;left:1.6875rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f68QkFWW1uGqaULb44N7Lk20xtziT3uV { width:9.8125rem;height:3.25rem;top:41.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Bh3Q4z05h96Qdp0SO19Nq5lqNAgxW6 { width:1.6875rem;height:1.6875rem;top:38.625rem;left:10.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #W9HpyPbPHea1RXkU49uwTmgDTfxIKTgn { width:5.8125rem;height:2.25rem;top:38.25rem;left:12.9375rem;font-size:0.9375rem;line-height:1.2;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #NKExQIvKnxIAEhTlsDG79TM1sTRHFILS { width:8.9375rem;height:3.5rem;top:37.625rem;left:10.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RLSlpWICq9vUirvrxo2DiG6ggmOKtyBc { width:1.875rem;height:1.875rem;top:38.5rem;left:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mqtu8wwdsE98cpm7txmGnRQkv0s2uIaq { width:6.0625rem;height:2.4375rem;top:38.1875rem;left:3rem;font-size:0.9375rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RLFl1tRiW59eB9Nh2coRJRZ0WcF0JK3Q { width:8.9375rem;height:3.4375rem;top:37.625rem;left:0.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #g4qbfnRtitydcZEhMNUq9zgWqWwf0JoO { width:1.9375rem;height:1.3125rem;top:43.0625rem;left:6.3125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vhdPEv5sqtpbtGoWJO9KvrzasOP8Ttkb { width:6.0625rem;height:2.25rem;top:42.5625rem;left:8.875rem;font-size:0.9375rem;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lgbrdw2rMTbFpEC2VewRMlZknRW28o73 { width:19.3125rem;height:3.9375rem;top:46.1875rem;left:0.0625rem;font-size:0.75rem;line-height:1.7;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1) ;display:block; }
 }@media only screen and (max-width: 763px) { #H6LGKR0WI9oyZiHJnm7SGHU22whra2uO { display:block; }
 }@media only screen and (max-width: 763px) { #pP0xsBcJTS5AJBfSll2cHrLJkHxTxFgS { width:20rem;height:11.125rem;top:18.24062538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIbKKoCapMViVHwHKaUCPKPKhsXMgQqi { width:18.5rem;height:1.3125rem;top:34.5rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BJ9dCMmPrWhUcbZ76Z8wqTFlRuHUeJqA { width:17.625rem;height:1.3125rem;top:32.0625rem;left:1.6875rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJF3cmoeo0EBT0lhfbzaLdFz7HHFW28x { width:20rem;height:1.8125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVCbRkgHRAiBRQqqKSXSUOkatXWqKHy { width:20rem;height:2rem;top:34.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxrTnPx2py5XnhyPR3T3wm7c86ysdcHO { width:20rem;height:2.0625rem;top:31.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ { display:block; }#mNWtxxCaoxuEuQx3cU1DKWCE5scbhGWZ > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsZk4gU2zUS40RPgBSm2H5WxewBAeKH3 { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JuPmHZB8ApWZzPn7T9cbVvTIvJPwXh9B { width:8.875rem;height:5.125rem;top:10.4609375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt8QZS4Ql4BBhhDOZU8F79DAO4gmswQh { width:8.4375rem;height:1.7875rem;top:10.9599609375rem;left:11.1875rem;font-size:1.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #J8A3LcMVdyvc2x2D20Dzq7gMVcLR9gvQ { width:6.625rem;height:2.4rem;top:12.7470703125rem;left:12.125rem;font-size:1rem;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #bEUOZmsdU7mD2tb8ulb7vz7vmUTTd1TO { width:9.0625rem;height:5.125rem;top:10.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkNs81tWppbk98LescVC6Z1w9XNMywe8 { width:8.375rem;height:1.7875rem;top:10.8974609375rem;left:0.53125rem;font-size:1.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zMeAwKEaWf8bdce4RrCrdIPmptLoau91 { width:7.875rem;height:2.4rem;top:12.623046875rem;left:0.71875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GtH4egg3NHO6XUzMCMeaRs3kmtZVwA9C { width:8.9375rem;height:5rem;top:17.522783994674rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkPJTO4TalGqduc9Xknqa8fBzQTaZiA { width:8.125rem;height:1.7875rem;top:18.001953125rem;left:11.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONlc5yMcCMMsUqgLtQmTB0fTfHuXoTB { width:7.0625rem;height:2.4rem;top:19.977214336395rem;left:11.90625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FlMNNu4mnT4kDRm9pi3XNkFvVXd5ghx5 { width:9.0625rem;height:5.0625rem;top:17.4912109375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #t4R54pMq2h07Lm7z3nqHppKQqbWFS8ml { width:7.875rem;height:1.7875rem;top:18.001953125rem;left:0.71875rem;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TUylpWz58mkfzl0ocWtOnNu8BOnWUpB5 { width:8.6875rem;height:2.4rem;top:19.9765625rem;left:0.3125rem;font-size:1rem;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Jmda3gVHeoFSvILOAkNnTrXHhTUDTUhF { width:11.1875rem;height:11.1875rem;top:24.0537109375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3pKmUTCDFJNDZetl1c1FbbUtVwTXfCI { width:19.125rem;height:19.125rem;top:36.590623474121rem;left:0.4375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAhe3aQZhw7JLVPBxig7k1ZeNnDyOJev { width:19.125rem;height:19.125rem;top:57.065623474121rem;left:0.4375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOR6e1m4UR6OUmGOBdwq6KgqKPEJpxbs { width:19.125rem;height:19.125rem;top:77.540623474119rem;left:0.4375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gemVeyrkSsL18fcBkazA45Z3X2mcanGO { display:block; }#gemVeyrkSsL18fcBkazA45Z3X2mcanGO > .row .container { width:20rem;height:132.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1H8qBP0nSdJpefckbIiT76I2lQKnIKQ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EebWrp5cZML8Z1kaLQMswpe62bfQINHh { width:20rem;height:20rem;top:26.3496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyiT8oATUZ11ttu2dqDf0aZ3NfobnI0T { width:20rem;height:20rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNuqgMgdgLQ28Ai2wnqFNAE30kvVRFyK { width:20rem;height:20rem;top:47.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6hEBbdshWXf2daBE7VZEZZiEgWqFeLX { width:20rem;height:20rem;top:90.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK8zExRbthEqOz3VsXUu3IPOMCrZQpV3 { width:20rem;height:20rem;top:68.8496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6lh3NbUkcydGXIbLh0weSDlSzmqhSJH { width:20rem;height:20rem;top:111.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN { display:block; }#dWhaLv8Q5apZZsqKMPNccbp5EaNdg7QN > .row .container { width:20rem;height:210rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPBqiUZL85nt8A5GQI7ar8wNZX5HEfpC { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cXZuCm2erWyk4UeyK8eODufkPaufMo7Q { width:18.625rem;height:18.625rem;top:7.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTJzopsBiHQADBFVsiU7ieh64HQWcN0 { width:18.4375rem;height:3.85rem;top:26.8125rem;left:0.8125rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JFDTBeJAC437xLif4krW8W5p9Kx05hmu { width:18.1875rem;height:4.4625rem;top:31.3125rem;left:0.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IoD6Ru6OaER87wqyUMWdvwxQDOeW2cgb { width:20rem;height:30.5rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrQxrPKLkPvgJ0yORE8DMItLUauNZx3 { width:18.4375rem;height:4.4625rem;top:95.375rem;left:0.78125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gIlAhIn5mPH3euTw5WOQIHJJTDRQ2ohs { width:20rem;height:30.875rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcoy3KIXVC1IlIdF7L9StrsuGiN0EOc { width:18.4375rem;height:3.85rem;top:90.875rem;left:0.78125rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bBklczWJH1GCoLAOVKPtSGM7okx9U4rt { width:18.875rem;height:18.875rem;top:70.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9qPcThNomRH1HouPbAkgRVxMhJ8tGME { width:20rem;height:30.5625rem;top:38.2978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQmhAn5z42Z8GoowhHZGNsn6nibBL89r { width:18.5rem;height:4.4625rem;top:62.9228515625rem;left:0.75rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hF8k50H1UtuuNNqhRMrCcfQQiTlIHaD8 { width:18.5rem;height:3.85rem;top:58.4853515625rem;left:0.75rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vvxh9qFNTkxheTXKXbkTpORUzfoWTAZF { width:18.625rem;height:18.625rem;top:38.9853515625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN4xXASLM8JwCtXCQDJQxKxzhbhmgHyc { width:18.0625rem;height:2.975rem;top:158.974609375rem;left:0.96875rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hs6UPIgPph5DzsmW9AWV3fpVoI4R2mQR { width:20rem;height:29.125rem;top:134.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9RFIAruqP3DGNRsVnp92zkp3bTXkhkX { width:18.5rem;height:3.85rem;top:155.125rem;left:0.75rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #byMdSFyRUW0TSL2KFQX4SqCOZeoAbxuU { width:18.9375rem;height:18.9375rem;top:135rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv46GQbwGBUO5dDJPmRr7IZLbBmwuP2Q { width:20rem;height:29.0625rem;top:164.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLyTA8ic5Xo9lfxZ4JJQ1h5yZRrApnse { width:19rem;height:19rem;top:165.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXXWvMG1Th8awAwiri2U71O6MCofsCs9 { width:18.3125rem;height:3.5rem;top:185.375rem;left:0.84375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e2E9G4PATiz4TdysVqBwfNQ3CQSfOqHL { width:18.4375rem;height:2.975rem;top:189.625rem;left:0.78125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TyTASdTBJebPuwses36cqkeAPa51CUGi { width:20rem;height:30.875rem;top:102.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKDoWcT4L9NcHQdLMHk8C2uN4TfUGQCm { width:18.9375rem;height:18.9375rem;top:102.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDAEzFZISdaZSMyI4JLUlTBTFa5IDqcq { width:18.4375rem;height:3.85rem;top:122.9375rem;left:0.78125rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eNqFZfGT2uAogKZbwU9Tn11n89UhhKxw { width:18.5rem;height:4.4625rem;top:127.3125rem;left:0.75rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o4TKg91F7EaWeQcSTV254tTktBtpp9nr { width:20rem;height:1.925rem;top:194.9375rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MPNoZfby9XAsty2nkdJWcMz5WnOQDeHb { width:20rem;height:5.1rem;top:197.4375rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QAndEB8dDlHrFPLTcn5dbhxHyzswuIC3 { width:20rem;height:4.125rem;top:203.2158203125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgJE6zCEFeO5mJFishE0iRNCJzG33t5 { display:block; }
 }@media only screen and (max-width: 763px) { #TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk { display:block; }#TTcKQGye7uWi20lVCXmZMvcpZrBgiAvk > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obBhuSyeNS0FIJRgaCqMJzFH5vQZyfKr { width:20rem;height:9.8rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X5cZGPNsoWqC9GWTnmXmV7xTH2hJGxNJ { width:14.9375rem;height:5.95rem;top:12.1875rem;left:4.4375rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rh2Uh5EqnokvudaKVAkLRddFD7NXaFJP { width:3rem;height:3rem;top:13.662109375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik9XVsb6Pn5rpgBX0SF5OL5lIKWkGLTC { width:20rem;height:7.3125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8Cb0caWFw32TTpu8a27DTkUWyZF7ho { width:20rem;height:6.875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxz8QzwL0latueBg0PXfutygv88Vstf { width:15.1875rem;height:5.95rem;top:28.875rem;left:4.3125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DRo6vd9nA5HefNOtDEmNp9rtBChB5kk5 { width:2.75rem;height:2.75rem;top:30.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWQ0hhoIe3RTE6t9uc4wIcE6sPVPZSK { width:20rem;height:7.25rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1CMs5sTQMLZ2kokVx6i1K7rZ9UPg7ov { width:14.8125rem;height:5.95rem;top:20.400390625rem;left:4.5rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PVdKkUnk2wdXeg3iXPSBbJVLKoW4XpgT { width:2.75rem;height:2.75rem;top:21.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No9qohMaTFsGJugSUZbuodeZGi8SuEb0 { width:20rem;height:7.1875rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLsu2WVgGFVQwBZmcf6vWsyafkDrJBnC { width:15.3125rem;height:5.95rem;top:46.462890625rem;left:4.25rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T6dGtTVfgqBMoWhD5K7VhbT3AqylgkkF { width:20rem;height:8.625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBanWGZrWdhBcIPQxyIMqI2E1FXcX64 { width:15.25rem;height:7.4375rem;top:36.8125rem;left:4.28125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TI0OISHx0p9iNaZQnfE9f28bEdU6GkJq { width:2.625rem;height:2.625rem;top:48.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B25zFDmc6L88NA91pqJgizoLsSUqDR6E { width:2.625rem;height:2.625rem;top:39.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy { display:block; }#vvVp0mgGAxkuOL7hr0iBbUORosLnpwiy > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs9HzpPEv6TPwyiwFdHGI3HV7oct3LDo { width:20rem;height:99.875rem;top:-0.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uq5z7nyiTJoqKtN9zvRfE03cqNbN0i37 { width:18.5625rem;height:19.6rem;top:0.6904296875rem;left:0.6875rem;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b1omTmXtoAoRloTSkAezqhkyFMLygDrZ { width:19.4375rem;height:39.75rem;top:21.126953125rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uXM7xeKlfyi265puLwEBRTTCNbQ5vvqT { width:19.3125rem;height:22.875rem;top:61.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9kTMww84uAb6ddEVTbtXw8lKTaC263 { width:18.5rem;height:7.625rem;top:21.638671875rem;left:0.6655rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwb2FQIM0KUQHedeROOdzmnpc3wcRWM { width:18.25rem;height:4.0625rem;top:22.001953125rem;left:0.8125rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mSrFqqlSh72uSSNC2h2kCIF387mw9RwJ { width:18.125rem;height:2.975rem;top:26.064453125rem;left:0.9375rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WqWJvMtaF7JQDA41hdJSy9Et5vM1Hx0J { width:18.375rem;height:3.1875rem;top:30.1328125rem;left:0.8125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CF4ZOENiQPGTnSFZs1rlFLGrDGNMy9km { width:18.375rem;height:1.59375rem;top:33.8203125rem;left:0.6875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x7RP4OWvThkqngmhLq3T4xBg7KIDXliv { width:18.75rem;height:3.1875rem;top:36.064453125rem;left:0.6875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xdCqU7aHBZLd6wuMP7wrMf6O3kpLpZdZ { width:18.3125rem;height:3.1875rem;top:42.720703125rem;left:0.71875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T05BaRtKHtmx2OvJkMgmeTGW5DMdisNW { width:18.5625rem;height:3.1875rem;top:39.470703125rem;left:0.6875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PLL5R8lmmWgMqfTqz3icGG41hNTZ7gNu { width:18.625rem;height:4rem;top:56.126953125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1kome6eVdEDVGBWcTpo0JJo3aEspgAl { width:18.3125rem;height:3.1875rem;top:52.283203125rem;left:0.84375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l1hLhGlFffU4UmsKLHeP8JN6vwk6krkv { width:18.5rem;height:3.1875rem;top:49.095703125rem;left:0.8125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u3H7zhmazosoNzi7KIO98zHE67ZHiKcC { width:18.1875rem;height:3.1875rem;top:45.908203125rem;left:0.78125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ITyJOyk9dORngzGZxUEVTq71n52gEfo1 { width:18.25rem;height:6.6875rem;top:62.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGiGRw6ALh5NAMsOprtl3mocoscLEGO3 { width:18.25rem;height:3.75rem;top:62.5625rem;left:0.9375rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sS0USH8nJ546ZevRQAGTBMZLqHsD7nUm { width:18.375rem;height:1.7rem;top:66.75rem;left:0.8125rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EO2S5Fgny0HaKvswRZR9Ad7JPnsWGcVJ { width:18.4375rem;height:1.59375rem;top:69.875rem;left:0.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WZaXxbGg4hn7tSQBLNVhJQCMqgFNHv4I { width:18.4375rem;height:3.1875rem;top:72.3125rem;left:0.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bDKcJil6QJGmgnEBV1pT8g59P0QrsEhR { width:18.4375rem;height:3.1875rem;top:76.0625rem;left:0.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HqoxK0qKQ4Q5CI1EvOfxTuNDG5Q8pyIF { width:18.5625rem;height:3.75rem;top:80.1875rem;left:0.6875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fF7QgRdZRpaGlVefIoLT97SuHyVCOp3v { width:18.5625rem;height:5.625rem;top:86.125rem;left:0.71875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HSQbnRwfOPQsQgK4gU8RN0VF3x0puVxe { width:18.6875rem;height:6rem;top:92.5029296875rem;left:0.65625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a9b70b7-ddb9-4e0a-8c39-162dbd7530a7/Untitled3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q.adaptive-delivery-prevent-bg, #uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q.lazyload, #uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q.lazyloading { background-image: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container { background-color: transparent; background-image: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container > .video-iframe-container { display: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row > .video-iframe-container { display: none; }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .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); }#uqiylT363IbXO5FzQyXcEOwVLV3oMB6Q > .row .container { width:20rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6foN1NDNwIXaktm0woxPHWfobPKDR2u { width:20rem;height:8.4rem;top:1.9375rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wSQCkWhKRxqpMItsOXysQqw0KwQFI2C7 { width:20rem;height:6.375rem;top:10.9091796875rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HqH8nyL0zlf9lOa1OPWsOIfcyXaWOWi2 { width:20rem;height:3.0875rem;top:17.7958984375rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CVkHw4cQZoyU7cd6szGmWhig7IptfN1C { width:20rem;height:20rem;top:21.7958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNUSQukyLRsyoCTqwsu0PXB2yEvChiRg { width:20rem;height:20rem;top:42.9833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILWCNzOPB5sKwUaMnz1gMq6nF5LpChw4 { width:20rem;height:20rem;top:85.3583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLnkJaV0uQPfleoRDEuz5mpUC1vtxhlO { width:20rem;height:20rem;top:64.2333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqerrxydXUEmL3p9NB6G9mghagm9VrX { display:block; }#FcqerrxydXUEmL3p9NB6G9mghagm9VrX > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdHkAoVesfPeZpbga4SRIRbsscDFbsAy { width:20rem;height:6.825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrXsk0ycaUxkIlrG7vUzowQVO0xSfxgA { width:19.75rem;height:7.1875rem;top:8.841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHMp1lzc1aNpDTLPm5RyA5m7uHThf5OE { width:16rem;height:6.375rem;top:9.373046875rem;left:3.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rw56b8nCWfsJx7tSp8T3C5ZvIy9xyZnk { width:2.0625rem;height:2.0625rem;top:11.529296875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXa9p9OWrfyceiGq6RdDlgpfBUVxSFt { width:19.75rem;height:6rem;top:17.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXF8HZlG4xefdUfyG0ko4PU6I0mWdDeS { width:16.0625rem;height:4.78125rem;top:18.2529296875rem;left:3.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EF89e4OZ2N4PZIVW6BJPTXCstMxH1NUk { width:2rem;height:2rem;top:19.7841796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU1yhmlnKbfX7pLM1xeeCldLbMHwfe5T { width:19.75rem;height:5.8125rem;top:32.5810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnnCXEhlaqgOSD5qpKTx6me3dXz6u4wk { width:16.125rem;height:4.78125rem;top:33.125rem;left:3.3125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S17cAhIZa1MCabmhVGZG7TWtTVuQrVzn { width:1.8125rem;height:1.8125rem;top:34.7060546875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0lyIGZf911DxubcNHqSkZ4LtqzKOFt { width:19.75rem;height:5.75rem;top:25.3701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcuQ0LsqhgMnp9v6WTST5TUCZ7vRxhm7 { width:16.25rem;height:4.78125rem;top:25.7451171875rem;left:3.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PgyNp1a3vrkfrWtkQp67v1MJhMr8pZpZ { width:1.875rem;height:1.875rem;top:27.4326171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLux1FStXRzWLrdd7TWyMyFbM8VtmSe { width:19.75rem;height:5.3125rem;top:46.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJhX9tgwWXIpdt9aNxNhIEvOFoUVmVam { width:16.125rem;height:4.78125rem;top:47.37109375rem;left:3.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lMvk5Kq1SskfonKqBxyf0VTK53OdgRR6 { width:1.8125rem;height:1.8125rem;top:48.8154296875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhHOByS89SJEwJXx5hgz03DpnvzaFIzG { width:19.75rem;height:5.3125rem;top:40.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQcGASNF69nCvvD3qL4dTCTiS6FbBLA { width:16.3125rem;height:4.78125rem;top:40.4169921875rem;left:3.15625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bCKqone9BFS5yVbK23scvgtTInQ1scG2 { width:1.875rem;height:1.875rem;top:41.9482421875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI9qdZaepTImwsFpul2TZ8lsB3NbX97U { width:3.6875rem;height:4.0625rem;top:54.4013671875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc { display:block; }#XwfaMRzWNBT3SFTuGMytUZKTDosEP8Xc > .row .container { width:20rem;height:118.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnP136QhZTg6dsTv2P2R07PlpCX0L5no { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RSNaqoA5m9E26xObMdbsZEp5O9ng1s5v { width:20rem;height:25.375rem;top:7.8232421875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #S6yZETwOzc0c7tCKwHDFCR47oQ9eouid { width:19.9375rem;height:2.1rem;top:20.3544921875rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cnGROZQSRNHOAo3GKz5XG4TpNOITEB1u { width:17.25rem;height:1.59375rem;top:23.2041015625rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h1PkNyxrWB5WcSG8T0wCDg0atSwuOyqJ { width:17.1875rem;height:3.1875rem;top:25.392578125rem;left:1.40625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #minEu4K0luRd3NCcr4RvrfDKvxTCGktL { width:17.375rem;height:3.1875rem;top:28.892578125rem;left:1.3125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BqZVJTPTJrvknAXGwEKs0OiHAMafmsAs { width:20rem;height:13.0810625rem;top:7.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2rh6X2GRSz8zz6RsuqpaTyLAPo62ve { width:20rem;height:24.625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZw5S8QbVIi1Wf8qglzMvMiJMySedLM2 { width:17.75rem;height:3.1875rem;top:54.5rem;left:1.0625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pNyCZnl8Mqp0fOSgCTSWIO6isk53UBBe { width:14.875rem;height:12.3125rem;top:34.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdxi2gFdgx2WZQXsbuhBZRWF8dgLCbUN { width:17.75rem;height:3.1875rem;top:51.0234375rem;left:1.0625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PE2LUxMdt6q8wNA6znBJuXms1iMxBcLd { width:17.9375rem;height:1.59375rem;top:48.8984375rem;left:1.03125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gD1JFqUb9MKSSOqCAzB5AfQ5VI9sFbrl { width:20rem;height:2.275rem;top:46.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d9pQI3kSTu3B89ZUQT24u920eUicMNRe { width:20rem;height:26.375rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1efQTExeRmofZuBrwFGudMazhqCCL9W { width:20rem;height:2.275rem;top:72rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SE5zlPGk76oxHainXUrbSKERqfTPtt0T { width:18.25rem;height:3.1875rem;top:75.125rem;left:0.875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zkTQ2dO7HT6khrr9Uopqhw3bcEree8li { width:17.625rem;height:3.1875rem;top:78.875rem;left:0.875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #toNhSuOx2larBqwHc5pkQykptMhWrkLv { width:18rem;height:3.1875rem;top:82.4375rem;left:0.875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oVngDFVDAMEeKBILUO1yLz7JZan7BtA4 { width:14.4375rem;height:12rem;top:60rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l64rqglvf4dX9uzN70QUZVVTNtfqlSWW { width:20rem;height:29.1875rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrnwZuDsNnutxbAnuGJDH0ra91nvaKLD { width:20rem;height:2.275rem;top:101.5419921875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sUMgQvOANDxfxPXtCBPhW0yXu45m42Jx { width:18.1875rem;height:3.1875rem;top:104.5rem;left:0.90625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xvd6xNpaK4TqQ7hNKblS2Id5wGufqwyq { width:17.75rem;height:3.1875rem;top:112.125rem;left:1rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FP8QizGKRilKnRhW11fRydPURd3Wc0O7 { width:18.0625rem;height:3.1875rem;top:108.25rem;left:0.96875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sopqK6Eq7n2Z5yXox0MdLtzrVnvcvWA9 { width:16.375rem;height:13.5625rem;top:87.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM { display:block; }#r0Uyxk5rnVdB9OqB6gNFkKCcrtCPRReM > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb4Utrnwkqipqrey9CT9PcdXZA4yHWWP { width:19.75rem;height:59.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogsr29sMN1WKXKZHt32XmgIixNaZD67l { width:20rem;height:4.9rem;top:2.466796875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i1VfLTw7Q9ImclmHzpMQvVZPvukOslAS { width:20rem;height:20rem;top:5.240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkI1Mi53v8ZB2DyqIKduiMxbu9N0xzJ { width:1.875rem;height:1.4375rem;top:24.615234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABSiXrRCZJ2CuN5WnIkSlo7h4QqZU8rS { width:18.8125rem;height:27.2rem;top:26.875rem;left:0.625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XXVzM4kUGZlyFIx9KdcRp5pK1IFulsVp { width:19.5rem;height:4.1875rem;top:55.0947265625rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTJyozBG8X1uEvwHlHImIXidpnxmeRm { display:block; }
 }@media only screen and (max-width: 763px) { #H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI { display:block; }#H81bXFMIZp8ITGxGdf63KdRQZpdMMgJI > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKTO9zNuUbxGHDEilkHbV1dfwWocHKkl { width:20rem;height:4.55rem;top:1.3984375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SGyaob2HOtV2EDoRmxakUItaoaLorrw5 { width:20rem;height:4.5rem;top:51.28515625rem;left:0rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OPqeKPLLF3fJvuNfabsSbqT3vWOlB65h { display:block; }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.4;overflow:hidden; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA .accordion-desc-text { font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden; }
#vLruAU77TVTVEPNF36CKO4ubNXMZCvOA { display:flex;height:auto;width:20rem;top:6.6328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #FXHTy3HwdWqkdu3Qm0NdasHITCpGWQrL {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #Ui18PT9RDWxdDHB6uPDVxfS1OPwroHO8 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #WanfNnqrUdqTB8De31QC9ofMpMttIE45 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #KW1KbMzVGCkLTToLtRndHggHGl23kdJE {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #csOgRo62UB50OeiRUS6GZ4426EzVgoG2 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #vdOPDF0xRPPs45xPpyAa3hHAczQzaSP2 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #IsuCwxSADDi1QLb71DRrg8y7AZWLzTos {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #q6LriUraBEfqEhMcwnThL14U3cJ0I9eV {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #lZ0VWTR4abHIibIFBbxEZCAeduuJXwsA {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #itnzdx5Go5g98ALHIa5797Z3wBalz1PO {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #y9kzCdefcSvyUGcApnlVdlGWil8M98nE {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #Cfi82GARbf0eQ0Kr5cvhqlWr4R95IdAz {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #kBlDh0cchIHHIdNlpn1OSrXDyy89Lr4l {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #PQqa4aw6D5n7WMrqgqXi4Jsw9VqloUtl {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #OAuIxM5qUfTxux0ZrDqIBtAAFKLcRT9H {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #ZTNwbNdb9yxvcUEGWVk4TzrtBhBcq9va {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #QDJX7CZSdnxKc7iV0DsLCWTJbcraCl7P {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #c0naJXg6J2Vi1bCcd0T3qUP8TDBe4ZyA {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #xlm4LCJKTWJLRO7blQwqrgoTO4KnTS1w {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #xB79T0vTTtmT8qcy9B6NyUZJr3HEMqUE {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #TmTJ2yyTUtQghaMT60oseQ4UeKmi9Ma3 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #UCWBUNAMRseVXT9MeyxmX3UO7TzSpcdz {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #z209hgUc9m9vovQdLTzw7BfPPMJe0Idh {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #F6qRoGbzfWm0Dy1wV71751hK23k93vLF {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #gFo0S16wTkKlAtWv8GFcV1TiQApeRXxW {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #kBKPTyvk6ZXGZvan3ywyWtE97gebavuw {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #EoWukr2SH3ydZWZZDk25v7dyLkSAbqgh {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #i7lFqlAZpgT695Th7zpQoJxBDnzrmG9Q {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #tXwJBG3f0hRv3hdVPeTQ4UmCFNvx1vI9 {  }
 }@media only screen and (max-width: 763px) { #vLruAU77TVTVEPNF36CKO4ubNXMZCvOA #aLMGVRB7X4J45Xxv4OSTQSMLz7waTLUD {  }
 }@media only screen and (max-width: 763px) { #y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu { position:relative;z-index:auto;display:block; }#y1TgEOw0ekUmC72D4MFDRGFOTQoNO1Iu > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE3p4LVGdhrR8incgGtz0RhAuTqmJpvT { width:19.375rem;height:3rem;top:4.8994140625rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PgX4EUIOlku3TITVK5TCglnE6bvpTB1R { display:block; }
 }@media only screen and (max-width: 763px) { #U0xLrTsqlxPQ3m3K74wC9mv92saK0PRw { width:20rem;height:1.4rem;top:2.8623046875rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNiD0rGuI0N9pcT67I12ENKsu4f97X2P { width:20rem;height:2.3rem;top:0.3125rem;left:0rem;font-size:1.4375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }