.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:254,227,225;--color-primary-1:252,161,157;--color-primary-2:249,66,58;--color-primary-3:125,33,29;--color-primary-4:37,10,9;--color-secondary-0:226,227,229;--color-secondary-1:158,162,169;--color-secondary-2:60,69,83;--color-secondary-3:30,35,42;--color-secondary-4:9,10,12;--color-tertiary-0:255,255,255;--color-tertiary-1:249,248,248;--color-tertiary-2:234,232,232;--color-tertiary-3:117,116,116;--color-tertiary-4:23,23,23;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#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; }#H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { 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.625rem;width:13.1875rem;top:0.6875rem;left:0.09375rem;overflow:hidden;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;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:49.937503814698rem;display:block; }
#aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJ7HfiMU1FfKCepXb4pnCzg5MEKW84Tb { 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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;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:31.250003814698rem;display:block; }
#Vy7MXKp59OGbRqEQpJ0Sl7gFOdwufkHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQTb3Ht5hdXlf4hZy3WTenlea9O6az79 { 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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:38.562503814698rem;display:block; }
#WU3U7BS2oX4Mqhc1WLQ9hvJt0ozLeTsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RkO9wiOXhRdBBS7FC6iTKD4viiu1OZAt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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.21875rem;display:block; }
#CXpLmmvmCQMhgfUAd5hHNIDAAWsnoagz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwU4vUnawXhyOXiHSccZdUeZ7qKDxIQO { 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; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#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.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-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: block; }#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:54.6875rem;width:75rem;position:relative;display:block; }#vt32TaXeAxAZumT4SRNiGaHrBAsPTIVm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8798828125rem;left:1.7421875rem;height:4.7109375rem;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; }
#nLfRmNTPMH78UT663WZCNa0yAyEkd5g7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.7421875rem;height:4.38574375rem;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; }
#VJVk2ud7zNm7ouvLV6sXTZ7BIEAEIIL7 { position:absolute;display:block;z-index:15003;height:42.375rem;width:34.25rem;top:9rem;left:37.875rem;display:block; }
#m8z2if77rMnTqIXbHhg0DEzk0mqpLx27 { box-sizing:content-box;height:46.875rem;width:36.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:36.9375rem;display:block; }
#hcsn5CLHz8DL59dxI9OPgU1S8kdpXozr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:38.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydwIViHITistommsmtTMJyp2pT09Bg58 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { background-color: transparent; background-image: none; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container > .video-iframe-container { display: none; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row > .video-iframe-container { display: none; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .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); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { border-width: 0; border-radius: 0; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:75rem;position:relative;display:block; }#iz9esJVGMZGGS4CKxCwh59ql4RoinPML { color:#3c4553;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.84375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mU30IBcPTvza4kWNhmZUcGLZ6v7isCJo { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:9.0625rem;left:19.8125rem;height:1.625rem;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; }
#sd7WMEQhDip7Ktv4xoAsFsbEBTGUqKvk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:19.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#AvLvWFTPr5sZmbURkIQdS2lqaMLtbGeX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.125rem;height:1.625rem;font-style:normal;display:block; }
#cQdWTzUAgBIBSgf117vutkLVuv8GZtDI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:42.125rem;height:3.8994125rem;font-style:normal;display:block; }
#ZdkIK8SVTx5yLsH6Ds7S440waJpmSZF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.25rem;left:19.8125rem;height:1.625rem;font-style:normal;display:block; }
#BBVweLeq1us0zwLRA0UIPTrIlTFe9xZR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5625rem;left:19.8125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdbsH3bbEOT75WyBxIfXgybiDtny60Qr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.875rem;left:42.125rem;height:1.625rem;font-style:normal;display:block; }
#CsdaT0eLqfcrRXMH3XvvWccSyR7OExg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5625rem;left:42.125rem;height:5.19921875rem;font-style:normal;display:block; }
#hrxB2cvDs8w0La8fEB7n9Ex0qi5ybFxp { color:rgba(var(--color-secondary-2),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5rem;left:17.8125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AoSiknMoomyccBAJy2TuRM2L5d1LG2pG { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15033;background-color:#fcc9c7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.625rem;left:17.8125rem;display:block; }
#tbOsC2lRITCwEPWPT4fcTWCszVTgpcaQ { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15034;background-color:#dac7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:39.8125rem;display:block; }
#dNgd97m6UAqU672MtaQsEr5dqcir1zkp { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15035;background-color:#b3edb7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:17.8125rem;display:block; }
#OzZMIvwIC8zNRIJAet9Rnb01fNCLCTHE { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15036;background-color:#f5e9a0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:39.8125rem;display:block; }
#QDIb5hCzDtq89VHJwHcaEcABCu8tahXv { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:40.75rem;left:10.8125rem;height:3.25rem;font-style:normal;display:block; }
#G5ZqmGalEGnr2XBXmf16bsPJrc2PcOWQ { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:40.75rem;left:29.9375rem;height:3.25rem;font-style:normal;display:block; }
#uAl3ABnebWUliD33OUPdivmZ6L8m0tDg { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;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:39.6875rem;left:9.8125rem;display:block; }
#tTGTt2DlGIxxxsTgsyqeIivuhZ8gwoeH { box-sizing:content-box;height:12.1875rem;width:16.4375rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.125rem;left:49.8125rem;display:block; }
#K8zCOzJrMQ7TFiJfT4Sq7fnUVpOrs5tz { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:45.0625rem;left:10.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#SZHPOm0rEg3Dp6SyRapBmz9b4gL9LWm3 { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;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:54.875rem;left:29.625rem;display:block; }
#ZSKeTT11NREWgJBzzJgnVuwV9ydZdIiM { box-sizing:content-box;height:12.125rem;width:16.1875rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.125rem;left:10.8125rem;display:block; }
#vkrtClzlLTbZrDd6hQPOugn6wzqnZUCN { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:39.875rem;left:29.5rem;height:3.25rem;font-style:normal;display:none; }
#JGwsnTsat4g4QBSv0e75bacbGtdKxgJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:45.8125rem;left:34.125rem;display:none; }
#GbZ7u3zRfMNpXdsf7PraENbJNO1z1lo2 { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;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:39.6875rem;left:29.25rem;display:block; }
#iXuTsVCVpi5Myeibwrc9RRApalxPwSVA { box-sizing:content-box;height:12.1875rem;width:16.625rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.125rem;left:29.9375rem;display:block; }
#OrWvi6b4gJBtSGOJLOfIChaJo0HxfAT4 { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:39.875rem;left:29.5rem;height:3.25rem;font-style:normal;display:none; }
#oAa825sTH0XeMyAFqtTiWTCoSm84X6Iy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:61.25rem;left:4.1875rem;display:none; }
#oSfEwVaeoCbuTbquWIkOHsaiTxT0LyqL { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;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:39.6875rem;left:49rem;display:block; }
#XTPPxfmR4ByrEI6ZodAJ2DzdvoiBO7CF { box-sizing:content-box;height:11.8125rem;width:16.3125rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.75rem;left:10.8125rem;display:block; }
#HZ3xvnJoeCA6Wq809AkvJtKu103Avx9M { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:39.875rem;left:29.5rem;height:3.25rem;font-style:normal;display:none; }
#JMAPJuarWsv85TGWqN1T2gD8uEASfnQt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:60.625rem;left:27.1875rem;display:none; }
#sr7ssCd4UTdtKM50goa5HM20zO6w78tK { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;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:54.8125rem;left:9.8125rem;display:block; }
#G9wbgTn7MQkmC1BiokhqQ3faoG0DxWsW { box-sizing:content-box;height:11.8125rem;width:16.5625rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.8125rem;left:30.3125rem;display:block; }
#TV0IP4P4REExIN8esu7TENRmx7tIdxLx { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:39.875rem;left:29.5rem;height:3.25rem;font-style:normal;display:none; }
#x5sUBD4LZBJX667HTZWJ2gsEXab7KRN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:80.5rem;left:15.1875rem;display:none; }
#ac4xkVWGdiOvkR2FMyZqVUzQF2E9iqxC { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:71.125rem;left:25.375rem;display:block; }
#UsZNkLKNW9yiQAIDW6GnTkyDGATTOpDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrqQZRa9GfVvaftr7PXqh3wQ57df0bnp { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:42.875rem;left:7.4375rem;display:none; }
#kegnT5dxztza3qoeTV7Q4f4exdWx6ACB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:56.4375rem;left:4.125rem;display:none; }
#hOQFaT5d9haSWSeA7rtTbBlEsgecaOkZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:68.1875rem;left:8.8125rem;display:none; }
#JcnU2wXTlpQozAo6zTveTKK6MZPeLVVB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:82.5rem;left:9.5625rem;display:none; }
#MQvkzTwy5UElshFvb4fK5lvp2JTFkdgR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:96.4375rem;left:0rem;display:none; }
#DqVcaE3HdNNfE3gXgqDbUzmof5QRM1AJ { color:rgba(var(--color-secondary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:45.0625rem;left:29.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#uykJnDCGg1bTqzXGJBMzPQKs03wUOnGv { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:40.75rem;left:49.8125rem;height:3.25rem;font-style:normal;display:block; }
#mHCO8UbEt7xNSe4zTaiMVbclNu3z9gvQ { color:rgba(var(--color-secondary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:45.0625rem;left:49.8125rem;height:3.8994125rem;font-style:normal;display:block; }
#WMuwGXq3VTDT98KXISQLTrZpxwF6lTB2 { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:56.625rem;left:10.5rem;height:1.625rem;font-style:normal;display:block; }
#xKDRJyM4zxAaRJtEnnCeOtXZX75anXLM { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:59.875rem;left:10.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#SleLAQTTEUtTvXxEVzE99pbrvrtO9FKT { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:55.8125rem;left:30.3125rem;height:3.25rem;font-style:normal;display:block; }
#T3Ti6yz5AQefuAE1DLTqUmCOMRPDmHIM { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:59.5625rem;left:30.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#JVCHcPZmm6piSnaclEyCMID6ztKil0rT { 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:15062;opacity:1;top:71.4375rem;left:47.375rem; }
#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { position:relative;display:block; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { background-color: transparent; background-image: none; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container > .video-iframe-container { display: none; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row > .video-iframe-container { display: none; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .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); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { border-width: 0; border-radius: 0; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ycZlga0FCypPyWhAChf1yf306g4OwvUP { box-sizing:content-box;height:30.5625rem;width:28.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:38.0625rem;display:block; }
#A6ayUvb59FaZQU27nT88PErmueEdW3P5 { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:45.6875rem;height:2.11230625rem;font-style:normal;display:block; }
#MV6QU8tGiWBwhsszHli8zGaBmv1klgHK { color:rgba(var(--color-secondary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.375rem;left:40.25rem;height:1.29980625rem;font-style:normal;display:block; }
#C2vlZIkLKbgaFmBOoNg0nMe23cEVcyOO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:27.5rem;height:2.11230625rem;font-style:normal;display:block; }
#kh31MvyJ6TgTe1QLR9zdwP10QT7BfG67 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#SQWcPTpsHgFCs3dl04HKfKG4cmoZlk2N { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0625rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#JAe5wHZ57g6v323AplXrqSGVi1G7dGkR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#IPdm4GBw0cBqHvszA8TLhkCVCPZ2FDTV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#wn0hdKoSF3v5X4b9fJpvsXTBqTBX7H6M { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#WVapWzHlV5wshM9FBeCS1Es6ATExI9XB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.125rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#AezbyOawQ45cD4yw2ERTmpcMA4UZPdGa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:13rem;height:1.625rem;font-style:normal;display:block; }
#beelFaz54a1K24lW2GzITvlHLzZazMqg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.9375rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#IV6Tn2WWd5137beZZ6FuPaDEsM2ieStF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.375rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#SUu6T7K2LrWXrEz9u32TKydnu5d9Imkz { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#vUv7ngFgtc9uoMFTdBsqZvqLbGNo0Zxd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.75rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#I6OPGAOtcTIxcEP7dTKNxKe2BsbeMVBl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.8125rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#cOotoQgnL2fUyAEqHT51S6ZAlbkZZLD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#wSdVDXDPOusfqDhkICoTW7drhZT17suV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.0625rem;left:22.375rem;height:1.4619125rem;font-style:normal;display:block; }
#RSQLBhOw3uEQacXaNyp6IozX434oTWeb { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:9.625rem;left:39.5625rem;overflow:hidden;display:block; }
#UkRWdxa8aOtrGPgqV3nvl2FbZeEqybAW { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.375rem;left:41.25rem;height:1.29980625rem;font-style:normal;display:block; }
#qF013NcEXu0mCrc0v8XG8Ir1wcKf4laG { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.25rem;left:41.25rem;height:1.29980625rem;font-style:normal;display:block; }
#sIviWwMMsMlcQBPQK6UZHPwHQfK3XUdt { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.625rem;left:41.25rem;height:1.29980625rem;font-style:normal;display:block; }
#zB5QEMTd79AQEMEq2GCISuHF2ahHngT4 { color:rgba(var(--color-secondary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18rem;left:40.75rem;height:3.8994125rem;font-style:normal;display:block; }
#qACoLcAElDzmTQWMloZNJPqPnaJcbecV { color:rgba(var(--color-secondary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.9375rem;left:40.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#Vel4GUzaasrOqcUdfEKxFpRUkEoKB1V4 { color:rgba(var(--color-secondary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:32.375rem;left:40.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#tXOLerkTLmBf2GCZ21794NEbGSAHP7ti { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.3125rem;top:17.8125rem;left:10rem;overflow:hidden;display:block; }
#Q7ExIRE6x1XEy2xo1I42pkXsnVKz5pkW { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:13.375rem;left:10.125rem;overflow:hidden;display:block; }
#c8xrtfArhqrTQkb8FvtzR26iIL7U6h53 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.6875rem;top:21.75rem;left:10.3125rem;overflow:hidden;display:block; }
#K236BOXUT1NxbMpdvvMzzaO4sxR6rxGM { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:26.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#GJRPEdSkgKlBQoO7DZ0fJWAwwsrQr7MD { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.5625rem;top:30.5625rem;left:9.75rem;overflow:hidden;display:block; }
#v36ALRM8hlcCotJBuBw9wXD14MInTWkB { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2.0625rem;top:35rem;left:10.125rem;overflow:hidden;display:block; }
#SfoXAHhcnfquq49AUdwLp8Pc2HTqcUhg { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:8.3125rem;left:9.625rem;overflow:hidden;display:block; }
#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { background-color: transparent; background-image: none; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container > .video-iframe-container { display: none; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row > .video-iframe-container { display: none; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .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); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { border-width: 0; border-radius: 0; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#vK5fX99RIS7lztwgDxouPwROCHJWcent { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVtcfMp80gu7V4gfCFqpWS3H5DtmncGs { 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:17.5rem;width:17.375rem;top:7.5625rem;left:8.1875rem;overflow:hidden;display:block; }
#sO60A8h3xw2hQBAsrrsxbhImhfEFM44O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:8.5625rem;left:31.5rem;height:1.4619125rem;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; }
#QWxIS1O3k9DKUkEgk8htR7MTffZz3bFd { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15034;background-color:#f1bebc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:29.9375rem;display:block; }
#n2NpDhyMoSxCubnTeC9CKrBzgx0wG4s4 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15036;background-color:#f1bebc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:48.8125rem;display:block; }
#cvU1kdgloB7Pq2WhycK7hytNeRufgrTL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.3125rem;height:1.4619125rem;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; }
#LECrJJl9Wbvi5ElxLpB6gy9eCzz5tRpV { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15038;background-color:#cfbcf1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:30rem;display:block; }
#LD0uUkwfo9eNQNQqURbVXHRgZ6wcVFLm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:13.25rem;left:31.5625rem;height:1.4619125rem;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; }
#O90lavzCf6oXF5KLWTnBF3Zfd9P3E55w { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15040;background-color:#cfbcf1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:48.8125rem;display:block; }
#OcBl5y4tfRpT42g6Q9n5EPU9hxaI2bfW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:13.25rem;left:50.3125rem;height:1.4619125rem;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; }
#ou0wNhirDf0GRUkOJC0U6IazNf3yKJTr { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15042;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:30rem;display:block; }
#hVGEE9Nec5qCi1FNWb9HxeQnnLGw30bS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:18.375rem;left:31.5625rem;height:1.4619125rem;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; }
#RmFxEnGx8hGRgOa6DSrx5zd9BH6T5aQk { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15044;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:48.8125rem;display:block; }
#G1zBXEx1TsiimAVK0q0XH326zCGpa9cm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:18.375rem;left:50.3125rem;height:1.4619125rem;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; }
#bNxFJseOVLTMMBAb7LcqeACQ7vgbrPOw { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15046;background-color:#f1e59c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:30rem;display:block; }
#Us87IoOxZ8Cp7uDf6B89GRHeZ16Q8iMx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:23.625rem;left:30.75rem;height:1.4619125rem;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; }
#GgvOalMTsg1arJXwTzAD0DrriEJcw1Nn { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15048;background-color:#f1e59c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:48.8125rem;display:block; }
#X3nxsDPr8kZO27lh7VS9fgI0xCvGl1M1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:23.625rem;left:49.5625rem;height:1.4619125rem;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; }
#rTD2qOdc7e9EqV4FapLxA67tzaMMp5Oq { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.96875rem;left:25rem;display:block; }
#VhCeteCWfaEITb8qEE4Hb1grAoO9B3VB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIpDhl9mfrU5Cis2JvcpptR18fxvJKQO { 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:15063;opacity:1;top:29.28125rem;left:47.125rem; }
#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { position:relative;display:block; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { background-color: transparent; background-image: none; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container > .video-iframe-container { display: none; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row > .video-iframe-container { display: none; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .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); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { border-width: 0; border-radius: 0; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NobUeSKTIKK7fLT59Cna8iOnBIwf6yv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.9375rem;height:2.11230625rem;font-style:normal;display:block; }
#b9bX3z52TFUPB0eORVeQB3MOCFUnCLmF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:7.9375rem;height:15.59765625rem;font-style:normal;display:block; }
#mdd9pGHpxdDDtMJuaBFiLqFP75hXzJ9s { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:33.625rem;top:7.8125rem;left:33.4375rem;display:block; }
#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { background-color: transparent; background-image: none; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container > .video-iframe-container { display: none; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row > .video-iframe-container { display: none; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .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); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { border-width: 0; border-radius: 0; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#BDbDcsBiKiyuMNTF0atBSopDrXVtAqMK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.484375rem;left:0.09375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wL1RTK5pr4WhZOOFPgry9KJuqnuwHTCG { 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:5rem;width:4.6875rem;top:5.5rem;left:13.5rem;overflow:hidden;display:block; }
#qdMD5DBw60EGRRMANfCTXHIsKFVmoTXc { 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:5rem;width:5rem;top:5.5625rem;left:19.1875rem;overflow:hidden;display:block; }
#QxrCGeJQSJotwzDxggNaftoWnAaHxMol { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:5.5rem;left:25.5rem;overflow:hidden;display:block; }
#bN4TwzLI6Z1XTMGMShND0dq7L35EpQQF { 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:5rem;width:5rem;top:5.5rem;left:31.6875rem;overflow:hidden;display:block; }
#BmmJgENdK5oPrdzM4HNMySZN8CHS9CAF { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.75rem;top:5.625rem;left:37.375rem;overflow:hidden;display:block; }
#DODFqAnsfJTBl9MvCkkw8ycWfbc5LRZI { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:5.4375rem;left:50.3125rem;overflow:hidden;display:block; }
#sarIXsoI7T9dOT6d0RcMMLLwIIyT18DK { position:absolute;display:block;z-index:15007;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:5.1875rem;width:5.1875rem;top:5.4375rem;left:56.3125rem;overflow:hidden;display:block; }
#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { position:relative;display:block; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { background-color: transparent; background-image: none; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container > .video-iframe-container { display: none; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row > .video-iframe-container { display: none; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .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); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { border-width: 0; border-radius: 0; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fZ4qeO0faT2tcHZPCXtWHIVn3KRie9LF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAhwQknRTNg86tHq5XC4Lx4F4M9w9dgq { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:16.375rem;height:1.29980625rem;display:block; }
#l3wQuPTwsnnuTe3becr0iprJIsSKToPV { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.875rem;left:16.375rem;height:3.8994125rem;font-style:normal;display:block; }
#oPbQnD88soLI1N4BP8sqFD69ybEOfsNy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:40.75rem;height:1.29980625rem;display:block; }
#toc4lJ07GAi6kiR59oyJXq3rI2FnulEW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.875rem;left:40.75rem;height:3.8994125rem;font-style:normal;display:block; }
#QSnEM7vFF8gpniugBmww9GGv07uyMRow { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:16.375rem;height:1.29980625rem;display:block; }
#C37MW7H7plTGBcTUtkOd8qxzmRiM6v5C { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.75rem;height:1.29980625rem;display:block; }
#p3MyJvQ79GMyEUm0oyTW4C5Most86KNP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.5rem;left:16.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#TZRE7opCeGmHNb02c6XAUu3hZ5FfvMoT { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.75rem;height:5.19921875rem;font-style:normal;display:block; }
#U43DOHuER28TncNX7lSuXVuX9XGZCSm8 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15045;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:13.25rem;display:block; }
#LmKSs7Vlpfgby6GOp3GmTNT2yVlZBElu { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15046;background-color:#ffe09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:37.5625rem;display:block; }
#UpsBJkyTLws0Z3BidLO9lyD4HRi5JS5s { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15047;background-color:#e89cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:13.25rem;display:block; }
#rEF6cxLKx0WVkGF3O3FnXF7wHE8QDT1u { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15007;background-color:#fca09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:37.5625rem;display:block; }
#clPneHLoJDJrI9uaR3MUka8MasBFkDzz { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:3.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:30.0625rem;left:21.125rem;display:block; }
#KeqA0GhN39PhncuREFi7XNKCZnbQvXhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4IUTe5oo3yPTSHGvhhQ2k31ePMw3lUQ { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:46.4375rem;display:block; }
#HRsWnc4Oll7HeRposvZoVPHnnDPHQCy1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:30.9375rem;left:47.0625rem; }
#d8h6pUGsMJwhQuTOq8PGqe9GNAUAc3Kv { position:absolute;display:block;z-index:15049;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:3rem;width:3.125rem;top:6.875rem;left:11.25rem;overflow:hidden;display:block; }
#biNU00e01dQ4NJ4cEOaEo9Al9VelKPdI { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.9375rem;top:6.875rem;left:35.8125rem;overflow:hidden;display:block; }
#wKi7Q1genmrwEJIIT9hK0RTDCZoGSANq { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:18.5rem;left:11.5rem;overflow:hidden;display:block; }
#UN6gp9E465bukxbAnyML2HomxfyFSinU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:17.75rem;left:36.4375rem;overflow:hidden;display:block; }
#KXSV8730g0C5UvwxHJLABozT4uKwkaSE { 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:12.8125rem;width:13.6875rem;display:none; }
#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a14ce2fc-e92b-4db3-9738-12a475a8ca7d/_MG_2483.crop_1194x460_172,324.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; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.adaptive-delivery-prevent-bg, #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.lazyload, #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.lazyloading { background-image: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { background-color: transparent; background-image: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container > .video-iframe-container { display: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container { display: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .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); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { border-width: 0; border-radius: 0; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#Mr4T0QgOrWFSxRH4LitlXm5sVuTIOr9J { box-sizing:content-box;height:28.875rem;width:28.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:9.21875rem;display:block; }
#TO8m0J6AVXqBR9KsNAvgzb736pxhNdEO { position:absolute;display:block;z-index:15002;height:17rem;width:28.5rem;top:6rem;left:36.28125rem;display:block; }
#QLgmS91xql1ckabQ8OlW0DCQe3cTSvy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7431640625rem;left:11.03125rem;height:4.2246125rem;font-style:normal;display:block; }
#AyP843ZSm5CE4QBhyeafWv9THdXEr62O { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.2333984375rem;left:11.03125rem;height:16.89744375rem;font-style:normal;display:block; }
#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { position:relative;display:block; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { background-color: transparent; background-image: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container > .video-iframe-container { display: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row > .video-iframe-container { display: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .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); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { border-width: 0; border-radius: 0; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cX9MJCuPmVNvfaRgZT0Jp5MrJq4bptMh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.625rem;width:56.25rem;top:0rem;left:9.375rem;display:block; }
#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { background-color: transparent; background-image: none; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container > .video-iframe-container { display: none; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row > .video-iframe-container { display: none; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .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); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { border-width: 0; border-radius: 0; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#spvqmz3kw291z5kghv0wmtCX7oRVJyuM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2841796875rem;left:23.09375rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NOscGbhlkfocNQxqL7X9Cd56OSuLt18S { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.906251907349rem;left:10.95703125rem;overflow:hidden;display:block; }
#eggFGTH7nT9WL0hnDTkxv84wsOHukN8y { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.906251907349rem;left:61.957035064698rem;overflow:hidden;display:block; }
#x8P9h37NJyouJ2xcuZKlzIKBQTfNss5c { 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:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.3125rem;left:34.5625rem;display:block; }
#SSgzq4p7NIenFgkLMN6mUWvUTNXMfLNS { 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:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.3125rem;left:35.9375rem;display:block; }
#JJ5SdEWl0DBZNq97Ke4FQV1Tem96c5bk { 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:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.3125rem;left:37.25rem;display:block; }
#PRPfKgoMMoly28oLDRfHoZxp5Ir92N0I { 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:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.3125rem;left:38.5rem;display:block; }
#Ge612IQ4grTerg08NdZJ60br1kg6FV3S { 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:33.3125rem;left:39.875rem;display:block; }
#r2Vs2Udp7rcZck9KCFJiisExhddZgxhT { position:absolute;display:block;z-index:15001;height:26.25rem;width:56.25rem;top:5.3330078125rem;left:9.375rem;display:block; }
#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { position:relative;display:block; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { background-color: transparent; background-image: none; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container > .video-iframe-container { display: none; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row > .video-iframe-container { display: none; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .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); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { border-width: 0; border-radius: 0; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u8sX3eezwd8i8sPD3L8zn49QVdlk5dTX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:28.78125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#msT0ozpf1uzQncorrGnIL5z2ug9NxV4S { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.375rem;left:48.75rem;height:8.7715rem;font-style:normal;display:block; }
#q1dFsywTv9GJIPgoOBBVGXWp0tETJEVD { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3447265625rem;left:2.75rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rsX9zra3Mh2iUx3ZL7mMhgq3ecVPpLU0 { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#323232;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:0rem;display:block; }
#N904HcAlEgiQyilnTLuF6Sh1Ugd72Sm4 { box-sizing:content-box;height:3.125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#63666a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.25rem;left:0rem;display:block; }
#Hvmbl1cl87ddb8MeEOBwwURvrwq5Kh6u { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.9375rem;left:1.375rem;height:1.29980625rem;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; }
#ompfSOsUm8q710x15RgGmiqQoXyV7Pon { color:rgba(var(--color-secondary-0),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:36.818359375rem;left:30rem;height:1.29980625rem;font-style:normal;display:block; }
#cFHAnecOFw7BTbzvMsXO3ruwIpQT1TOx { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:40.162109375rem;left:27.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eus4dLezQrUtsW0xmIwF7ltvZSGLgJEG { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:6.25rem;left:6.6875rem;display:block; }
#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH { position:relative;display:block; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH { background-color: transparent; background-image: none; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row .container > .video-iframe-container { display: none; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row > .video-iframe-container { display: none; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .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); }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH { border-width: 0; border-radius: 0; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#raFF17EZlOPWqziDPOlNEkCMKegK2ORT { background-color:#3c4553;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:2.5rem;left:6.25rem;display:block; }
#I81JR1ZNRkilt9DS9izVSFL86pwqhfk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2Ko4LpyuBEf4elHDdMslgcnXJ9WHFTA { background-color:#3c4553;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:2.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.5rem;left:40.5625rem;display:block; }
#wIwGrfVxTTOJ57Bds0Rsgm54cwhJwMJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKdg6HbyvnSAPmPRlNywRx7VKTIUDhlr { background-color:#3c4553;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:6.9375rem;left:6.25rem;display:block; }
#ah6u9TukKnDhiQ8Bu2FXbShtmNbPrF7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C0Wdl1sPfw6KRrb7NI1iKs8hiQAWfiox { background-color:#3c4553;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:6.9375rem;left:40.5625rem;display:block; }
#hKR8ZrN4PXA1Ql25DO6uM4iPc0rT8ib4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwNeVJ6WHzc3JL3iL7PBvmTmbhT41pzw { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:2.75rem;left:32.15625rem; }
#bKgZ8f0vZberTNxbGUe4SxkcbDC5D22Q { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:7.1875rem;left:32.21875rem; }
#Lb9SHZtpTrAIW1J2Pr9e2bsxQmy7Bek9 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:2.75rem;left:66.53125rem; }
#JFu04qdx906Cplo2UOqxsiSsXKV6OtT3 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:7.1875rem;left:66.46875rem; }
#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12242a;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; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { background-color: transparent; background-image: none; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container > .video-iframe-container { display: none; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row > .video-iframe-container { display: none; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .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); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { border-width: 0; border-radius: 0; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#aWq8FUuaZSAItGrRD8yZtxocbOiBQOZP { 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:5.375rem;width:15.5rem;top:5.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#I3TnwfApmTRnpa9y6lL6OIrDEWR07hAZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:2.0625rem;height:2.923825rem;font-style:normal;display:block; }
#STRufqDgoEzUTpTCHBFdzVv0LqGg0aTq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:63.375rem;height:0.9746125rem;font-style:normal;display:block; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 { 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:11.75rem;left:57.375rem; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT { 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:11.75rem;left:61.5rem; }
#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E { 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:11.75rem;left:65.5625rem; }
#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k { 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:11.75rem;left:69.875rem; }
#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 1199px) { 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: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:rgba(var(--color-tertiary-0),1);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) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:13.1875rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:36.312503814698rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 1199px) { #cJ7HfiMU1FfKCepXb4pnCzg5MEKW84Tb { width:5.375rem;height:3.4375rem;top:2.875rem;left:27.78125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 1199px) { #Vy7MXKp59OGbRqEQpJ0Sl7gFOdwufkHS { display:block; }
 }@media only screen and (max-width: 1199px) { #SQTb3Ht5hdXlf4hZy3WTenlea9O6az79 { width:7.6875rem;height:3.4375rem;top:2.875rem;left:33.78125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #WU3U7BS2oX4Mqhc1WLQ9hvJt0ozLeTsV { display:block; }
 }@media only screen and (max-width: 1199px) { #RkO9wiOXhRdBBS7FC6iTKD4viiu1OZAt { width:11.5rem;height:2.375rem;top:1.3125rem;left:32.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #CXpLmmvmCQMhgfUAd5hHNIDAAWsnoagz { display:block; }
 }@media only screen and (max-width: 1199px) { #dwU4vUnawXhyOXiHSccZdUeZ7qKDxIQO { top:1.40625rem;left:44.84375rem;width:2.1875rem;height:2.1875rem;z-index:15006;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3ad4af7-24e1-4cc4-b0d7-890a908bdcd3/Datascience.jpg");background-position: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.5); }#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.5); }#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:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vt32TaXeAxAZumT4SRNiGaHrBAsPTIVm { width:16.1875rem;height:2.92448125rem;top:7rem;left:1.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 1199px) { #nLfRmNTPMH78UT663WZCNa0yAyEkd5g7 { width:14.875rem;height:2.4375rem;top:11.9375rem;left:1.5625rem;font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 1199px) { #VJVk2ud7zNm7ouvLV6sXTZ7BIEAEIIL7 { width:25.4375rem;height:38.875rem;top:9.375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8z2if77rMnTqIXbHhg0DEzk0mqpLx27 { width:27.125rem;height:44.6875rem;top:5.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcsn5CLHz8DL59dxI9OPgU1S8kdpXozr { width:25.25rem;height:1.625rem;top:6.75rem;left:20.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydwIViHITistommsmtTMJyp2pT09Bg58 { top:0rem;left:0rem;width:47.75rem;height:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t { display:block; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { width:47.75rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iz9esJVGMZGGS4CKxCwh59ql4RoinPML { width:39.3125rem;height:1.94921875rem;top:1.6875rem;left:4.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mU30IBcPTvza4kWNhmZUcGLZ6v7isCJo { width:20rem;height:1.625rem;top:9rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sd7WMEQhDip7Ktv4xoAsFsbEBTGUqKvk { width:15.25rem;height:3.8994125rem;top:11.5625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvLvWFTPr5sZmbURkIQdS2lqaMLtbGeX { width:20rem;height:1.625rem;top:9rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQdWTzUAgBIBSgf117vutkLVuv8GZtDI { width:14.6875rem;height:3.8994125rem;top:11.5625rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdkIK8SVTx5yLsH6Ds7S440waJpmSZF6 { width:20rem;height:1.625rem;top:21.1875rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBVweLeq1us0zwLRA0UIPTrIlTFe9xZR { width:16.25rem;height:3.8994125rem;top:23.5625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdbsH3bbEOT75WyBxIfXgybiDtny60Qr { width:20rem;height:1.625rem;top:20.53125rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsdaT0eLqfcrRXMH3XvvWccSyR7OExg2 { width:17.4375rem;height:3.8994125rem;top:23.5625rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrxB2cvDs8w0La8fEB7n9Ex0qi5ybFxp { width:37.625rem;height:2.11230625rem;top:31.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AoSiknMoomyccBAJy2TuRM2L5d1LG2pG { width:3.0625rem;height:3.0625rem;top:7.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbOsC2lRITCwEPWPT4fcTWCszVTgpcaQ { width:3.0625rem;height:3.0625rem;top:7.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNgd97m6UAqU672MtaQsEr5dqcir1zkp { width:3.0625rem;height:3.0625rem;top:19.8125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzZMIvwIC8zNRIJAet9Rnb01fNCLCTHE { width:3.0625rem;height:3.0625rem;top:19.8125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDIb5hCzDtq89VHJwHcaEcABCu8tahXv { width:20rem;height:2.76171875rem;top:38.0625rem;left:4.21875rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #G5ZqmGalEGnr2XBXmf16bsPJrc2PcOWQ { width:20rem;height:0;top:28.895830787718rem;left:27.748698547483rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uAl3ABnebWUliD33OUPdivmZ6L8m0tDg { width:16.375rem;height:12.125rem;top:36.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTGTt2DlGIxxxsTgsyqeIivuhZ8gwoeH { width:16.5rem;height:12.125rem;top:37.28125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K8zCOzJrMQ7TFiJfT4Sq7fnUVpOrs5tz { width:12.5rem;height:4.875rem;top:42.25rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZHPOm0rEg3Dp6SyRapBmz9b4gL9LWm3 { width:16.375rem;height:12.125rem;top:36.875rem;left:26.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSKeTT11NREWgJBzzJgnVuwV9ydZdIiM { width:16.6875rem;height:12.0625rem;top:37.375rem;left:26.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #vkrtClzlLTbZrDd6hQPOugn6wzqnZUCN { width:20rem;height:2.76171875rem;top:38.0625rem;left:27.1875rem;font-size:1.0625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 1199px) { #JGwsnTsat4g4QBSv0e75bacbGtdKxgJ9 { top:42.25rem;left:27.1875rem;width:14.375rem;height:4.875rem;z-index:15049;font-size:0.9375rem;color:rgba(var(--color-secondary-0),1);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #GbZ7u3zRfMNpXdsf7PraENbJNO1z1lo2 { width:16.375rem;height:12.125rem;top:55rem;left:3.1875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #iXuTsVCVpi5Myeibwrc9RRApalxPwSVA { width:16.1875rem;height:11.75rem;top:56rem;left:4.21875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #OrWvi6b4gJBtSGOJLOfIChaJo0HxfAT4 { width:20rem;height:2.76171875rem;top:56.8125rem;left:4.8125rem;font-size:1.0625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 1199px) { #oAa825sTH0XeMyAFqtTiWTCoSm84X6Iy { top:61.25rem;left:4.21875rem;width:14.375rem;height:3.65625rem;z-index:15054;font-size:0.9375rem;color:rgba(var(--color-secondary-0),1);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #oSfEwVaeoCbuTbquWIkOHsaiTxT0LyqL { width:16.375rem;height:12.125rem;top:55rem;left:26.34375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 1199px) { #XTPPxfmR4ByrEI6ZodAJ2DzdvoiBO7CF { width:16rem;height:11.6875rem;top:56rem;left:27.28125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #HZ3xvnJoeCA6Wq809AkvJtKu103Avx9M { width:20rem;height:;top:56rem;left:27.1875rem;font-size:1.0625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 1199px) { #JMAPJuarWsv85TGWqN1T2gD8uEASfnQt { top:60.625rem;left:27.1875rem;width:14.375rem;height:4.875rem;z-index:15058;font-size:0.9375rem;color:rgba(var(--color-secondary-0),1);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #sr7ssCd4UTdtKM50goa5HM20zO6w78tK { width:16.375rem;height:12.125rem;top:74.3125rem;left:14.1875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 1199px) { #G9wbgTn7MQkmC1BiokhqQ3faoG0DxWsW { width:16.1875rem;height:11.75rem;top:75.46875rem;left:14.90625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #TV0IP4P4REExIN8esu7TENRmx7tIdxLx { width:20rem;height:;top:75.46875rem;left:14.90625rem;font-size:1.0625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 1199px) { #x5sUBD4LZBJX667HTZWJ2gsEXab7KRN7 { top:79.875rem;left:15.1875rem;width:14.375rem;height:4.875rem;z-index:15058;font-size:0.9375rem;color:rgba(var(--color-secondary-0),1);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #ac4xkVWGdiOvkR2FMyZqVUzQF2E9iqxC { width:25rem;height:3.125rem;top:89.5rem;left:4.6875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 1199px) { #UsZNkLKNW9yiQAIDW6GnTkyDGATTOpDs { display:block; }
 }@media only screen and (max-width: 1199px) { #zrqQZRa9GfVvaftr7PXqh3wQ57df0bnp { width:20rem;height:;top:42.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kegnT5dxztza3qoeTV7Q4f4exdWx6ACB { width:13.8125rem;height:;top:56.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hOQFaT5d9haSWSeA7rtTbBlEsgecaOkZ { width:20rem;height:;top:68.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JcnU2wXTlpQozAo6zTveTKK6MZPeLVVB { width:20rem;height:;top:82.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQvkzTwy5UElshFvb4fK5lvp2JTFkdgR { width:20rem;height:;top:96.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DqVcaE3HdNNfE3gXgqDbUzmof5QRM1AJ { width:12.5rem;height:0;top:28.894529975951rem;left:31.114583328366rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uykJnDCGg1bTqzXGJBMzPQKs03wUOnGv { width:20rem;height:0;top:28.895830787718rem;left:27.748698547483rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mHCO8UbEt7xNSe4zTaiMVbclNu3z9gvQ { width:12.5rem;height:0;top:29.868487037718rem;left:28.281251266599rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WMuwGXq3VTDT98KXISQLTrZpxwF6lTB2 { width:20rem;height:0;top:27.460936225951rem;left:27.748698547483rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xKDRJyM4zxAaRJtEnnCeOtXZX75anXLM { width:12.5rem;height:0;top:26.458330787718rem;left:31.114583328366rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SleLAQTTEUtTvXxEVzE99pbrvrtO9FKT { width:20rem;height:0;top:27.460936225951rem;left:25.906251266599rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T3Ti6yz5AQefuAE1DLTqUmCOMRPDmHIM { width:12.5rem;height:0;top:27.066404975951rem;left:29.458333328366rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JVCHcPZmm6piSnaclEyCMID6ztKil0rT { width:2.5rem;height:2.5rem;top:89.875rem;left:26.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { display:block; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ycZlga0FCypPyWhAChf1yf306g4OwvUP { width:24.3125rem;height:30.5625rem;top:8.8125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6ayUvb59FaZQU27nT88PErmueEdW3P5 { width:20rem;height:2.11230625rem;top:12.19921875rem;left:27.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MV6QU8tGiWBwhsszHli8zGaBmv1klgHK { width:24.1875rem;height:1.29980625rem;top:16.375rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2vlZIkLKbgaFmBOoNg0nMe23cEVcyOO { width:20rem;height:2.11230625rem;top:2.75rem;left:13.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kh31MvyJ6TgTe1QLR9zdwP10QT7BfG67 { width:20rem;height:0.9746125rem;top:9.8740234375rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQWcPTpsHgFCs3dl04HKfKG4cmoZlk2N { width:20rem;height:0.9746125rem;top:9.94921875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAe5wHZ57g6v323AplXrqSGVi1G7dGkR { width:20rem;height:0.9746125rem;top:14.3115234375rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPdm4GBw0cBqHvszA8TLhkCVCPZ2FDTV { width:20rem;height:0.9746125rem;top:14.3115234375rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wn0hdKoSF3v5X4b9fJpvsXTBqTBX7H6M { width:20rem;height:0.9746125rem;top:18.6123046875rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVapWzHlV5wshM9FBeCS1Es6ATExI9XB { width:20rem;height:0.9746125rem;top:18.6123046875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AezbyOawQ45cD4yw2ERTmpcMA4UZPdGa { width:20rem;height:0.9746125rem;top:22.82421875rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beelFaz54a1K24lW2GzITvlHLzZazMqg { width:20rem;height:0.9746125rem;top:22.82421875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IV6Tn2WWd5137beZZ6FuPaDEsM2ieStF { width:20rem;height:0.9746125rem;top:27.32421875rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUu6T7K2LrWXrEz9u32TKydnu5d9Imkz { width:20rem;height:0.9746125rem;top:27.32421875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUv7ngFgtc9uoMFTdBsqZvqLbGNo0Zxd { width:20rem;height:0.9746125rem;top:31.69921875rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6OPGAOtcTIxcEP7dTKNxKe2BsbeMVBl { width:20rem;height:0.9746125rem;top:31.69921875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOotoQgnL2fUyAEqHT51S6ZAlbkZZLD0 { width:20rem;height:0.9746125rem;top:35.9501953125rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSdVDXDPOusfqDhkICoTW7drhZT17suV { width:20rem;height:0.9746125rem;top:35.9501953125rem;left:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RSQLBhOw3uEQacXaNyp6IozX434oTWeb { width:5.25rem;height:5.25rem;top:10.6298828125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkRWdxa8aOtrGPgqV3nvl2FbZeEqybAW { width:22.125rem;height:1.13671875rem;top:17.3125rem;left:25.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qF013NcEXu0mCrc0v8XG8Ir1wcKf4laG { width:22.125rem;height:1.13671875rem;top:24.1875rem;left:25.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIviWwMMsMlcQBPQK6UZHPwHQfK3XUdt { width:22.125rem;height:1.13671875rem;top:30.30078125rem;left:25.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zB5QEMTd79AQEMEq2GCISuHF2ahHngT4 { width:20.1875rem;height:3.41015625rem;top:18.834636688233rem;left:26.593751266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qACoLcAElDzmTQWMloZNJPqPnaJcbecV { width:19.6875rem;height:3.41015625rem;top:25.85546875rem;left:26.593751266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vel4GUzaasrOqcUdfEKxFpRUkEoKB1V4 { width:16.5rem;height:3.41015625rem;top:31.88671875rem;left:26.781251266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXOLerkTLmBf2GCZ21794NEbGSAHP7ti { width:1.75rem;height:1.4375rem;top:18.48698425293rem;left:1.8750000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7ExIRE6x1XEy2xo1I42pkXsnVKz5pkW { width:1.8125rem;height:1.8125rem;top:13.87370300293rem;left:1.8750000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8xrtfArhqrTQkb8FvtzR26iIL7U6h53 { width:1.5625rem;height:1.9375rem;top:22.3427734375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K236BOXUT1NxbMpdvvMzzaO4sxR6rxGM { width:2.0625rem;height:2.125rem;top:26.74870300293rem;left:1.8125000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJRPEdSkgKlBQoO7DZ0fJWAwwsrQr7MD { width:2.1875rem;height:1.75rem;top:31.31120300293rem;left:1.6875000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v36ALRM8hlcCotJBuBw9wXD14MInTWkB { width:2rem;height:1.5625rem;top:35.46875rem;left:1.7500000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfoXAHhcnfquq49AUdwLp8Pc2HTqcUhg { width:2.9375rem;height:2.9375rem;top:8.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H { display:block; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vK5fX99RIS7lztwgDxouPwROCHJWcent { width:33.4375rem;height:2.11230625rem;top:2rem;left:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVtcfMp80gu7V4gfCFqpWS3H5DtmncGs { width:16.3125rem;height:16.375rem;top:9.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sO60A8h3xw2hQBAsrrsxbhImhfEFM44O { width:12.5rem;height:1.21875rem;top:9.6875rem;left:18.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWxIS1O3k9DKUkEgk8htR7MTffZz3bFd { width:1.8125rem;height:1.8125rem;top:9.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2NpDhyMoSxCubnTeC9CKrBzgx0wG4s4 { width:1.8125rem;height:1.8125rem;top:9.1875rem;left:32.437501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvU1kdgloB7Pq2WhycK7hytNeRufgrTL { width:13.0625rem;height:1.21875rem;top:9.75rem;left:33.875001266599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LECrJJl9Wbvi5ElxLpB6gy9eCzz5tRpV { width:1.8125rem;height:1.8125rem;top:13.265625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD0uUkwfo9eNQNQqURbVXHRgZ6wcVFLm { width:14.125rem;height:1.21875rem;top:14.046875rem;left:19.062501266599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O90lavzCf6oXF5KLWTnBF3Zfd9P3E55w { width:1.8125rem;height:1.8125rem;top:13.5625rem;left:32.437501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcBl5y4tfRpT42g6Q9n5EPU9hxaI2bfW { width:12.5rem;height:1.21875rem;top:14.25rem;left:33.750001266599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ou0wNhirDf0GRUkOJC0U6IazNf3yKJTr { width:1.8125rem;height:1.8125rem;top:18.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVGEE9Nec5qCi1FNWb9HxeQnnLGw30bS { width:12.5rem;height:1.21875rem;top:19.125rem;left:19.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmFxEnGx8hGRgOa6DSrx5zd9BH6T5aQk { width:1.8125rem;height:1.8125rem;top:18.5rem;left:32.437501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1zBXEx1TsiimAVK0q0XH326zCGpa9cm { width:12.5rem;height:1.21875rem;top:19.3125rem;left:33.875001266599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNxFJseOVLTMMBAb7LcqeACQ7vgbrPOw { width:1.8125rem;height:1.8125rem;top:23.25rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Us87IoOxZ8Cp7uDf6B89GRHeZ16Q8iMx { width:12.5rem;height:1.21875rem;top:24.03125rem;left:19.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GgvOalMTsg1arJXwTzAD0DrriEJcw1Nn { width:1.8125rem;height:1.8125rem;top:23.4375rem;left:32.312501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3nxsDPr8kZO27lh7VS9fgI0xCvGl1M1 { width:12.5rem;height:1.21875rem;top:24.0625rem;left:33.875001266599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTD2qOdc7e9EqV4FapLxA67tzaMMp5Oq { width:25rem;height:3.125rem;top:29.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhCeteCWfaEITb8qEE4Hb1grAoO9B3VB { display:block; }
 }@media only screen and (max-width: 1199px) { #mIpDhl9mfrU5Cis2JvcpptR18fxvJKQO { width:2.5rem;height:2.5rem;top:29.75rem;left:23.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { display:block; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NobUeSKTIKK7fLT59Cna8iOnBIwf6yv2 { width:28.625rem;height:1.8684875rem;top:4.9375rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9bX3z52TFUPB0eORVeQB3MOCFUnCLmF { width:23.9375rem;height:10.5566375rem;top:10.4375rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #mdd9pGHpxdDDtMJuaBFiLqFP75hXzJ9s { width:20.9375rem;height:11.625rem;top:9.4544258117675rem;left:25.625001266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 { display:block; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { width:47.75rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BDbDcsBiKiyuMNTF0atBSopDrXVtAqMK { width:35rem;height:1.7871125rem;top:1.4375rem;left:0.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wL1RTK5pr4WhZOOFPgry9KJuqnuwHTCG { width:4.6875rem;height:5rem;top:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdMD5DBw60EGRRMANfCTXHIsKFVmoTXc { width:5rem;height:5rem;top:5.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxrCGeJQSJotwzDxggNaftoWnAaHxMol { width:5.0625rem;height:5.0625rem;top:5.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bN4TwzLI6Z1XTMGMShND0dq7L35EpQQF { width:5rem;height:5rem;top:5.125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmmJgENdK5oPrdzM4HNMySZN8CHS9CAF { width:11.75rem;height:5rem;top:5.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DODFqAnsfJTBl9MvCkkw8ycWfbc5LRZI { width:5.125rem;height:5.125rem;top:5.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sarIXsoI7T9dOT6d0RcMMLLwIIyT18DK { width:5.1875rem;height:5.1875rem;top:5.0625rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { display:block; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ4qeO0faT2tcHZPCXtWHIVn3KRie9LF { width:30.875rem;height:2.11230625rem;top:1.5625rem;left:7.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yAhwQknRTNg86tHq5XC4Lx4F4M9w9dgq { width:20rem;height:1.13671875rem;top:8.3935546875rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3wQuPTwsnnuTe3becr0iprJIsSKToPV { width:18rem;height:3.41015625rem;top:10.77734375rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oPbQnD88soLI1N4BP8sqFD69ybEOfsNy { width:20rem;height:1.13671875rem;top:8.3935546875rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #toc4lJ07GAi6kiR59oyJXq3rI2FnulEW { width:19.4375rem;height:3.41015625rem;top:10.75rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSnEM7vFF8gpniugBmww9GGv07uyMRow { width:20rem;height:1.13671875rem;top:19.244140625rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C37MW7H7plTGBcTUtkOd8qxzmRiM6v5C { width:20rem;height:1.13671875rem;top:19.244140625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p3MyJvQ79GMyEUm0oyTW4C5Most86KNP { width:16.875rem;height:5.68359375rem;top:22.0625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZRE7opCeGmHNb02c6XAUu3hZ5FfvMoT { width:17.875rem;height:5.68359375rem;top:22.0625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U43DOHuER28TncNX7lSuXVuX9XGZCSm8 { width:2.1875rem;height:2.1875rem;top:7.8681640625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmKSs7Vlpfgby6GOp3GmTNT2yVlZBElu { width:2.125rem;height:2.125rem;top:7.8994140625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpsBJkyTLws0Z3BidLO9lyD4HRi5JS5s { width:2.1875rem;height:2.1875rem;top:18.59375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEF6cxLKx0WVkGF3O3FnXF7wHE8QDT1u { width:2.125rem;height:2.125rem;top:18.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #clPneHLoJDJrI9uaR3MUka8MasBFkDzz { width:25rem;height:3.125rem;top:30.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeqA0GhN39PhncuREFi7XNKCZnbQvXhc { display:block; }
 }@media only screen and (max-width: 1199px) { #s4IUTe5oo3yPTSHGvhhQ2k31ePMw3lUQ { width:2.5625rem;height:2.5625rem;top:30.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HRsWnc4Oll7HeRposvZoVPHnnDPHQCy1 { width:1.3125rem;height:1.3125rem;top:30.9375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8h6pUGsMJwhQuTOq8PGqe9GNAUAc3Kv { width:1.8125rem;height:1.75rem;top:8.7060546875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biNU00e01dQ4NJ4cEOaEo9Al9VelKPdI { width:2.125rem;height:1.75rem;top:8.3935546875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKi7Q1genmrwEJIIT9hK0RTDCZoGSANq { width:0.125rem;height:0.0625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UN6gp9E465bukxbAnyML2HomxfyFSinU { width:2.1875rem;height:2.1875rem;top:19.244140625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXSV8730g0C5UvwxHJLABozT4uKwkaSE { top:19.244140625rem;left:1.9375rem;width:1.9375rem;height:1.8125rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 { display:block; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mr4T0QgOrWFSxRH4LitlXm5sVuTIOr9J { width:27.5625rem;height:18.375rem;top:1.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TO8m0J6AVXqBR9KsNAvgzb736pxhNdEO { width:27.5625rem;height:16.125rem;top:20.5625rem;left:10.093750312924rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLgmS91xql1ckabQ8OlW0DCQe3cTSvy9 { width:20rem;height:2.2734375rem;top:2.4375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyP843ZSm5CE4QBhyeafWv9THdXEr62O { width:20.375rem;height:12.66993125rem;top:5.8125rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { display:block; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cX9MJCuPmVNvfaRgZT0Jp5MrJq4bptMh { width:47.75rem;height:26.846111111111rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl { display:block; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #spvqmz3kw291z5kghv0wmtCX7oRVJyuM { width:28.8125rem;height:2.11230625rem;top:2.25rem;left:9.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOscGbhlkfocNQxqL7X9Cd56OSuLt18S { width:2.25rem;height:2.25rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eggFGTH7nT9WL0hnDTkxv84wsOHukN8y { width:2.25rem;height:2.25rem;top:16.6875rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8P9h37NJyouJ2xcuZKlzIKBQTfNss5c { width:0.625rem;height:0.625rem;top:30.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSgzq4p7NIenFgkLMN6mUWvUTNXMfLNS { width:0.625rem;height:0.625rem;top:30.125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJ5SdEWl0DBZNq97Ke4FQV1Tem96c5bk { width:0.625rem;height:0.625rem;top:30.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRPfKgoMMoly28oLDRfHoZxp5Ir92N0I { width:0.625rem;height:0.625rem;top:30.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ge612IQ4grTerg08NdZJ60br1kg6FV3S { width:0.625rem;height:0.625rem;top:30.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2Vs2Udp7rcZck9KCFJiisExhddZgxhT { width:47.75rem;height:22.75rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { display:block; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u8sX3eezwd8i8sPD3L8zn49QVdlk5dTX { width:17.4375rem;height:2.11230625rem;top:1.875rem;left:15.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msT0ozpf1uzQncorrGnIL5z2ug9NxV4S { width:18.5rem;height:6.09375rem;top:9.953125rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1dFsywTv9GJIPgoOBBVGXWp0tETJEVD { width:39.1875rem;height:2.11230625rem;top:21.568359375rem;left:1.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsX9zra3Mh2iUx3ZL7mMhgq3ecVPpLU0 { width:47.75rem;height:3.5625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N904HcAlEgiQyilnTLuF6Sh1Ugd72Sm4 { width:47.75rem;height:3.125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hvmbl1cl87ddb8MeEOBwwURvrwq5Kh6u { width:8rem;height:1.21875rem;top:27.1015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ompfSOsUm8q710x15RgGmiqQoXyV7Pon { width:37.625rem;height:1.0559875rem;top:27.18359375rem;left:10.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cFHAnecOFw7BTbzvMsXO3ruwIpQT1TOx { width:20rem;height:1.29980625rem;top:30.099609375rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eus4dLezQrUtsW0xmIwF7ltvZSGLgJEG { width:21.9375rem;height:12.3125rem;top:6.84375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH { display:block; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #raFF17EZlOPWqziDPOlNEkCMKegK2ORT { width:28.25rem;height:2.5rem;top:0.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I81JR1ZNRkilt9DS9izVSFL86pwqhfk1 { display:block; }
 }@media only screen and (max-width: 1199px) { #Z2Ko4LpyuBEf4elHDdMslgcnXJ9WHFTA { width:28.25rem;height:2.5rem;top:4.1875rem;left:8.9375003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIwGrfVxTTOJ57Bds0Rsgm54cwhJwMJz { display:block; }
 }@media only screen and (max-width: 1199px) { #sKdg6HbyvnSAPmPRlNywRx7VKTIUDhlr { width:28.25rem;height:2.5rem;top:7.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ah6u9TukKnDhiQ8Bu2FXbShtmNbPrF7I { display:block; }
 }@media only screen and (max-width: 1199px) { #C0Wdl1sPfw6KRrb7NI1iKs8hiQAWfiox { width:28.25rem;height:2.5rem;top:11.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKR8ZrN4PXA1Ql25DO6uM4iPc0rT8ib4 { display:block; }
 }@media only screen and (max-width: 1199px) { #XwNeVJ6WHzc3JL3iL7PBvmTmbhT41pzw { width:2rem;height:2rem;top:1rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKgZ8f0vZberTNxbGUe4SxkcbDC5D22Q { width:2rem;height:2rem;top:7.9375rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lb9SHZtpTrAIW1J2Pr9e2bsxQmy7Bek9 { width:2rem;height:2rem;top:4.4375rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFu04qdx906Cplo2UOqxsiSsXKV6OtT3 { width:2rem;height:2rem;top:11.3125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg { display:block; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aWq8FUuaZSAItGrRD8yZtxocbOiBQOZP { width:15.5rem;height:5.375rem;top:3.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3TnwfApmTRnpa9y6lL6OIrDEWR07hAZ { width:22.5625rem;height:3.8984375rem;top:14.1875rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STRufqDgoEzUTpTCHBFdzVv0LqGg0aTq { width:9.5625rem;height:0.9746125rem;top:11.125rem;left:19.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 { width:2.5rem;height:2.5rem;top:20.9375rem;left:16.6875rem;font-size:1.75rem;display:block; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT { width:2.5rem;height:2.5rem;top:20.9375rem;left:20.625rem;font-size:1.75rem;display:block; }
#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E { width:2.5rem;height:2.5rem;top:20.9375rem;left:24.625rem;font-size:1.75rem;display:block; }
#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k { width:2.5rem;height:2.5rem;top:20.9375rem;left:28.5625rem;font-size:1.75rem;display:block; }
#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@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:rgba(var(--color-tertiary-0),1);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:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:9.125rem;height:2.4375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 763px) { #cJ7HfiMU1FfKCepXb4pnCzg5MEKW84Tb { width:5.375rem;height:3.4375rem;top:0.75rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vy7MXKp59OGbRqEQpJ0Sl7gFOdwufkHS { display:block; }
 }@media only screen and (max-width: 763px) { #SQTb3Ht5hdXlf4hZy3WTenlea9O6az79 { width:10.875rem;height:3.4375rem;top:0.75rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WU3U7BS2oX4Mqhc1WLQ9hvJt0ozLeTsV { display:block; }
 }@media only screen and (max-width: 763px) { #RkO9wiOXhRdBBS7FC6iTKD4viiu1OZAt { width:8.125rem;height:2.3125rem;top:1.46875rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpLmmvmCQMhgfUAd5hHNIDAAWsnoagz { display:block; }
 }@media only screen and (max-width: 763px) { #dwU4vUnawXhyOXiHSccZdUeZ7qKDxIQO { display:flex;width:1.5625rem;height:1.5625rem;top:1.71875rem;left:18.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3ad4af7-24e1-4cc4-b0d7-890a908bdcd3/Datascience.jpg");background-position: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.5); }#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.5); }#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:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt32TaXeAxAZumT4SRNiGaHrBAsPTIVm { width:15.6875rem;height:3.8984375rem;top:6.25rem;left:2.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLfRmNTPMH78UT663WZCNa0yAyEkd5g7 { width:16.25rem;height:4.875rem;top:12.25rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJVk2ud7zNm7ouvLV6sXTZ7BIEAEIIL7 { width:17.6875rem;height:52.8125rem;top:22.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8z2if77rMnTqIXbHhg0DEzk0mqpLx27 { width:20rem;height:57.875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsn5CLHz8DL59dxI9OPgU1S8kdpXozr { width:20rem;height:1.625rem;top:20.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwIViHITistommsmtTMJyp2pT09Bg58 { width:20rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t { display:block; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz9esJVGMZGGS4CKxCwh59ql4RoinPML { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mU30IBcPTvza4kWNhmZUcGLZ6v7isCJo { width:5.75rem;height:1.13671875rem;top:22.250015258789rem;left:3.6250002980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sd7WMEQhDip7Ktv4xoAsFsbEBTGUqKvk { width:13.25rem;height:2.923825rem;top:23.937501907349rem;left:3.7500002980233rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvLvWFTPr5sZmbURkIQdS2lqaMLtbGeX { width:8.5625rem;height:1.13671875rem;top:29.250015258789rem;left:3.4375000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQdWTzUAgBIBSgf117vutkLVuv8GZtDI { width:12.5rem;height:2.923825rem;top:31rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkIK8SVTx5yLsH6Ds7S440waJpmSZF6 { width:11.375rem;height:1.13671875rem;top:7.9375rem;left:3.4375000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBVweLeq1us0zwLRA0UIPTrIlTFe9xZR { width:14.8125rem;height:2.923825rem;top:9.5rem;left:4.0000000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zdbsH3bbEOT75WyBxIfXgybiDtny60Qr { width:6.8125rem;height:1.13671875rem;top:14.8125rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsdaT0eLqfcrRXMH3XvvWccSyR7OExg2 { width:12.5rem;height:2.923825rem;top:16.375rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrxB2cvDs8w0La8fEB7n9Ex0qi5ybFxp { width:15.6875rem;height:1.21875rem;top:36.4375rem;left:2.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoSiknMoomyccBAJy2TuRM2L5d1LG2pG { width:2.0625rem;height:2.0625rem;top:28.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOsC2lRITCwEPWPT4fcTWCszVTgpcaQ { width:2.0625rem;height:2.0625rem;top:14rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNgd97m6UAqU672MtaQsEr5dqcir1zkp { width:2.0625rem;height:2.0625rem;top:21.250015258789rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZMIvwIC8zNRIJAet9Rnb01fNCLCTHE { width:2.0625rem;height:2.0625rem;top:7.4375rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDIb5hCzDtq89VHJwHcaEcABCu8tahXv { width:20rem;height:0;top:99.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G5ZqmGalEGnr2XBXmf16bsPJrc2PcOWQ { width:20rem;height:0;top:106.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uAl3ABnebWUliD33OUPdivmZ6L8m0tDg { width:16.8125rem;height:9.125rem;top:40.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTGTt2DlGIxxxsTgsyqeIivuhZ8gwoeH { width:17rem;height:9rem;top:41.0625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8zCOzJrMQ7TFiJfT4Sq7fnUVpOrs5tz { width:14.9375rem;height:3.41015625rem;top:43.731772422791rem;left:2.9062500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZHPOm0rEg3Dp6SyRapBmz9b4gL9LWm3 { width:16.8125rem;height:9.125rem;top:51.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKeTT11NREWgJBzzJgnVuwV9ydZdIiM { width:16.8125rem;height:8.6875rem;top:52.173177719116rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkrtClzlLTbZrDd6hQPOugn6wzqnZUCN { width:20rem;height:auto;top:38.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JGwsnTsat4g4QBSv0e75bacbGtdKxgJ9 { width:14.375rem;height:4.546875rem;top:64.87500190735rem;left:2.7500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbZ7u3zRfMNpXdsf7PraENbJNO1z1lo2 { width:16.8125rem;height:9.125rem;top:61.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXuTsVCVpi5Myeibwrc9RRApalxPwSVA { width:17rem;height:8.8125rem;top:62.64843940735rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrWvi6b4gJBtSGOJLOfIChaJo0HxfAT4 { width:20rem;height:auto;top:56.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oAa825sTH0XeMyAFqtTiWTCoSm84X6Iy { width:14.375rem;height:3.41015625rem;top:55rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfEwVaeoCbuTbquWIkOHsaiTxT0LyqL { width:16.8125rem;height:9.125rem;top:73.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPPxfmR4ByrEI6ZodAJ2DzdvoiBO7CF { width:16.5625rem;height:8.5625rem;top:74.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ3xvnJoeCA6Wq809AkvJtKu103Avx9M { width:20rem;height:auto;top:56rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JMAPJuarWsv85TGWqN1T2gD8uEASfnQt { width:14.375rem;height:4.875rem;top:76.0312538147rem;left:2.8125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr7ssCd4UTdtKM50goa5HM20zO6w78tK { width:16.8125rem;height:9.125rem;top:84.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9wbgTn7MQkmC1BiokhqQ3faoG0DxWsW { width:16.75rem;height:8.9375rem;top:85rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0IP4P4REExIN8esu7TENRmx7tIdxLx { width:20rem;height:auto;top:75.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x5sUBD4LZBJX667HTZWJ2gsEXab7KRN7 { width:14.375rem;height:4.875rem;top:87.0312538147rem;left:2.8125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4xkVWGdiOvkR2FMyZqVUzQF2E9iqxC { width:19rem;height:3.4375rem;top:97.5625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsZNkLKNW9yiQAIDW6GnTkyDGATTOpDs { display:block; }
 }@media only screen and (max-width: 763px) { #zrqQZRa9GfVvaftr7PXqh3wQ57df0bnp { top:41.971355438233rem;left:3.0625000596046rem;width:11.25rem;height:1.29980625rem;z-index:15059;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kegnT5dxztza3qoeTV7Q4f4exdWx6ACB { top:51.8125rem;left:2.75rem;width:15.4375rem;height:2.5996125rem;z-index:15060;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOQFaT5d9haSWSeA7rtTbBlEsgecaOkZ { top:63.033855438231rem;left:3.0625000596046rem;width:10.25rem;height:1.29980625rem;z-index:15061;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JcnU2wXTlpQozAo6zTveTKK6MZPeLVVB { top:74.1875038147rem;left:2.5937500596046rem;width:14.8125rem;height:1.29980625rem;z-index:15062;color:rgba(var(--color-secondary-0),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQvkzTwy5UElshFvb4fK5lvp2JTFkdgR { top:85.2500038147rem;left:2.7500000596046rem;width:14.5rem;height:1.29980625rem;z-index:15063;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DqVcaE3HdNNfE3gXgqDbUzmof5QRM1AJ { width:12.5rem;height:0;top:111.7246125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uykJnDCGg1bTqzXGJBMzPQKs03wUOnGv { width:20rem;height:0;top:117.521484375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mHCO8UbEt7xNSe4zTaiMVbclNu3z9gvQ { width:12.3125rem;height:0;top:131.833015625rem;left:3.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMuwGXq3VTDT98KXISQLTrZpxwF6lTB2 { width:20rem;height:0;top:122.996096875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xKDRJyM4zxAaRJtEnnCeOtXZX75anXLM { width:12.5rem;height:0;top:137.629890625rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SleLAQTTEUtTvXxEVzE99pbrvrtO9FKT { width:20rem;height:0;top:126.358403125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T3Ti6yz5AQefuAE1DLTqUmCOMRPDmHIM { width:12.5rem;height:0;top:143.426765625rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVCHcPZmm6piSnaclEyCMID6ztKil0rT { display:flex;width:2.5rem;height:2.5rem;top:98.03125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { display:block; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycZlga0FCypPyWhAChf1yf306g4OwvUP { width:18.25rem;height:25.6875rem;top:59.253910064698rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ayUvb59FaZQU27nT88PErmueEdW3P5 { width:9.1875rem;height:1.625rem;top:61.3720703125rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV6QU8tGiWBwhsszHli8zGaBmv1klgHK { width:17.375rem;height:1.29980625rem;top:77.549484252931rem;left:2.6250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2vlZIkLKbgaFmBOoNg0nMe23cEVcyOO { width:20rem;height:2.11230625rem;top:0.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kh31MvyJ6TgTe1QLR9zdwP10QT7BfG67 { width:20rem;height:1.625rem;top:7.5498046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQWcPTpsHgFCs3dl04HKfKG4cmoZlk2N { width:20rem;height:1.4622375rem;top:9.7373046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAe5wHZ57g6v323AplXrqSGVi1G7dGkR { width:20rem;height:1.625rem;top:15.4248046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPdm4GBw0cBqHvszA8TLhkCVCPZ2FDTV { width:20rem;height:1.4622375rem;top:17.5498046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wn0hdKoSF3v5X4b9fJpvsXTBqTBX7H6M { width:20rem;height:1.625rem;top:22.3623046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVapWzHlV5wshM9FBeCS1Es6ATExI9XB { width:20rem;height:1.4622375rem;top:24.2998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AezbyOawQ45cD4yw2ERTmpcMA4UZPdGa { width:20rem;height:1.625rem;top:29.7998046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beelFaz54a1K24lW2GzITvlHLzZazMqg { width:20rem;height:1.4622375rem;top:31.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IV6Tn2WWd5137beZZ6FuPaDEsM2ieStF { width:20rem;height:1.625rem;top:38.2373046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUu6T7K2LrWXrEz9u32TKydnu5d9Imkz { width:20rem;height:1.4622375rem;top:40.5498046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUv7ngFgtc9uoMFTdBsqZvqLbGNo0Zxd { width:20rem;height:1.625rem;top:46.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6OPGAOtcTIxcEP7dTKNxKe2BsbeMVBl { width:20rem;height:1.4622375rem;top:48.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOotoQgnL2fUyAEqHT51S6ZAlbkZZLD0 { width:20rem;height:1.625rem;top:54.1748046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSdVDXDPOusfqDhkICoTW7drhZT17suV { width:20rem;height:1.4622375rem;top:56.4873046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSQLBhOw3uEQacXaNyp6IozX434oTWeb { width:3.375rem;height:3.375rem;top:60.3994140625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRWdxa8aOtrGPgqV3nvl2FbZeEqybAW { width:8.5625rem;height:1.13671875rem;top:65.1748046875rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qF013NcEXu0mCrc0v8XG8Ir1wcKf4laG { width:11.8125rem;height:1.13671875rem;top:71.111982345581rem;left:2.4375000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sIviWwMMsMlcQBPQK6UZHPwHQfK3XUdt { width:11.0625rem;height:1.13671875rem;top:77.799484252931rem;left:2.6875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zB5QEMTd79AQEMEq2GCISuHF2ahHngT4 { width:14.75rem;height:2.923825rem;top:66.861982345581rem;left:2.6250000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qACoLcAElDzmTQWMloZNJPqPnaJcbecV { width:15.125rem;height:3.8984375rem;top:72.838546752931rem;left:2.6250000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vel4GUzaasrOqcUdfEKxFpRUkEoKB1V4 { width:15.5625rem;height:2.923825rem;top:79.373703002931rem;left:2.6250000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tXOLerkTLmBf2GCZ21794NEbGSAHP7ti { width:2.1875rem;height:1.875rem;top:19.9248046875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ExIRE6x1XEy2xo1I42pkXsnVKz5pkW { width:2.0625rem;height:2.0625rem;top:12.2998046875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8xrtfArhqrTQkb8FvtzR26iIL7U6h53 { width:2.1875rem;height:2.6875rem;top:26.6748046875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K236BOXUT1NxbMpdvvMzzaO4sxR6rxGM { width:2.5rem;height:2.5625rem;top:34.7998046875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJRPEdSkgKlBQoO7DZ0fJWAwwsrQr7MD { width:2.9375rem;height:2.3125rem;top:43.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36ALRM8hlcCotJBuBw9wXD14MInTWkB { width:2.4375rem;height:1.9375rem;top:51.2998046875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfoXAHhcnfquq49AUdwLp8Pc2HTqcUhg { width:2.9375rem;height:2.9375rem;top:4.1315116882324rem;left:8.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H { display:block; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK5fX99RIS7lztwgDxouPwROCHJWcent { width:14.0625rem;height:4.0625rem;top:1.3125rem;left:1.3437500596046rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vVtcfMp80gu7V4gfCFqpWS3H5DtmncGs { width:2rem;height:2rem;top:48.5rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO60A8h3xw2hQBAsrrsxbhImhfEFM44O { width:12.5rem;height:1.29980625rem;top:29.600261688233rem;left:3.1770833134651rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #QWxIS1O3k9DKUkEgk8htR7MTffZz3bFd { width:2.125rem;height:2.125rem;top:6.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2NpDhyMoSxCubnTeC9CKrBzgx0wG4s4 { width:2.125rem;height:2.125rem;top:19.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvU1kdgloB7Pq2WhycK7hytNeRufgrTL { width:13.4375rem;height:1.29980625rem;top:13.5rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #LECrJJl9Wbvi5ElxLpB6gy9eCzz5tRpV { width:2.125rem;height:2.125rem;top:9.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD0uUkwfo9eNQNQqURbVXHRgZ6wcVFLm { width:14.125rem;height:1.29980625rem;top:7.0625rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O90lavzCf6oXF5KLWTnBF3Zfd9P3E55w { width:2.125rem;height:2.125rem;top:22.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcBl5y4tfRpT42g6Q9n5EPU9hxaI2bfW { width:12.5rem;height:1.29980625rem;top:10.125rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ou0wNhirDf0GRUkOJC0U6IazNf3yKJTr { width:2.125rem;height:2.125rem;top:12.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVGEE9Nec5qCi1FNWb9HxeQnnLGw30bS { width:12.5rem;height:1.29980625rem;top:26.600261688233rem;left:3.0625002980233rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #RmFxEnGx8hGRgOa6DSrx5zd9BH6T5aQk { width:2.125rem;height:2.125rem;top:25.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zBXEx1TsiimAVK0q0XH326zCGpa9cm { width:12.5rem;height:1.29980625rem;top:20.25rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNxFJseOVLTMMBAb7LcqeACQ7vgbrPOw { width:2.125rem;height:2.125rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us87IoOxZ8Cp7uDf6B89GRHeZ16Q8iMx { width:12.5rem;height:1.29980625rem;top:23.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOalMTsg1arJXwTzAD0DrriEJcw1Nn { width:2.125rem;height:2.125rem;top:29rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3nxsDPr8kZO27lh7VS9fgI0xCvGl1M1 { width:12.5rem;height:1.29980625rem;top:16.875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTD2qOdc7e9EqV4FapLxA67tzaMMp5Oq { width:19rem;height:3.125rem;top:37.4375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhCeteCWfaEITb8qEE4Hb1grAoO9B3VB { display:block; }
 }@media only screen and (max-width: 763px) { #mIpDhl9mfrU5Cis2JvcpptR18fxvJKQO { display:flex;width:2.5rem;height:2.5rem;top:37.75rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { display:block; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NobUeSKTIKK7fLT59Cna8iOnBIwf6yv2 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9bX3z52TFUPB0eORVeQB3MOCFUnCLmF { width:17.4375rem;height:19.5rem;top:4.224609375rem;left:1.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdd9pGHpxdDDtMJuaBFiLqFP75hXzJ9s { height:10.8125rem;width:19.5625rem;top:25.035158157349rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 { display:block; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDbDcsBiKiyuMNTF0atBSopDrXVtAqMK { width:16.625rem;height:2.92448125rem;top:0.56250190734863rem;left:1.6875000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wL1RTK5pr4WhZOOFPgry9KJuqnuwHTCG { width:4.6875rem;height:5rem;top:3.984375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdMD5DBw60EGRRMANfCTXHIsKFVmoTXc { width:5rem;height:5rem;top:4.609375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrCGeJQSJotwzDxggNaftoWnAaHxMol { width:5.0625rem;height:5.0625rem;top:11.421875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4TwzLI6Z1XTMGMShND0dq7L35EpQQF { width:5rem;height:5rem;top:11.453125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmmJgENdK5oPrdzM4HNMySZN8CHS9CAF { width:11.75rem;height:5rem;top:19.234375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODFqAnsfJTBl9MvCkkw8ycWfbc5LRZI { width:5.125rem;height:5.125rem;top:26.4228515625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sarIXsoI7T9dOT6d0RcMMLLwIIyT18DK { width:5.1875rem;height:5.1875rem;top:26.3916015625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { display:block; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ4qeO0faT2tcHZPCXtWHIVn3KRie9LF { width:14.625rem;height:3.4121125rem;top:1rem;left:3.6875000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAhwQknRTNg86tHq5XC4Lx4F4M9w9dgq { width:13.875rem;height:1.4622375rem;top:6.9140625rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3wQuPTwsnnuTe3becr0iprJIsSKToPV { width:13.875rem;height:4.546875rem;top:9rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPbQnD88soLI1N4BP8sqFD69ybEOfsNy { width:13.875rem;height:2.92448125rem;top:15.25rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toc4lJ07GAi6kiR59oyJXq3rI2FnulEW { width:13.875rem;height:5.68359375rem;top:18.671875rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QSnEM7vFF8gpniugBmww9GGv07uyMRow { width:13.875rem;height:1.4622375rem;top:26.125rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C37MW7H7plTGBcTUtkOd8qxzmRiM6v5C { width:13.875rem;height:1.4622375rem;top:38.0625rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3MyJvQ79GMyEUm0oyTW4C5Most86KNP { width:13.875rem;height:7.957rem;top:28.6728515625rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZRE7opCeGmHNb02c6XAUu3hZ5FfvMoT { width:13.875rem;height:6.8203125rem;top:40.1484375rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U43DOHuER28TncNX7lSuXVuX9XGZCSm8 { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKSs7Vlpfgby6GOp3GmTNT2yVlZBElu { width:2.125rem;height:2.125rem;top:15.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpsBJkyTLws0Z3BidLO9lyD4HRi5JS5s { width:2.1875rem;height:2.1875rem;top:26.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEF6cxLKx0WVkGF3O3FnXF7wHE8QDT1u { width:2.125rem;height:2.125rem;top:38.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #clPneHLoJDJrI9uaR3MUka8MasBFkDzz { width:19rem;height:3.125rem;top:60.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeqA0GhN39PhncuREFi7XNKCZnbQvXhc { display:block; }
 }@media only screen and (max-width: 763px) { #s4IUTe5oo3yPTSHGvhhQ2k31ePMw3lUQ { width:2.5625rem;height:2.5625rem;top:65.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRsWnc4Oll7HeRposvZoVPHnnDPHQCy1 { display:flex;width:1.3125rem;height:1.3125rem;top:65.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8h6pUGsMJwhQuTOq8PGqe9GNAUAc3Kv { width:2.5625rem;height:2.4375rem;top:7.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biNU00e01dQ4NJ4cEOaEo9Al9VelKPdI { width:2.5625rem;height:2.125rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKi7Q1genmrwEJIIT9hK0RTDCZoGSANq { width:2.5625rem;height:2.375rem;top:26.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6gp9E465bukxbAnyML2HomxfyFSinU { width:2.375rem;height:2.375rem;top:38.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXSV8730g0C5UvwxHJLABozT4uKwkaSE { width:1.9375rem;height:1.8125rem;top:69.125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 { display:block; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr4T0QgOrWFSxRH4LitlXm5sVuTIOr9J { width:20rem;height:25.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8m0J6AVXqBR9KsNAvgzb736pxhNdEO { width:19.875rem;height:13.5rem;top:27.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLgmS91xql1ckabQ8OlW0DCQe3cTSvy9 { width:15.9375rem;height:3.0859375rem;top:1.375rem;left:2.0312500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #AyP843ZSm5CE4QBhyeafWv9THdXEr62O { width:16.5625rem;height:19.3241875rem;top:5.75rem;left:1.7187500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { display:block; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX9MJCuPmVNvfaRgZT0Jp5MrJq4bptMh { height:11.244444444444rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl { display:block; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spvqmz3kw291z5kghv0wmtCX7oRVJyuM { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOscGbhlkfocNQxqL7X9Cd56OSuLt18S { width:2.25rem;height:2.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggFGTH7nT9WL0hnDTkxv84wsOHukN8y { width:2.25rem;height:2.25rem;top:9.625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8P9h37NJyouJ2xcuZKlzIKBQTfNss5c { width:0.625rem;height:0.625rem;top:17.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSgzq4p7NIenFgkLMN6mUWvUTNXMfLNS { width:0.625rem;height:0.625rem;top:17.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ5SdEWl0DBZNq97Ke4FQV1Tem96c5bk { width:0.625rem;height:0.625rem;top:17.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRPfKgoMMoly28oLDRfHoZxp5Ir92N0I { width:0.625rem;height:0.625rem;top:17.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge612IQ4grTerg08NdZJ60br1kg6FV3S { width:0.625rem;height:0.625rem;top:17.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Vs2Udp7rcZck9KCFJiisExhddZgxhT { width:19.0625rem;height:9.375rem;top:6.38671875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { display:block; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8sX3eezwd8i8sPD3L8zn49QVdlk5dTX { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msT0ozpf1uzQncorrGnIL5z2ug9NxV4S { width:16.3125rem;height:6.8203125rem;top:4.6875rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1dFsywTv9GJIPgoOBBVGXWp0tETJEVD { width:11rem;height:0;top:31.9462890625rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rsX9zra3Mh2iUx3ZL7mMhgq3ecVPpLU0 { width:20rem;height:3.5625rem;top:43.10841875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N904HcAlEgiQyilnTLuF6Sh1Ugd72Sm4 { width:20rem;height:3.5625rem;top:50.01466875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hvmbl1cl87ddb8MeEOBwwURvrwq5Kh6u { width:20rem;height:0;top:44.23341875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ompfSOsUm8q710x15RgGmiqQoXyV7Pon { width:20rem;height:0;top:37.4365234375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cFHAnecOFw7BTbzvMsXO3ruwIpQT1TOx { width:20rem;height:0;top:47.54591875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Eus4dLezQrUtsW0xmIwF7ltvZSGLgJEG { height:11.225071225071rem;width:20rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH { display:none; }#khVFLkzQk0BM9yOHQwUTo1Z7yE0gkcOH > .row .container { width:20rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #raFF17EZlOPWqziDPOlNEkCMKegK2ORT { width:19rem;height:3.25rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I81JR1ZNRkilt9DS9izVSFL86pwqhfk1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z2Ko4LpyuBEf4elHDdMslgcnXJ9WHFTA { width:19rem;height:2.5rem;top:5.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIwGrfVxTTOJ57Bds0Rsgm54cwhJwMJz { display:block; }
 }@media only screen and (max-width: 763px) { #sKdg6HbyvnSAPmPRlNywRx7VKTIUDhlr { width:19rem;height:2.5rem;top:9.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah6u9TukKnDhiQ8Bu2FXbShtmNbPrF7I { display:block; }
 }@media only screen and (max-width: 763px) { #C0Wdl1sPfw6KRrb7NI1iKs8hiQAWfiox { width:19rem;height:2.5rem;top:12.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKR8ZrN4PXA1Ql25DO6uM4iPc0rT8ib4 { display:block; }
 }@media only screen and (max-width: 763px) { #XwNeVJ6WHzc3JL3iL7PBvmTmbhT41pzw { display:flex;width:2rem;height:2rem;top:1.875rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #bKgZ8f0vZberTNxbGUe4SxkcbDC5D22Q { display:flex;width:2rem;height:2rem;top:9.5625rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #Lb9SHZtpTrAIW1J2Pr9e2bsxQmy7Bek9 { display:flex;width:2rem;height:2rem;top:5.875rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #JFu04qdx906Cplo2UOqxsiSsXKV6OtT3 { display:flex;width:2rem;height:2rem;top:13.0625rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg { display:block; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWq8FUuaZSAItGrRD8yZtxocbOiBQOZP { width:15.5rem;height:5.375rem;top:4.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TnwfApmTRnpa9y6lL6OIrDEWR07hAZ { width:18.25rem;height:1.94824375rem;top:13.5625rem;left:0.875rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STRufqDgoEzUTpTCHBFdzVv0LqGg0aTq { width:9.9375rem;height:0.8125rem;top:11.125rem;left:5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:2.8125rem;font-size:1.75rem; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:6.75rem;font-size:1.75rem; }
#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:10.75rem;font-size:1.75rem; }
#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:14.75rem;font-size:1.75rem; }
#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }