.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:217,221,226;--color-primary-1:129,143,158;--color-primary-2:3,31,60;--color-primary-3:2,16,30;--color-primary-4:0,5,9;--color-secondary-0:247,250,223;--color-secondary-1:229,237,148;--color-secondary-2:203,219,41;--color-secondary-3:102,110,21;--color-secondary-4:30,33,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Albert Sans";--paragraphs-font-family:"Albert Sans"; }body { background-color:transparent;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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.78125rem;left:30.375rem;display:block; }
#fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:36.375rem;display:block; }
#dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:44.625rem;display:block; }
#aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:63.40625rem;display:block; }
#T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#S8eDWTA5lAyxvapSvxTR38sdwHyUAwR5 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.78125rem;left:51.9375rem;display:block; }
#TqZZHLPbO9a3pr1znTvLD2HKwTDs2TyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.875rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/668822fe-4b13-4335-ab1a-a18909fc9c3b/3fce09f1733a11e999fe0697e5ca793e_a8f7d42f0dffdc5bced9ddf085ec8262e0be29ab_MEngComputerScienceDesktop.jpg");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; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.49875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.9375rem;height:9.587375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:1.9375rem;height:2.59863125rem;font-style:normal;display:block; }
#XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:18.81225rem;height:3.99975625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.125rem;left:1.9375rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:40.625rem;width:35.625rem;top:8.1875rem;left:39.3125rem;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#TpGCTt5GsvgTVhKJ0u2TWst1thuivDQX { box-sizing:content-box;height:2.375rem;width:17rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:1.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.625rem;height:1.13745rem;font-style:normal;display:block; }#cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 li:before{  }
#i623zcdpiu8kSZ4hTisXbHkBEBiuswVz { color:rgba(var(--color-secondary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.375rem;left:1.9375rem;height:1.13745rem;display:block; }
#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container { background-color: transparent; background-image: none; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container > .video-iframe-container { display: none; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row > .video-iframe-container { display: none; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .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); }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container { border-width: 0; border-radius: 0; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#PTiVefy1sbhogr0HUmByTg6qCmnW9Rwx { color:rgba(var(--color-tertiary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.499755859375rem;left:25.40625rem;height:3.41235625rem;display:block; }
#Idn8T1gWl6R6IOeAcPPiiIgPTrI8D0df { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.1875rem;top:8.4375rem;left:3.5rem;overflow:hidden;display:block; }
#Bd3XpwV5NlInc6iyVz7K08Kc7nhRtsNk { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:14.875rem;top:10.3125rem;left:21rem;overflow:hidden;display:block; }
#LnU4mChmGEiSIHemWBfMifo3HezhTTyh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:8.8125rem;left:61.8125rem;overflow:hidden;display:block; }
#Mkfxd8Ve3gcyBUiGVGam67yz4mXTXs4a { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#K6vFTNn0fBzTA6xftqkMCuUpLTywzRfH { color:rgba(var(--color-tertiary-2),1);display:block;width:13.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6875rem;left:22.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NqtBTLzSbB70x8ThvzVV7Mt0hqKQ3tU1 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.56201171875rem;left:60.59326171875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tpicglMJ8L6EDiHMr0kWXpot2L6KCioF { 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:9.1875rem;width:9.1875rem;top:8.8125rem;left:44.3125rem;overflow:hidden;display:block; }
#HcyO6KatNNRtK8wkULicVAfPousoe88Z { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.56201171875rem;left:44.968505859375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { 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; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { background-color: transparent; background-image: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container > .video-iframe-container { display: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container { display: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .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); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { border-width: 0; border-radius: 0; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#lOr65rtrAfSUdmktRfOeOwuX6qmDdEd6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:37.25rem;top:3.75rem;left:37.75rem;overflow:hidden;display:block; }
#AfFnQ39ut4ocy2X2G9Nl7a8QMSGyMP0b { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.1875rem;height:;display:block; }
#UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { color:#4b5563;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:3.89795rem;display:block; }
#T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { color:#4b5563;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:5.18701171875rem;height:3.89795rem;display:block; }
#MhfJK5trwsDaT532CSwnceskVK4COQ2S { color:#4b5563;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.375rem;left:5.1875rem;height:3.89795rem;display:block; }
#z810dHvtF1XQbRMdTget5xPzA1GGBxdS { color:#4b5563;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.4375rem;left:5.1875rem;height:5.19726875rem;display:block; }
#C06wFiOekaC5slSiENAhF3dwtEQQoBzN { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.3125rem;left:0rem;display:block; }
#dIOuTgz20mxtFPAa3U47fTf0lEZbpCHp { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uHwyArkTg2WvWscV69pMzUFNnkBPwJ8p { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:0rem;display:block; }
#bhx3GZxOsOhFhZmaMOG3R7DMknM6LTcw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.25rem;left:0rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#z7kHXarJmQkp1Trecm04xXwsnaWT8mTo { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.4375rem;left:0rem;display:block; }
#zBHl1vC94KDAevmTMAXDgHkWLFhKAziO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.3125rem;left:0rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#UwmenqlIAgd5ErrEmqkhlGL3flXVMgLU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:30.99975rem;height:3.99975625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.518310546875rem;left:0rem;display:block; }
#RSQlMkBX0eT0NQaf5aAynOTTR9FwZwyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRf9MfAi112ANs8bnoGF38ZRe4mmGT2b { color:#4b5563;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.9501953125rem;left:45.0625rem;height:1.13745rem;display:block; }
#R269mugIWPrdDBrhIA84oDbsx4kfnIup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { background-color: transparent; background-image: none; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container > .video-iframe-container { display: none; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row > .video-iframe-container { display: none; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .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); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { border-width: 0; border-radius: 0; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#KwbsncGAPPfNHelTAATTtPmqHphNB9Pd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.12451171875rem;left:26.625rem;height:3.41235625rem;text-align:center;text-align-last:center;display:block; }
#yfKu5l3Fum3geFByGok6sNz7NZCQWQvt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:0.125rem;height:6.4965625rem;font-style:normal;display:block; }
#FgQA0CicrXDS2ZnzMo9o0ViAhmTPkFdu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:26.625rem;height:9.0951875rem;display:block; }
#w8pSRhIflJnb6qKCx860y2sKkNDPnpRH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.375rem;left:53.125rem;height:7.795875rem;display:block; }
#lNOT34C0BvwJUbZ6D3y7f6Zp3QcCfsAL { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0rem;height:3.41235625rem;display:block; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e4e4e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .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); }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .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:#000000; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .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; }#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger.adaptive-delivery-prevent-bg, #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger.lazyload, #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger.lazyloading { background-image: none; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I { box-sizing:content-box;height:auto;width:45.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;top:34.1875rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ye2OqInsrThm3l13V5LlkqaVeqANtxLy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #h8eKIVMw7XPWHU4n2SE4I36mADnKPpLq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #Nrqk8Jrzs0E7v8XGiwl6F2BgkGVABri3 { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #fcnowonJMeRTrgsKGDAFy2LGquhOkDSA {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #P8BwZXaxTBU1TnVFBmdniJgvEnplD4Z5 {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #psFigR4rTKuE4zATWV8tIbZnaTx2mQZt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #RnRyLVL6yHnbnL64bTWGkhm0IsFV0h9y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #q4sfkMIQZsSqLGyJvsyAS39ozAqpPVWZ { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #moV9XVZWQDpLBgwN2akUCrEGFKLbSDkm {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ozcWDIxRG3qXqDwZEBPeUw4lH84OlNlQ { display:none; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FUhwAg5lHZ5oUTJRxFqkN82el6DDG4yO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #wWu4lkI2o5O7ua9PbckKTscVPzck2fJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #i1sn1ustiqQo3TnKlUez3trOXMCWCrm5 { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ub4ALZ2AbPnk1P7K0HWO2Vs4pzTcVVQ8 {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #dMf4c0pIyNGodEPTuS67LB4Z3EL6Iigs { display:none; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #rvqBSnHt8Q4m4FPDhTTUUrTKePtOhzZf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #TnA0zlBTHigpwWdPccsTybCwDlQW8yVz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FMoptdKaQht2xKfu91yU53y3VWET0CqX { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ZAqQWME3kSPEpRXlvF8LJR7lSOoZUJku {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #pzaFJfIXEzvrtTWox3XeKC3tqizCk91G { display:none; }
#uaS3C1LZoUGLvMca9pwHa6d6zqeoF6E5 { 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:22.93725rem;width:22.56225rem;top:35.8125rem;left:50.25rem;overflow:hidden;display:block; }
#ATkgG3MvhM4Nui9CToNmdGoktoz6aeO6 { box-sizing:content-box;height:26.1875rem;width:25.75rem;position:absolute;display:block;z-index:15019;background-color:#031f3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:49.1875rem;display:block; }
#mp8lbzL7loytvroe3NEeFf72PBn3su1U { box-sizing:content-box;height:3.25rem;width:16.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:0rem;display:block; }
#RuumWbT7W7CLlI2Kb1ICGRVkUr7XxGqT { color:#ffffff;display:block;width:11.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.4375rem;left:2.4375rem;height:1.7871125rem;display:block; }
#Fa4OZDrnvbxI0kv8Jc6c33C1f7TO310A { box-sizing:content-box;height:3.25rem;width:16.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:26.625rem;display:block; }
#S9Bgkrw3uycAE7T36PWWgOb78DwTuyW8 { color:#ffffff;display:block;width:11.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.4375rem;left:29.0625rem;height:1.7871125rem;display:block; }
#izF5dQh15T58ewgJkITvlQm1l53caQJM { box-sizing:content-box;height:3.25rem;width:16.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:53.125rem;display:block; }
#ODKntgMgKuGtgkT1XwcMB3lfgw8y7ORK { color:#ffffff;display:block;width:11.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.4375rem;left:55.5625rem;height:;display:block; }
#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE { 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; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { background-color: transparent; background-image: none; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container > .video-iframe-container { display: none; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row > .video-iframe-container { display: none; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .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); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { border-width: 0; border-radius: 0; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#VA5qtprVaUX9Nh6MoRMhnWTvebTidTHt { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.41235625rem;display:block; }
#i3GETLsPdwu2Hih4kWyXrw2tFHqQyuBM { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:3.75rem;left:54.5625rem;overflow:hidden;display:block; }
#Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0615234375rem;left:0rem;height:5.58545rem;overflow:hidden;display:block; }#Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b5941bd9-4c0c-40e2-8903-9e03af39fbd3/Grupo_145801.png); }
#T2yF3RaFPfCvCC1she4z0LlwtE7EWLRF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:31rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.06201171875rem;left:0rem;display:block; }
#BRZ2HdDyMCd3doIoO9uE6tbkpH3iJeA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container { background-color: transparent; background-image: none; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container > .video-iframe-container { display: none; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row > .video-iframe-container { display: none; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .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); }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container { border-width: 0; border-radius: 0; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#uGwDwzA3W36KweNNQzU3tPxTgKzyb7Ud { color:rgba(var(--color-tertiary-2),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.78125rem;height:3.41235625rem;display:block; }
#iEgCtosNse0e9IDEA6I5spdXI9HhiVkA { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.38671875rem;left:12.71875rem;height:2.59863125rem;text-align:center;text-align-last:center;display:block; }
#SyoXOv8zagvszo11AlTiE8eJnu5FmEFL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.8125rem;left:28.21875rem;display:block; }
#TaSgUJSO8TXCvOBJricEnl9z1RzbOIwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 { 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; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container { background-color: transparent; background-image: none; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container > .video-iframe-container { display: none; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row > .video-iframe-container { display: none; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .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); }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container { border-width: 0; border-radius: 0; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#hZyAJnhWlU0ilM9DQwrnpBDUvpR0XPov { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.5625rem;width:48rem;top:2.75rem;left:27rem;display:block; }
#STVnG6pdrZyubkXHJQKeAcFB1bsxMr6f { color:#202124;display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.41235625rem;display:block; }
#eEUilHJ3PXBT6DmpuxToX6Asw1IlTn66 { color:#4b5563;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.53125rem;left:0rem;height:11.69383125rem;display:block; }
#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { background-color: transparent; background-image: none; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container > .video-iframe-container { display: none; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row > .video-iframe-container { display: none; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .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); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { border-width: 0; border-radius: 0; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#oTP5O71KRUANcTcuP2SDIBb0PXyFM0BI { color:#202124;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:10.25rem;height:3.41235625rem;display:block; }
#smf1VJaOXpOrDNF12xzS17rbtHDWmB9T { color:#4b5563;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:20.9375rem;height:1.29980625rem;display:block; }
#siLfqQZyeUDaPJbaN45yopvv5hnr3xhA { color:#4b5563;display:block;width:72.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1.4375rem;height:2.59863125rem;display:block; }
#uoKBQffk1EQbRweot27EMNu3DrTCKxp2 { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.5625rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#uBeLJWLDZQuJy4zT3xKvdiqnHhIxd6fC { color:#262626;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.125rem;left:1.5625rem;height:2.59863125rem;text-align:center;text-align-last:center;display:block; }
#m6mvC1GcMbowzA72Hyn7woAUtZIidTfU { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.3125rem;left:20.375rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#of5T6ge0AmGKOroFy0pc7UzgMNJW0C11 { color:#262626;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.375rem;height:3.89795rem;text-align:center;text-align-last:center;display:block; }
#rkmEUykhf9I5IfLoTc99XM1vcR9aTmes { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.3125rem;left:39.5rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#f73WWZarKcfWPghZLMv2XWZISl5c9or2 { color:#262626;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.125rem;left:39.5rem;height:2.59863125rem;text-align:center;text-align-last:center;display:block; }
#QLaL3W0pK28q9o3T1KNaytHe2AFXmTTT { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:58.4375rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#z3n5JOkrw3EsW9Hl2mBtWvQS4dk7tQIH { color:#262626;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.125rem;left:58.4375rem;height:3.89795rem;text-align:center;text-align-last:center;display:block; }
#RAa69drXRgU5dJknxJhTRpBuzG0XT0it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { background-color: transparent; background-image: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container > .video-iframe-container { display: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container { display: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .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); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { border-width: 0; border-radius: 0; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { color:#292929;display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.21875rem;height:3.41235625rem;font-style:normal;display:block; }
#Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { position:absolute;display:block;z-index:15009;height:35.9375rem;width:70.25rem;top:6.8125rem;left:2.4375rem;display:block; }
#XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:23.65625rem;left:0rem;overflow:hidden;display:none; }
#gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:44.3125rem;left:35.8125rem;display:none; }
#Say4LecNTbEKlUCDQBDApTLhErfn5DqI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:44.3125rem;left:37.125rem;display:none; }
#TD65sCG6xvVhr8IIht7veuER2XIA85ur { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:23.65625rem;left:72.75rem;overflow:hidden;display:none; }
#xBdfzEelZKibh4WnJfSmRtGK3Ctmzetn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:44.3125rem;left:38.625rem;display:none; }
#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { background-color: transparent; background-image: none; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container > .video-iframe-container { display: none; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row > .video-iframe-container { display: none; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .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); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { border-width: 0; border-radius: 0; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#ZT1gT85DJWOkMyzaLqHuNI0xn4ciPhSX { color:#031f3c;display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.5625rem;height:3.41235625rem;display:block; }
#TOTefCrQeh6lTXl3T6FKEvVvbpwDqSyl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:22.15625rem;height:1.29980625rem;display:block; }
#PlIPvfsRc3las3tWxaGaFQODRMSqQg99 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.4375rem;left:27.40625rem;display:block; }
#Nl7Ufqy64Wpp70eFF8fCkWGyP5eELfcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031f3c;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;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.875rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.625rem;left:68.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.625rem;left:64.875rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.625rem;left:61.125rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.625rem;left:72.5rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:1.13745rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:5.375rem;height:3.4375rem;top:0.75rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block; }
 }@media only screen and (max-width: 1199px) { #WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { width:7.6875rem;height:3.4375rem;top:0.75rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block; }
 }@media only screen and (max-width: 1199px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:31rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 1199px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:11.5rem;height:2.375rem;top:1.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 1199px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { top:1.40625rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;z-index:15005;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8eDWTA5lAyxvapSvxTR38sdwHyUAwR5 { width:9.4375rem;height:3.4375rem;top:0.75rem;left:38.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TqZZHLPbO9a3pr1znTvLD2HKwTDs2TyX { display:block; }
 }@media only screen and (max-width: 1199px) { #Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { width:7.875rem;height:3.3125rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/668822fe-4b13-4335-ab1a-a18909fc9c3b/3fce09f1733a11e999fe0697e5ca793e_a8f7d42f0dffdc5bced9ddf085ec8262e0be29ab_MEngComputerScienceDesktop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:47.75rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:21.9375rem;height:5.6879875rem;top:13.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:3.89795rem;top:21.749267578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:28.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:24.9375rem;height:46.5625rem;top:9.1875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { top:0rem;left:0.03125rem;width:47.75rem;height:3.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #TpGCTt5GsvgTVhKJ0u2TWst1thuivDQX { width:17rem;height:2.375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 { width:15.5625rem;height:1.13745rem;top:9.75rem;left:0.5625rem;font-size:0.875rem;display:block; }#cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 li:before{  }
 }@media only screen and (max-width: 1199px) { #i623zcdpiu8kSZ4hTisXbHkBEBiuswVz { width:15.0625rem;height:1.13745rem;top:31.875rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI { display:block; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container { width:47.75rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PTiVefy1sbhogr0HUmByTg6qCmnW9Rwx { width:47.75rem;height:2.84399375rem;top:3.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Idn8T1gWl6R6IOeAcPPiiIgPTrI8D0df { width:5.87475625rem;height:6.43725rem;top:8.091796875rem;left:8.9501953125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bd3XpwV5NlInc6iyVz7K08Kc7nhRtsNk { width:10.875rem;height:4.5rem;top:9.0625rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnU4mChmGEiSIHemWBfMifo3HezhTTyh { width:7.0625rem;height:7.0625rem;top:19.34375rem;left:30.749755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mkfxd8Ve3gcyBUiGVGam67yz4mXTXs4a { width:9.8745rem;height:1.29980625rem;top:15.255615234375rem;left:6.951416015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6vFTNn0fBzTA6xftqkMCuUpLTywzRfH { width:15.625rem;height:1.29980625rem;top:14.6875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqtBTLzSbB70x8ThvzVV7Mt0hqKQ3tU1 { width:12.06225rem;height:1.29980625rem;top:27.31201171875rem;left:28.327880859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tpicglMJ8L6EDiHMr0kWXpot2L6KCioF { width:7.062rem;height:7.062rem;top:19.2802734375rem;left:8.354736328125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcyO6KatNNRtK8wkULicVAfPousoe88Z { width:8.74875rem;height:1.29980625rem;top:27.31201171875rem;left:7.512451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { width:47.75rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lOr65rtrAfSUdmktRfOeOwuX6qmDdEd6 { width:41.375rem;height:41.375rem;top:35.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfFnQ39ut4ocy2X2G9Nl7a8QMSGyMP0b { width:47.75rem;height:2.84399375rem;top:3.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { width:47.75rem;height:3.89795rem;top:7.15625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { width:41.4375rem;height:3.89795rem;top:12.9375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhfJK5trwsDaT532CSwnceskVK4COQ2S { width:37.375rem;height:3.89795rem;top:18.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z810dHvtF1XQbRMdTget5xPzA1GGBxdS { width:37.9375rem;height:3.89795rem;top:24.625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C06wFiOekaC5slSiENAhF3dwtEQQoBzN { width:3.125rem;height:3.125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIOuTgz20mxtFPAa3U47fTf0lEZbpCHp { width:3.125rem;height:1.29980625rem;top:13.986328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHwyArkTg2WvWscV69pMzUFNnkBPwJ8p { width:3.125rem;height:3.125rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhx3GZxOsOhFhZmaMOG3R7DMknM6LTcw { width:3.125rem;height:1.29980625rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7kHXarJmQkp1Trecm04xXwsnaWT8mTo { width:3.125rem;height:3.125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBHl1vC94KDAevmTMAXDgHkWLFhKAziO { width:3.125rem;height:1.29980625rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UwmenqlIAgd5ErrEmqkhlGL3flXVMgLU { width:31rem;height:3.375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RSQlMkBX0eT0NQaf5aAynOTTR9FwZwyC { display:block; }
 }@media only screen and (max-width: 1199px) { #aRf9MfAi112ANs8bnoGF38ZRe4mmGT2b { width:29.9375rem;height:1.13745rem;top:77.75rem;left:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R269mugIWPrdDBrhIA84oDbsx4kfnIup { display:block; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { width:47.75rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KwbsncGAPPfNHelTAATTtPmqHphNB9Pd { width:16.37475rem;height:2.84399375rem;top:3.75rem;left:16.3125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yfKu5l3Fum3geFByGok6sNz7NZCQWQvt { width:21.875rem;height:7.795875rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgQA0CicrXDS2ZnzMo9o0ViAhmTPkFdu { width:22.3125rem;height:9.0951875rem;top:15.5625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8pSRhIflJnb6qKCx860y2sKkNDPnpRH { width:22.3125rem;height:9.0951875rem;top:32.249267578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNOT34C0BvwJUbZ6D3y7f6Zp3QcCfsAL { width:34.437rem;height:2.84399375rem;top:45.40576171875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I { display:flex;height:auto;width:44rem;top:80.4375rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ye2OqInsrThm3l13V5LlkqaVeqANtxLy {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #h8eKIVMw7XPWHU4n2SE4I36mADnKPpLq {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #Nrqk8Jrzs0E7v8XGiwl6F2BgkGVABri3 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #fcnowonJMeRTrgsKGDAFy2LGquhOkDSA {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #P8BwZXaxTBU1TnVFBmdniJgvEnplD4Z5 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #psFigR4rTKuE4zATWV8tIbZnaTx2mQZt {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #RnRyLVL6yHnbnL64bTWGkhm0IsFV0h9y {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #q4sfkMIQZsSqLGyJvsyAS39ozAqpPVWZ {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #moV9XVZWQDpLBgwN2akUCrEGFKLbSDkm {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ozcWDIxRG3qXqDwZEBPeUw4lH84OlNlQ {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FUhwAg5lHZ5oUTJRxFqkN82el6DDG4yO {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #wWu4lkI2o5O7ua9PbckKTscVPzck2fJ4 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #i1sn1ustiqQo3TnKlUez3trOXMCWCrm5 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ub4ALZ2AbPnk1P7K0HWO2Vs4pzTcVVQ8 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #dMf4c0pIyNGodEPTuS67LB4Z3EL6Iigs {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #rvqBSnHt8Q4m4FPDhTTUUrTKePtOhzZf {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #TnA0zlBTHigpwWdPccsTybCwDlQW8yVz {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FMoptdKaQht2xKfu91yU53y3VWET0CqX {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ZAqQWME3kSPEpRXlvF8LJR7lSOoZUJku {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #pzaFJfIXEzvrtTWox3XeKC3tqizCk91G {  }
 }@media only screen and (max-width: 1199px) { #uaS3C1LZoUGLvMca9pwHa6d6zqeoF6E5 { width:44rem;height:26.4375rem;top:52.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATkgG3MvhM4Nui9CToNmdGoktoz6aeO6 { width:47.75rem;height:31.1875rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mp8lbzL7loytvroe3NEeFf72PBn3su1U { width:16.875rem;height:3.1875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuumWbT7W7CLlI2Kb1ICGRVkUr7XxGqT { width:11.87475rem;height:1.7871125rem;top:11.5625rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fa4OZDrnvbxI0kv8Jc6c33C1f7TO310A { width:16.875rem;height:3.1875rem;top:10.875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9Bgkrw3uycAE7T36PWWgOb78DwTuyW8 { width:11.87475rem;height:1.7871125rem;top:11.574462890625rem;left:27.936767578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izF5dQh15T58ewgJkITvlQm1l53caQJM { width:16.875rem;height:3.1875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODKntgMgKuGtgkT1XwcMB3lfgw8y7ORK { width:11.87475rem;height:1.7871125rem;top:28.324951171875rem;left:3.123779296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE { display:block; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VA5qtprVaUX9Nh6MoRMhnWTvebTidTHt { width:30.3125rem;height:2.84399375rem;top:1.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3GETLsPdwu2Hih4kWyXrw2tFHqQyuBM { width:14.0625rem;height:14.0625rem;top:1.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT { width:30.3125rem;height:6.88475rem;top:6.3125rem;left:0.0625rem;font-size:1rem;display:block; }#Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b5941bd9-4c0c-40e2-8903-9e03af39fbd3/Grupo_145801.png); }
 }@media only screen and (max-width: 1199px) { #T2yF3RaFPfCvCC1she4z0LlwtE7EWLRF { width:31rem;height:3.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRZ2HdDyMCd3doIoO9uE6tbkpH3iJeA6 { display:block; }
 }@media only screen and (max-width: 1199px) { #wMqkXgMvBJW3dSICUyyURegtDQEDyrZW { display:block; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container { width:47.75rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uGwDwzA3W36KweNNQzU3tPxTgKzyb7Ud { width:47.75rem;height:2.84399375rem;top:4.375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #iEgCtosNse0e9IDEA6I5spdXI9HhiVkA { width:47.75rem;height:2.59863125rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyoXOv8zagvszo11AlTiE8eJnu5FmEFL { width:16.75rem;height:3.25rem;top:14.3125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaSgUJSO8TXCvOBJricEnl9z1RzbOIwm { display:block; }
 }@media only screen and (max-width: 1199px) { #iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 { display:block; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container { width:47.75rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hZyAJnhWlU0ilM9DQwrnpBDUvpR0XPov { width:47.75rem;height:24.4345703125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STVnG6pdrZyubkXHJQKeAcFB1bsxMr6f { width:47.75rem;height:2.84399375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEUilHJ3PXBT6DmpuxToX6Asw1IlTn66 { width:47.75rem;height:7.7959rem;top:29.05859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 { display:block; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { width:47.75rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oTP5O71KRUANcTcuP2SDIBb0PXyFM0BI { width:47.75rem;height:2.84399375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smf1VJaOXpOrDNF12xzS17rbtHDWmB9T { width:33.0625rem;height:1.29980625rem;top:9.125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siLfqQZyeUDaPJbaN45yopvv5hnr3xhA { width:47.75rem;height:3.89795rem;top:11.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uoKBQffk1EQbRweot27EMNu3DrTCKxp2 { width:15rem;height:5.84985625rem;top:17.4375rem;left:5.75rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBeLJWLDZQuJy4zT3xKvdiqnHhIxd6fC { width:15rem;height:2.59863125rem;top:23.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6mvC1GcMbowzA72Hyn7woAUtZIidTfU { width:15rem;height:5.84985625rem;top:17.4375rem;left:27rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #of5T6ge0AmGKOroFy0pc7UzgMNJW0C11 { width:15rem;height:3.89795rem;top:23.25rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkmEUykhf9I5IfLoTc99XM1vcR9aTmes { width:15rem;height:5.84985625rem;top:30.6875rem;left:5.75rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f73WWZarKcfWPghZLMv2XWZISl5c9or2 { width:15rem;height:3.89795rem;top:36.5rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLaL3W0pK28q9o3T1KNaytHe2AFXmTTT { width:15rem;height:5.84985625rem;top:30.5625rem;left:27rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3n5JOkrw3EsW9Hl2mBtWvQS4dk7tQIH { width:15rem;height:3.89795rem;top:36.375rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:47.75rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:42.9375rem;height:21.25rem;top:6.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { width:0.625rem;height:0.625rem;top:29.125rem;left:22rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Say4LecNTbEKlUCDQBDApTLhErfn5DqI { width:0.625rem;height:0.625rem;top:29.125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:16.0625rem;left:45.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xBdfzEelZKibh4WnJfSmRtGK3Ctmzetn { width:0.625rem;height:0.625rem;top:29.125rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq { display:block; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZT1gT85DJWOkMyzaLqHuNI0xn4ciPhSX { width:34.875rem;height:2.84399375rem;top:4.3125rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOTefCrQeh6lTXl3T6FKEvVvbpwDqSyl { width:30.6875rem;height:1.29980625rem;top:9.0625rem;left:8.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PlIPvfsRc3las3tWxaGaFQODRMSqQg99 { width:16.75rem;height:3.25rem;top:14.0625rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nl7Ufqy64Wpp70eFF8fCkWGyP5eELfcq { display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:7.875rem;height:3.3125rem;top:3.25rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:26.3125rem;height:1.29980625rem;top:18.5625rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:14.8125rem;left:16.6875rem;font-size:1.75rem;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { width:2.5rem;height:2.5rem;top:14.8125rem;left:20.625rem;font-size:1.75rem;display:block; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { width:2.5rem;height:2.5rem;top:14.8125rem;left:24.625rem;font-size:1.75rem;display:block; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { width:2.5rem;height:2.5rem;top:14.8125rem;left:28.5625rem;font-size:1.75rem;display:block; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { width:23.5rem;height:1.13745rem;top:20.875rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:7.75rem;height:3.4375rem;top:6.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block; }
 }@media only screen and (max-width: 763px) { #WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { width:11rem;height:3.4375rem;top:10.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block; }
 }@media only screen and (max-width: 763px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:7.75rem;height:3.4375rem;top:20.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:8.125rem;height:2.3125rem;top:1.4375rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 763px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { display:flex;width:1.5625rem;height:1.5625rem;top:1.84375rem;left:17.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #S8eDWTA5lAyxvapSvxTR38sdwHyUAwR5 { width:9.4375rem;height:3.4375rem;top:0.75rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqZZHLPbO9a3pr1znTvLD2HKwTDs2TyX { display:block; }
 }@media only screen and (max-width: 763px) { #Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { width:7.875rem;height:3.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/668822fe-4b13-4335-ab1a-a18909fc9c3b/3fce09f1733a11e999fe0697e5ca793e_a8f7d42f0dffdc5bced9ddf085ec8262e0be29ab_MEngComputerScienceDesktop.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:20rem;height:5.6879875rem;top:12.498779296875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:3.89795rem;top:20.685791015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:18.687rem;height:67.5rem;top:38.373779296875rem;left:0.655517578125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGCTt5GsvgTVhKJ0u2TWst1thuivDQX { width:17rem;height:2.375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 { width:15.5625rem;height:1.13745rem;top:8.3125rem;left:0.875rem;font-size:0.875rem;display:block; }#cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 li:before{  }
 }@media only screen and (max-width: 763px) { #i623zcdpiu8kSZ4hTisXbHkBEBiuswVz { width:15.0625rem;height:1.13745rem;top:31.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI { display:block; }#R9e9cEUG0ZfaHPd5OnRldLyxGTKIMTFI > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTiVefy1sbhogr0HUmByTg6qCmnW9Rwx { width:20rem;height:2.6001rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idn8T1gWl6R6IOeAcPPiiIgPTrI8D0df { width:5.12475625rem;height:5.625rem;top:6.156005859375rem;left:7.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3XpwV5NlInc6iyVz7K08Kc7nhRtsNk { width:10.875rem;height:4.5rem;top:15.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnU4mChmGEiSIHemWBfMifo3HezhTTyh { width:4.93725625rem;height:4.93725625rem;top:24.5302734375rem;left:7.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkfxd8Ve3gcyBUiGVGam67yz4mXTXs4a { width:20rem;height:1.29980625rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6vFTNn0fBzTA6xftqkMCuUpLTywzRfH { width:20rem;height:1.29980625rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqtBTLzSbB70x8ThvzVV7Mt0hqKQ3tU1 { width:20rem;height:1.29980625rem;top:30.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpicglMJ8L6EDiHMr0kWXpot2L6KCioF { width:6.1245125rem;height:6.1245125rem;top:33.5302734375rem;left:6.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcyO6KatNNRtK8wkULicVAfPousoe88Z { width:7.875rem;height:1.29980625rem;top:40.4375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOr65rtrAfSUdmktRfOeOwuX6qmDdEd6 { width:20rem;height:20rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfFnQ39ut4ocy2X2G9Nl7a8QMSGyMP0b { width:20rem;height:7.8003125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { width:20rem;height:7.795875rem;top:12.1728515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { width:15.9375rem;height:7.79588125rem;top:21.875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhfJK5trwsDaT532CSwnceskVK4COQ2S { width:14.1875rem;height:7.79588125rem;top:31.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z810dHvtF1XQbRMdTget5xPzA1GGBxdS { width:15.625rem;height:7.79588125rem;top:41.25rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C06wFiOekaC5slSiENAhF3dwtEQQoBzN { width:3.125rem;height:3.125rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIOuTgz20mxtFPAa3U47fTf0lEZbpCHp { width:3.125rem;height:1.29980625rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHwyArkTg2WvWscV69pMzUFNnkBPwJ8p { width:3.125rem;height:3.125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhx3GZxOsOhFhZmaMOG3R7DMknM6LTcw { width:3.125rem;height:1.29931875rem;top:32.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7kHXarJmQkp1Trecm04xXwsnaWT8mTo { width:3.125rem;height:3.125rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBHl1vC94KDAevmTMAXDgHkWLFhKAziO { width:3.125rem;height:1.29931875rem;top:42.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwmenqlIAgd5ErrEmqkhlGL3flXVMgLU { width:19.9995rem;height:3.375rem;top:50.920166015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSQlMkBX0eT0NQaf5aAynOTTR9FwZwyC { display:block; }
 }@media only screen and (max-width: 763px) { #aRf9MfAi112ANs8bnoGF38ZRe4mmGT2b { width:20rem;height:2.2749rem;top:77.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R269mugIWPrdDBrhIA84oDbsx4kfnIup { display:block; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { width:20rem;height:121.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwbsncGAPPfNHelTAATTtPmqHphNB9Pd { width:20rem;height:2.6001rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKu5l3Fum3geFByGok6sNz7NZCQWQvt { width:19.99875rem;height:9.0951875rem;top:11.41259765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgQA0CicrXDS2ZnzMo9o0ViAhmTPkFdu { width:19.9980625rem;height:11.693875rem;top:27.491455078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8pSRhIflJnb6qKCx860y2sKkNDPnpRH { width:19.9980625rem;height:10.3945rem;top:46.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNOT34C0BvwJUbZ6D3y7f6Zp3QcCfsAL { width:19.99875rem;height:5.20019375rem;top:58.3447265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I { display:flex;height:auto;width:18.125rem;top:85rem;left:0rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;gap:1.25rem; }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ye2OqInsrThm3l13V5LlkqaVeqANtxLy {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #h8eKIVMw7XPWHU4n2SE4I36mADnKPpLq {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #Nrqk8Jrzs0E7v8XGiwl6F2BgkGVABri3 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #fcnowonJMeRTrgsKGDAFy2LGquhOkDSA {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #P8BwZXaxTBU1TnVFBmdniJgvEnplD4Z5 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #psFigR4rTKuE4zATWV8tIbZnaTx2mQZt {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #RnRyLVL6yHnbnL64bTWGkhm0IsFV0h9y {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #q4sfkMIQZsSqLGyJvsyAS39ozAqpPVWZ {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #moV9XVZWQDpLBgwN2akUCrEGFKLbSDkm {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ozcWDIxRG3qXqDwZEBPeUw4lH84OlNlQ {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FUhwAg5lHZ5oUTJRxFqkN82el6DDG4yO {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #wWu4lkI2o5O7ua9PbckKTscVPzck2fJ4 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #i1sn1ustiqQo3TnKlUez3trOXMCWCrm5 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ub4ALZ2AbPnk1P7K0HWO2Vs4pzTcVVQ8 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #dMf4c0pIyNGodEPTuS67LB4Z3EL6Iigs {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #rvqBSnHt8Q4m4FPDhTTUUrTKePtOhzZf {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #TnA0zlBTHigpwWdPccsTybCwDlQW8yVz {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FMoptdKaQht2xKfu91yU53y3VWET0CqX {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ZAqQWME3kSPEpRXlvF8LJR7lSOoZUJku {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #pzaFJfIXEzvrtTWox3XeKC3tqizCk91G {  }
 }@media only screen and (max-width: 763px) { #uaS3C1LZoUGLvMca9pwHa6d6zqeoF6E5 { width:18.375rem;height:18.687rem;top:66.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkgG3MvhM4Nui9CToNmdGoktoz6aeO6 { width:20rem;height:20.3125rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp8lbzL7loytvroe3NEeFf72PBn3su1U { width:20rem;height:3.75rem;top:5.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuumWbT7W7CLlI2Kb1ICGRVkUr7XxGqT { width:11.874rem;height:1.7871125rem;top:6.730224609375rem;left:4.623046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4OZDrnvbxI0kv8Jc6c33C1f7TO310A { width:20rem;height:3.75rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Bgkrw3uycAE7T36PWWgOb78DwTuyW8 { width:11.8733125rem;height:1.7871125rem;top:23.35546875rem;left:4.62451171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izF5dQh15T58ewgJkITvlQm1l53caQJM { width:20rem;height:3.75rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODKntgMgKuGtgkT1XwcMB3lfgw8y7ORK { width:11.8733125rem;height:1.7871125rem;top:42.0439453125rem;left:4.62451171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE { display:block; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA5qtprVaUX9Nh6MoRMhnWTvebTidTHt { width:20rem;height:5.20019375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GETLsPdwu2Hih4kWyXrw2tFHqQyuBM { width:20rem;height:18.625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT { width:20rem;height:10.7826875rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }#Mw2IE4K0rNzvRrPT5S5MiLyqulfTHxiT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b5941bd9-4c0c-40e2-8903-9e03af39fbd3/Grupo_145801.png); }
 }@media only screen and (max-width: 763px) { #T2yF3RaFPfCvCC1she4z0LlwtE7EWLRF { width:20rem;height:3.99975625rem;top:41.4990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRZ2HdDyMCd3doIoO9uE6tbkpH3iJeA6 { display:block; }
 }@media only screen and (max-width: 763px) { #wMqkXgMvBJW3dSICUyyURegtDQEDyrZW { display:block; }#wMqkXgMvBJW3dSICUyyURegtDQEDyrZW > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGwDwzA3W36KweNNQzU3tPxTgKzyb7Ud { width:20rem;height:7.8003125rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEgCtosNse0e9IDEA6I5spdXI9HhiVkA { width:20rem;height:5.1972625rem;top:11.8603515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyoXOv8zagvszo11AlTiE8eJnu5FmEFL { width:16.75rem;height:3.25rem;top:19.9345703125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaSgUJSO8TXCvOBJricEnl9z1RzbOIwm { display:block; }
 }@media only screen and (max-width: 763px) { #iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 { display:block; }#iLQrmR4Xv4oFdLTiqb37lTQdQghJx8F8 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZyAJnhWlU0ilM9DQwrnpBDUvpR0XPov { height:10.234375rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVnG6pdrZyubkXHJQKeAcFB1bsxMr6f { width:20rem;height:2.6001rem;top:12.734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEUilHJ3PXBT6DmpuxToX6Asw1IlTn66 { width:20rem;height:16.89106875rem;top:16.5839875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 { display:block; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTP5O71KRUANcTcuP2SDIBb0PXyFM0BI { width:20rem;height:7.8003125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smf1VJaOXpOrDNF12xzS17rbtHDWmB9T { width:20rem;height:2.59863125rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siLfqQZyeUDaPJbaN45yopvv5hnr3xhA { width:20rem;height:7.795875rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKBQffk1EQbRweot27EMNu3DrTCKxp2 { width:20rem;height:5.84985625rem;top:24.6875rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBeLJWLDZQuJy4zT3xKvdiqnHhIxd6fC { width:20rem;height:2.59863125rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6mvC1GcMbowzA72Hyn7woAUtZIidTfU { width:20rem;height:5.84985625rem;top:35.5625rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5T6ge0AmGKOroFy0pc7UzgMNJW0C11 { width:20rem;height:2.59863125rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkmEUykhf9I5IfLoTc99XM1vcR9aTmes { width:20rem;height:5.84985625rem;top:46.5625rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f73WWZarKcfWPghZLMv2XWZISl5c9or2 { width:20rem;height:2.59863125rem;top:52.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLaL3W0pK28q9o3T1KNaytHe2AFXmTTT { width:20rem;height:5.84985625rem;top:57.5625rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3n5JOkrw3EsW9Hl2mBtWvQS4dk7tQIH { width:20rem;height:2.59863125rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:20rem;height:16.875rem;top:5.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:12.630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { width:0.625rem;height:0.625rem;top:24.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Say4LecNTbEKlUCDQBDApTLhErfn5DqI { width:0.625rem;height:0.625rem;top:24.75rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:12.630859375rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBdfzEelZKibh4WnJfSmRtGK3Ctmzetn { width:0.625rem;height:0.625rem;top:24.75rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq { display:block; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT1gT85DJWOkMyzaLqHuNI0xn4ciPhSX { width:20rem;height:5.20019375rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTefCrQeh6lTXl3T6FKEvVvbpwDqSyl { width:20rem;height:2.59863125rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlIPvfsRc3las3tWxaGaFQODRMSqQg99 { width:16.75rem;height:3.25rem;top:17.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl7Ufqy64Wpp70eFF8fCkWGyP5eELfcq { display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:7.875rem;height:3.3125rem;top:2.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:2.59863125rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:2.75rem;font-size:1.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:6.6875rem;font-size:1.75rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { display:flex;width:2.5rem;height:2.5rem;top:14.6875rem;left:10.6875rem;font-size:1.75rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { width:20rem;height:2.2749rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }