.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,221,226;--color-primary-1:129,143,158;--color-primary-2:3,31,60;--color-primary-3:2,16,30;--color-primary-4:0,5,9;--color-secondary-0:247,250,223;--color-secondary-1:229,237,148;--color-secondary-2:203,219,41;--color-secondary-3:102,110,21;--color-secondary-4:30,33,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Albert Sans";--paragraphs-font-family:"Albert Sans"; }body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.78125rem;left:30.375rem;display:block; }
#fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:36.375rem;display:block; }
#dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:44.625rem;display:block; }
#aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:63.40625rem;display:block; }
#T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#S8eDWTA5lAyxvapSvxTR38sdwHyUAwR5 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.78125rem;left:51.9375rem;display:block; }
#TqZZHLPbO9a3pr1znTvLD2HKwTDs2TyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.875rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#kF99NZQCe3NdquFT98pKlUF1JQvFpvQ5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:0.84375rem;left:10.5625rem;overflow:hidden;display:none; }
#FISLtwtKavhTAST7PvWTRk2TBxThs1LH { box-sizing:content-box;height:3.3125rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:0.8017578125rem;left:9.0625rem;display:none; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cfcfe26-4507-4d2c-bd49-e3323661907a/a809bc99201d4e4b847af4869c863a61f860e109.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:1.9375rem;height:13.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.549560546875rem;left:1.937255859375rem;height:2.5996125rem;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; }
#XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8115rem;height:3.99975625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.322509765625rem;left:1.937255859375rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:40.625rem;width:35.625rem;top:8.1875rem;left:39.3125rem;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#TpGCTt5GsvgTVhKJ0u2TWst1thuivDQX { box-sizing:content-box;height:2.375rem;width:17rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:1.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 { color:#031f3c;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.806640625rem;left:3.560546875rem;height:1.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#weoiDTNvmq8cX4zFxZ7Kahs2vaoKDlKX { box-sizing:content-box;height:2.375rem;width:17rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:1.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#iAPIicXh3ucIazROraznH9ZWmBn10n7W { color:#031f3c;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.806640625rem;left:3.560546875rem;height:1.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JReMSFak61dz0EdrLeHBZup3M6He9TS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JReMSFak61dz0EdrLeHBZup3M6He9TS7 > .row .container { border-width: 0; border-radius: 0; }#JReMSFak61dz0EdrLeHBZup3M6He9TS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JReMSFak61dz0EdrLeHBZup3M6He9TS7 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:none; }#zLAylUogvdMEXI0NDsUpLl1q3hHgZAr1 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4993515014649rem;left:-0.28125rem;height:3.41235625rem;text-align:center;text-align-last:center;display:block; }
#v9fS4ZeaWTEXpEkkZdmvBt4uLthhJwqS { color:rgba(var(--color-primary-4),1);display:block;width:10.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.74609375rem;left:17.561851501465rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zH8mfttNno2Q5DdyWRkJIW2VhctAcAJr { color:rgba(var(--color-primary-4),1);display:block;width:10.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.74609375rem;left:38.874351501465rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k5ASaHw2I2UhFhvZt4fn7vsxoI0XhssV { 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:7.375rem;width:21.1875rem;top:10.759765625rem;left:10.9765625rem;overflow:hidden;display:block; }
#zsSafioGkPH3uWIU4fMwHpQDDiWTTBEZ { 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:6.8125rem;width:6.875rem;top:11.041015625rem;left:40.748046875rem;overflow:hidden;display:block; }
#mhgr3PEohSfdnlZWFEr9i6PaQVevSVWp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:1.25rem;top:7.0325527191163rem;left:33.687503814698rem;overflow:hidden;display:block; }
#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container { background-color: transparent; background-image: none; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container > .video-iframe-container { display: none; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row > .video-iframe-container { display: none; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .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); }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container { border-width: 0; border-radius: 0; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#ZsHB5Xv653zypEIo777zDrhWpvoqvs15 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4993515014649rem;left:25.40625rem;height:3.41235625rem;display:block; }
#PsfHZgnFyyhe0xNpn9FaaxGEB1PKo3SH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:14.874rem;top:9.5625rem;left:18.1875rem;overflow:hidden;display:block; }
#uvnbxWK6Nmea9OyPvNMXJxOdBP14nIKJ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.25rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Em68TzI4NPeeBlHqlpdfzM4Tzi1gw0u0 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:19.125rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c6uD9PeRRbMApl7l2pTT2qvGCeeDJP2f { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:41.625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KWzPKWtwJKdfoSgluRNr3mlIHuyyZLTr { 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:8.74875rem;width:8.124rem;top:8rem;left:4.5rem;overflow:hidden;display:block; }
#EK6ituwFvQnQZDUgGm3nMceu1MstIdL0 { position:absolute;display:block;z-index:15011;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.75rem;width:13.3125rem;top:12.1875rem;left:39.6875rem;overflow:hidden;display:block; }
#y9CI36db4oXVrmoMPDO2pZi6eS7yOkBB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:58.5rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gvGvW2oGi7pyHBpcOeom3Gp5aVI13tTe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.125rem;width:8.125rem;top:8.375rem;left:60rem;overflow:hidden;display:block; }
#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { background-color: transparent; background-image: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container > .video-iframe-container { display: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container { display: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { border-width: 0; border-radius: 0; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#AfFnQ39ut4ocy2X2G9Nl7a8QMSGyMP0b { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.1875rem;height:6.82425rem;display:block; }
#UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { color:#4b5563;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:3.8994125rem;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; }
#T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { color:#4b5563;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:5.1875rem;height:3.8994125rem;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; }
#MhfJK5trwsDaT532CSwnceskVK4COQ2S { color:#4b5563;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.0625rem;left:5.1875rem;height:3.8994125rem;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; }
#z810dHvtF1XQbRMdTget5xPzA1GGBxdS { color:#4b5563;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.125rem;left:5.1875rem;height:3.8994125rem;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; }
#C06wFiOekaC5slSiENAhF3dwtEQQoBzN { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.3125rem;left:0rem;display:block; }
#dIOuTgz20mxtFPAa3U47fTf0lEZbpCHp { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;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; }
#uHwyArkTg2WvWscV69pMzUFNnkBPwJ8p { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:0rem;display:block; }
#bhx3GZxOsOhFhZmaMOG3R7DMknM6LTcw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z7kHXarJmQkp1Trecm04xXwsnaWT8mTo { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.125rem;left:0rem;display:block; }
#zBHl1vC94KDAevmTMAXDgHkWLFhKAziO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwmenqlIAgd5ErrEmqkhlGL3flXVMgLU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:4rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.0126953125rem;left:0rem;display:block; }
#RSQlMkBX0eT0NQaf5aAynOTTR9FwZwyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRf9MfAi112ANs8bnoGF38ZRe4mmGT2b { color:#4b5563;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:42.637372374534rem;left:37.75rem;height:1.13745rem;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; }
#lOr65rtrAfSUdmktRfOeOwuX6qmDdEd6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:37.25rem;top:2.9290361404419rem;left:37.75rem;overflow:hidden;display:block; }
#R269mugIWPrdDBrhIA84oDbsx4kfnIup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { background-color: transparent; background-image: none; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container > .video-iframe-container { display: none; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row > .video-iframe-container { display: none; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { border-width: 0; border-radius: 0; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }#KwbsncGAPPfNHelTAATTtPmqHphNB9Pd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.998046875rem;left:7.78125rem;height:3.41235625rem;text-align:center;text-align-last:center;display:block; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e4e4e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#000000; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger.adaptive-delivery-prevent-bg, #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger.lazyload, #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-trigger.lazyloading { background-image: none; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I { box-sizing:content-box;height:auto;width:45.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;top:36.25rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ye2OqInsrThm3l13V5LlkqaVeqANtxLy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #h8eKIVMw7XPWHU4n2SE4I36mADnKPpLq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #Nrqk8Jrzs0E7v8XGiwl6F2BgkGVABri3 { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #fcnowonJMeRTrgsKGDAFy2LGquhOkDSA {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #P8BwZXaxTBU1TnVFBmdniJgvEnplD4Z5 {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #psFigR4rTKuE4zATWV8tIbZnaTx2mQZt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #RnRyLVL6yHnbnL64bTWGkhm0IsFV0h9y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #q4sfkMIQZsSqLGyJvsyAS39ozAqpPVWZ { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #moV9XVZWQDpLBgwN2akUCrEGFKLbSDkm {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ozcWDIxRG3qXqDwZEBPeUw4lH84OlNlQ { display:none; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FUhwAg5lHZ5oUTJRxFqkN82el6DDG4yO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #wWu4lkI2o5O7ua9PbckKTscVPzck2fJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #i1sn1ustiqQo3TnKlUez3trOXMCWCrm5 { display:block;position:relative; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ub4ALZ2AbPnk1P7K0HWO2Vs4pzTcVVQ8 {  }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #dMf4c0pIyNGodEPTuS67LB4Z3EL6Iigs { display:none; }
#uaS3C1LZoUGLvMca9pwHa6d6zqeoF6E5 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.375rem;top:38.5rem;left:50.3125rem;overflow:hidden;display:block; }
#ATkgG3MvhM4Nui9CToNmdGoktoz6aeO6 { box-sizing:content-box;height:19.5625rem;width:25.75rem;position:absolute;display:block;z-index:15019;background-color:#031f3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.25rem;left:49.187503814698rem;display:block; }
#mp8lbzL7loytvroe3NEeFf72PBn3su1U { box-sizing:content-box;height:3.25rem;width:5.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.0625rem;left:0rem;display:block; }
#RuumWbT7W7CLlI2Kb1ICGRVkUr7XxGqT { color:#0b1c3e;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRcQtO3AzEEzotagtsarZdVH6qy2rLqh { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.22265625rem;left:19.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOC867a9K2cpX5Ne1rB1eEwS04FT9gVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.812500953674rem;left:0rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#tKO070x6g0ROR1ooCxCoK3FoQcrKrarh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.893229484558rem;left:0rem;height:10.3984375rem;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; }
#F7Hrv94l7SxFD9UPqDBvyEB1yJem6DTv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.875rem;left:25.1875rem;height:10.3984375rem;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; }
#C1QATUw44tbomLz04rxwMRREOXhtnvaC { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:25.1875rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#nezMlhEmJikvDwZHxMcQ7nR7rrqkB8fP { box-sizing:content-box;height:3.25rem;width:5.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.0625rem;left:25.1875rem;display:block; }
#kNTrCc4fBDZVpIEzuggTExuxi1rgqvCU { color:#0b1c3e;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.8125rem;left:25.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSvghi0tiUE1OGolBpGcgngUdJvKplQo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.0625rem;height:10.3984375rem;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; }
#wsf0hPqm2O5NdC771aOeuxEw5iqwRfa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:52.0625rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#VakCZ4CtT5as0IOUqZR6iSy4nGk1HNXr { box-sizing:content-box;height:3.25rem;width:5.4375rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.0625rem;left:52.0625rem;display:block; }
#Lg8BI14VbxrpTaFCcf18B2hxZ7KU1Rdw { color:#0b1c3e;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:10.8125rem;left:52.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5CptKdASQt4nkXekMKTW2LgRt4BqN1G { background-color:#0b1c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.116539001465rem;left:0rem;display:block; }
#Oiq5QoId2Ogf1rpG6kIcz8sJLsCy9HPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pndAkq1skM2qZE0oHFAuyemZDmwF9XlF { background-color:#0b1c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.116539001465rem;left:25.166667938233rem;display:block; }
#rF7Gi0xtLoVt4nRuXKTTRmA7uiooksOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ix5q0eH3wsEVAoxTp7Ac6ZIby0o5vEwn { background-color:#0b1c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.115886688233rem;left:52.062503814698rem;display:block; }
#LRzlTM1cIJMXs3OEieCsMLAtZlURHPCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gniouuXa6feP70q5RCHpUp5kmJE38eER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container { background-color: transparent; background-image: none; }#gniouuXa6feP70q5RCHpUp5kmJE38eER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container > .video-iframe-container { display: none; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row > .video-iframe-container { display: none; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .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); }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container { border-width: 0; border-radius: 0; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#zhHH5TqHOPXWpwNUzTCpOCUZ53VJkThw { color:#202124;display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.03125rem;height:3.41235625rem;text-align:center;text-align-last:center;display:block; }
#xLUb7o2ODAoqDi1lFZhOR2A9c4QfTHCd { color:#4b5563;display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6614487171175rem;left:19.979167938233rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#avoxhatub4fziKySeTCXEHzIT0AGeqAL { 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:27.9375rem;width:33.125rem;top:10.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#I1pCl8TzGmFtBOzhPEamqTfgDUIG2Cqw { 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:27.9375rem;width:33.125rem;top:10.8125rem;left:40.375rem;overflow:hidden;display:block; }
#qD9ZDlTrxUQzDpqaxWGwuvIf51JFvqHu { color:#4b5563;display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.75rem;left:1.5rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c5BIDS2pep9beMs6Xf5W1QxMHJ6Xwli8 { color:#4b5563;display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:39.75rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Io7iZKGI4BmeyAEvcofeDT8dNr7r9Qaw { color:#4b5563;display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:44.222648620606rem;left:18.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUhUo0vdgtKXDQLoPTTLbvvabGAL7v1q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.395824432373rem;left:25.625rem;display:block; }
#xbZr3LpmobGEiZ0PCa5NQt9lFdk1RkJc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1c3e;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; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container { background-color: transparent; background-image: none; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container > .video-iframe-container { display: none; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row > .video-iframe-container { display: none; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .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); }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container { border-width: 0; border-radius: 0; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#x6g97A6RfBhWrBL7TQON0gQuAbGTRHQ1 { color:#ffffff;display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.859375rem;left:16.702476501465rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LFB1e6z021DGvniAv0uhaT2ZtQLB9RaP { 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:23.0625rem;width:23.75rem;top:5.84765625rem;left:0rem;overflow:hidden;display:block; }
#ghsMEHV4yaSZfsIDUEesVWes1hPel0Ip { 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:23.0625rem;width:23.75rem;top:5.84765625rem;left:25.749755859375rem;overflow:hidden;display:block; }
#dCrWQlvydUd0sLTwo32sQTyppTiadgrl { 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:23.0625rem;width:23.75rem;top:5.875rem;left:51.25rem;overflow:hidden;display:block; }
#hxTw03K2E4Xci6PqfwNhJ3gUfKGoe3QK { color:#ffffff;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.748697757721rem;left:0.828125rem;height:1.7871125rem;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; }
#NzyLdiMTH6kHwG6OuL3nGinxt7sAQbsx { color:#ffffff;display:block;width:15.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.49853515625rem;left:0.828369140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lyxt3I1WymTKO1eQp54yMSyTESGc0pyP { box-sizing:content-box;height:23.0625rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.84765625rem;left:25.687503814698rem;display:block; }
#WZlMqDawDfTJzK07WnFX53EZal9rEhUc { box-sizing:content-box;height:23.0625rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.84765625rem;left:0rem;display:block; }
#KToF64VSN9wOoTfZNp2JM5QCFGLqBNTO { box-sizing:content-box;height:23.0625rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.84765625rem;left:51.25rem;display:block; }
#HdoX7qaPLa0RnNwluXv0DnJixdIq1HT3 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:27.952880859375rem;height:1.7871125rem;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; }
#dCNOn9zULbiHV4BcCRxwRPzrTxDin2RW { color:#ffffff;display:block;width:15.87375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.497802734375rem;left:27.952880859375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dygl5Ft860bvIb650wMyQWVSo08muPN7 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:53.75rem;height:1.7871125rem;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; }
#TLA8JzFwfmwHGCm5LCwauqTSsLETqyb6 { color:#ffffff;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.5rem;left:53.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container { background-color: transparent; background-image: none; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container > .video-iframe-container { display: none; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row > .video-iframe-container { display: none; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .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); }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container { border-width: 0; border-radius: 0; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#K1QtIAmNoA0m6gsKEaXsFrLIViFNkexf { color:#202124;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:10.2363125rem;display:block; }
#EQ36evqBS4pwMGiU2kT1pO2w2QVc1Ub4 { color:#4b5563;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:15.597625rem;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; }
#R8Mcm5yIRIqGQN96xgOamiHc6RtUmJHL { color:#4b5563;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.375rem;left:47.125rem;height:1.29980625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iek1Tc9ZtJDkSU4nTtLzM2nJCvVAUeRx { color:#4b5563;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.5rem;left:47.125rem;height:15.597625rem;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; }
#o0PDQTpClHLWK7pHhQ6rmGhS4R87pD0l { color:#202124;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.375rem;left:47.125rem;height:6.82425rem;display:block; }
#PWos0eRmDHJ9Xk49TQwpdT70lePfUc7p { color:#4b5563;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:55.5rem;left:0.0625rem;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; }
#FEs8gtTzX7Ci9KPTyM96XeSiK7eTvaBZ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.4375rem;width:46.5rem;top:4.187255859375rem;left:28.5rem;display:block; }
#nJggfm5JiGGT8krvpqf6byFvKetvbCwd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.43725rem;width:46.5rem;top:33.375rem;left:0rem;display:block; }
#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { background-color: transparent; background-image: none; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container > .video-iframe-container { display: none; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row > .video-iframe-container { display: none; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { border-width: 0; border-radius: 0; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#oTP5O71KRUANcTcuP2SDIBb0PXyFM0BI { color:#202124;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:10.25rem;height:3.41235625rem;display:block; }
#smf1VJaOXpOrDNF12xzS17rbtHDWmB9T { color:#4b5563;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:20.9375rem;height:1.29980625rem;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; }
#siLfqQZyeUDaPJbaN45yopvv5hnr3xhA { color:#4b5563;display:block;width:72.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1.4375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uoKBQffk1EQbRweot27EMNu3DrTCKxp2 { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.5625rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#uBeLJWLDZQuJy4zT3xKvdiqnHhIxd6fC { color:#262626;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.125rem;left:1.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m6mvC1GcMbowzA72Hyn7woAUtZIidTfU { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.3125rem;left:20.375rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#of5T6ge0AmGKOroFy0pc7UzgMNJW0C11 { color:#262626;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.375rem;height:3.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkmEUykhf9I5IfLoTc99XM1vcR9aTmes { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.3125rem;left:39.5rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#f73WWZarKcfWPghZLMv2XWZISl5c9or2 { color:#262626;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.125rem;left:39.5rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QLaL3W0pK28q9o3T1KNaytHe2AFXmTTT { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:58.4375rem;height:5.84985625rem;text-align:center;text-align-last:center;display:block; }
#z3n5JOkrw3EsW9Hl2mBtWvQS4dk7tQIH { color:#262626;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.125rem;left:58.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container { background-color: transparent; background-image: none; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container > .video-iframe-container { display: none; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row > .video-iframe-container { display: none; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .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); }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container { border-width: 0; border-radius: 0; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#aozO5FRg7HWnyF6J0PV1LZqI72G06yCB { color:rgba(var(--color-tertiary-2),1);display:block;width:74.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T7KWHld3ciG3xX23xMZWnW9C4OkRxuTH { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:12.75rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VloHX3eWbyTI3kv4eGvtLGyz3Fva4iGJ { color:rgba(var(--color-tertiary-2),1);display:block;width:73.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.88671875rem;left:0.90625rem;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; }
#NRkXLFGnz9cuH1p7RGqw2ZIabgm9qAxH { position:absolute;display:block;z-index:15010;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.6875rem;width:12.5rem;top:15.3125rem;left:0rem;overflow:hidden;display:block; }
#QwAWKO4HEhOvSpn4FkSFvELs1ZtK2P6a { position:absolute;display:block;z-index:15011;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:12.5rem;top:15.75rem;left:20.375rem;overflow:hidden;display:block; }
#xdyNQ37kHU4CbV4breCihHu0yUfH21Vd { 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:3.3125rem;width:12.5rem;top:15.53125rem;left:40.375rem;overflow:hidden;display:block; }
#TRvTgm0rpJLNclbXnmbHAF89kS1XQ4PP { position:absolute;display:block;z-index:15013;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:4.75rem;width:12.5rem;top:14.625rem;left:59.375rem;overflow:hidden;display:block; }
#mR2IbC7p3hBfs66cgF8KNcECRPEzkTW1 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:12.5rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
#H2pAdv9tWdK0wa6LFDTM0xSSzSGnfbbd { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:12.5rem;top:26.53125rem;left:59.375rem;overflow:hidden;display:block; }
#QXL3L8HFAzeMvWv548R41515lKJcaqer { position:absolute;display:block;z-index:15017;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:12.5rem;top:26.46875rem;left:41.625rem;overflow:hidden;display:block; }
#EER8vTErExG9NzIx1nREZt1QxxihZTM5 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:24.71875rem;left:19.75rem;overflow:hidden;display:block; }
#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container { background-color: transparent; background-image: none; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container > .video-iframe-container { display: none; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row > .video-iframe-container { display: none; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .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); }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container { border-width: 0; border-radius: 0; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#S9SFK0iJ9JPQlHnZ56Cf9BxMT5GQOyfR { color:rgba(var(--color-primary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.7619625rem;display:block; }
#tXTVL1rt4iH0CzO6Mo27PhUwbRcBPapT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:6.5rem;left:54.5625rem;overflow:hidden;display:block; }
#tDfvOs31rm2ANmCOb7F4KR3TTTo8xZIH { color:rgba(var(--color-primary-2),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:8.7715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#pMIsFwNaybZ0FT31LAeJQ5Xb2idi4vCP { color:rgba(var(--color-primary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.25390625rem;left:0rem;height:2.6809875rem;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; }
#DVvwWmGVpQXVFrknaL3wKfT9yyIPZCCN { color:rgba(var(--color-primary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.3125rem;left:0rem;height:7.3095625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container { background-color: transparent; background-image: none; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container > .video-iframe-container { display: none; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row > .video-iframe-container { display: none; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .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); }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container { border-width: 0; border-radius: 0; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#JhqLLsFgPlm1v4N0xiTBaOBCenEsnK9d { color:rgba(var(--color-primary-2),1);display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.9375rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORhrQT9ryJT93ybLzha6XZ8Tl9cL2oLD { position:absolute;display:block;z-index:15009;height:27.5rem;width:70.25rem;top:8.78125rem;left:2.375rem;display:block; }
#uXO5Z2II9pRtMuHsTMiJV3PeO3PLCZy5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:23.65625rem;left:0rem;overflow:hidden;display:block; }
#VuVarITSET8wNBOrHNz7BHWC6yr79ScI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:39.25rem;left:35.8125rem;display:none; }
#gcMHgImQRI5TKqiogApZiRQQVLdNpfnW { 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:39.25rem;left:37.125rem;display:none; }
#rALmWKapEkr27bK2rzkxD0CxTDG7Eqoc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:23.65625rem;left:72.75rem;overflow:hidden;display:block; }
#NlKdvK6IX1nmcMwDEh9rZ91LdKISSKZ8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:39.25rem;left:38.625rem;display:none; }
#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { background-color: transparent; background-image: none; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container > .video-iframe-container { display: none; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row > .video-iframe-container { display: none; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { border-width: 0; border-radius: 0; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#ZT1gT85DJWOkMyzaLqHuNI0xn4ciPhSX { color:#031f3c;display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.5625rem;height:3.41235625rem;display:block; }
#TOTefCrQeh6lTXl3T6FKEvVvbpwDqSyl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:22.15625rem;height:1.29980625rem;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; }
#PlIPvfsRc3las3tWxaGaFQODRMSqQg99 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.4375rem;left:27.40625rem;display:block; }
#Nl7Ufqy64Wpp70eFF8fCkWGyP5eELfcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031f3c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.875rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.29980625rem;font-style:normal;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; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.625rem;left:68.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.625rem;left:64.875rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.625rem;left:61.125rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.625rem;left:72.5rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:1.13745rem;font-style:normal;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; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:5.375rem;height:3.4375rem;top:0.75rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block; }
 }@media only screen and (max-width: 1199px) { #WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { width:7.6875rem;height:3.4375rem;top:0.75rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block; }
 }@media only screen and (max-width: 1199px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:31rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 1199px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:11.5rem;height:2.375rem;top:1.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 1199px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { top:1.40625rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;z-index:15005;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8eDWTA5lAyxvapSvxTR38sdwHyUAwR5 { width:9.4375rem;height:3.4375rem;top:0.75rem;left:38.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TqZZHLPbO9a3pr1znTvLD2HKwTDs2TyX { display:block; }
 }@media only screen and (max-width: 1199px) { #Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { width:7.875rem;height:3.3125rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kF99NZQCe3NdquFT98pKlUF1JQvFpvQ5 { width:3.3125rem;height:3.3125rem;top:0.84375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FISLtwtKavhTAST7PvWTRk2TBxThs1LH { width:0.0625rem;height:3.3125rem;top:0.80143231153488rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cfcfe26-4507-4d2c-bd49-e3323661907a/a809bc99201d4e4b847af4869c863a61f860e109.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:47.75rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:21.9375rem;height:8.532rem;top:13.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:3.8994125rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:24.9375rem;height:46.5625rem;top:9.1875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { top:0rem;left:0.03125rem;width:47.75rem;height:3.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #TpGCTt5GsvgTVhKJ0u2TWst1thuivDQX { width:17rem;height:2.375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 { width:15.5625rem;height:1.13745rem;top:9.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weoiDTNvmq8cX4zFxZ7Kahs2vaoKDlKX { width:17rem;height:2.375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAPIicXh3ucIazROraznH9ZWmBn10n7W { width:15.5625rem;height:1.13745rem;top:35.4375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JReMSFak61dz0EdrLeHBZup3M6He9TS7 { display:none; }#JReMSFak61dz0EdrLeHBZup3M6He9TS7 > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zLAylUogvdMEXI0NDsUpLl1q3hHgZAr1 { width:47.75rem;height:2.84399375rem;top:3.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #v9fS4ZeaWTEXpEkkZdmvBt4uLthhJwqS { width:9.874375rem;height:1.29980625rem;top:8.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zH8mfttNno2Q5DdyWRkJIW2VhctAcAJr { width:9.874375rem;height:1.29980625rem;top:8.625rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5ASaHw2I2UhFhvZt4fn7vsxoI0XhssV { width:19.875rem;height:7.0625rem;top:11rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsSafioGkPH3uWIU4fMwHpQDDiWTTBEZ { width:6.875rem;height:6.8125rem;top:11.125rem;left:33.5615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhgr3PEohSfdnlZWFEr9i6PaQVevSVWp { width:1.25rem;height:11.25rem;top:7.875rem;left:22.625001266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF { display:block; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container { width:47.75rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZsHB5Xv653zypEIo777zDrhWpvoqvs15 { width:47.75rem;height:2.84399375rem;top:3.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PsfHZgnFyyhe0xNpn9FaaxGEB1PKo3SH { width:10.875rem;height:4.5rem;top:9.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvnbxWK6Nmea9OyPvNMXJxOdBP14nIKJ { width:9.8745rem;height:1.29980625rem;top:15.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Em68TzI4NPeeBlHqlpdfzM4Tzi1gw0u0 { width:15.625rem;height:1.29980625rem;top:15.125rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6uD9PeRRbMApl7l2pTT2qvGCeeDJP2f { width:12.0605625rem;height:1.29980625rem;top:25.5625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWzPKWtwJKdfoSgluRNr3mlIHuyyZLTr { width:5.87475625rem;height:6.43725rem;top:7.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EK6ituwFvQnQZDUgGm3nMceu1MstIdL0 { width:13.999375rem;height:3.9375rem;top:20.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9CI36db4oXVrmoMPDO2pZi6eS7yOkBB { width:12.0605625rem;height:1.29980625rem;top:25.75rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvGvW2oGi7pyHBpcOeom3Gp5aVI13tTe { width:6.5rem;height:6.5rem;top:18.375rem;left:30.75rem;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { width:47.75rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AfFnQ39ut4ocy2X2G9Nl7a8QMSGyMP0b { width:47.75rem;height:5.6879875rem;top:1.875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { width:47.75rem;height:2.5996125rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { width:41.4375rem;height:2.5996125rem;top:15.1875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhfJK5trwsDaT532CSwnceskVK4COQ2S { width:37.375rem;height:2.5996125rem;top:20.9375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z810dHvtF1XQbRMdTget5xPzA1GGBxdS { width:37.9375rem;height:3.8994125rem;top:26.875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C06wFiOekaC5slSiENAhF3dwtEQQoBzN { width:3.125rem;height:3.125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIOuTgz20mxtFPAa3U47fTf0lEZbpCHp { width:3.125rem;height:1.29980625rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHwyArkTg2WvWscV69pMzUFNnkBPwJ8p { width:3.125rem;height:3.125rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhx3GZxOsOhFhZmaMOG3R7DMknM6LTcw { width:3.125rem;height:1.29980625rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7kHXarJmQkp1Trecm04xXwsnaWT8mTo { width:3.125rem;height:3.125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBHl1vC94KDAevmTMAXDgHkWLFhKAziO { width:3.125rem;height:1.29980625rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UwmenqlIAgd5ErrEmqkhlGL3flXVMgLU { width:31rem;height:3.375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RSQlMkBX0eT0NQaf5aAynOTTR9FwZwyC { display:block; }
 }@media only screen and (max-width: 1199px) { #aRf9MfAi112ANs8bnoGF38ZRe4mmGT2b { width:29.9375rem;height:1.13745rem;top:80rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOr65rtrAfSUdmktRfOeOwuX6qmDdEd6 { width:39.4375rem;height:39.4375rem;top:37.8125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R269mugIWPrdDBrhIA84oDbsx4kfnIup { display:block; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { width:47.75rem;height:138.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KwbsncGAPPfNHelTAATTtPmqHphNB9Pd { width:47.75rem;height:5.6879875rem;top:1.875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I { display:flex;height:auto;width:44rem;top:113.5625rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ye2OqInsrThm3l13V5LlkqaVeqANtxLy {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #h8eKIVMw7XPWHU4n2SE4I36mADnKPpLq {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #Nrqk8Jrzs0E7v8XGiwl6F2BgkGVABri3 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #fcnowonJMeRTrgsKGDAFy2LGquhOkDSA {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #P8BwZXaxTBU1TnVFBmdniJgvEnplD4Z5 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #psFigR4rTKuE4zATWV8tIbZnaTx2mQZt {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #RnRyLVL6yHnbnL64bTWGkhm0IsFV0h9y {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #q4sfkMIQZsSqLGyJvsyAS39ozAqpPVWZ {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #moV9XVZWQDpLBgwN2akUCrEGFKLbSDkm {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ozcWDIxRG3qXqDwZEBPeUw4lH84OlNlQ {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FUhwAg5lHZ5oUTJRxFqkN82el6DDG4yO {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #wWu4lkI2o5O7ua9PbckKTscVPzck2fJ4 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #i1sn1ustiqQo3TnKlUez3trOXMCWCrm5 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ub4ALZ2AbPnk1P7K0HWO2Vs4pzTcVVQ8 {  }
 }@media only screen and (max-width: 1199px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #dMf4c0pIyNGodEPTuS67LB4Z3EL6Iigs {  }
 }@media only screen and (max-width: 1199px) { #uaS3C1LZoUGLvMca9pwHa6d6zqeoF6E5 { width:39.625rem;height:26.375rem;top:86.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATkgG3MvhM4Nui9CToNmdGoktoz6aeO6 { width:47.75rem;height:31.1875rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mp8lbzL7loytvroe3NEeFf72PBn3su1U { width:16.875rem;height:3.1875rem;top:12.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuumWbT7W7CLlI2Kb1ICGRVkUr7XxGqT { width:11.874rem;height:1.7871125rem;top:13.3125rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRcQtO3AzEEzotagtsarZdVH6qy2rLqh { width:47.625rem;height:1.29980625rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TOC867a9K2cpX5Ne1rB1eEwS04FT9gVZ { width:47.75rem;height:2.84399375rem;top:17.6875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tKO070x6g0ROR1ooCxCoK3FoQcrKrarh { width:47.625rem;height:6.499rem;top:22.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #F7Hrv94l7SxFD9UPqDBvyEB1yJem6DTv { width:47.6875rem;height:6.499rem;top:46.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C1QATUw44tbomLz04rxwMRREOXhtnvaC { width:47.625rem;height:2.84399375rem;top:41.75rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nezMlhEmJikvDwZHxMcQ7nR7rrqkB8fP { width:16.875rem;height:3.1875rem;top:60.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNTrCc4fBDZVpIEzuggTExuxi1rgqvCU { width:11.8730625rem;height:1.7871125rem;top:36.8251953125rem;left:17.3125rem;font-size:1.375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 1199px) { #TSvghi0tiUE1OGolBpGcgngUdJvKplQo { width:47.75rem;height:6.499rem;top:69.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wsf0hPqm2O5NdC771aOeuxEw5iqwRfa6 { width:47.75rem;height:2.84399375rem;top:65.1875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VakCZ4CtT5as0IOUqZR6iSy4nGk1HNXr { width:16.875rem;height:3.1875rem;top:36rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lg8BI14VbxrpTaFCcf18B2hxZ7KU1Rdw { width:11.874rem;height:1.7871125rem;top:60.8125rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d5CptKdASQt4nkXekMKTW2LgRt4BqN1G { width:31rem;height:3.375rem;top:77.998046875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oiq5QoId2Ogf1rpG6kIcz8sJLsCy9HPo { display:block; }
 }@media only screen and (max-width: 1199px) { #pndAkq1skM2qZE0oHFAuyemZDmwF9XlF { width:31rem;height:3.375rem;top:54.873046875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rF7Gi0xtLoVt4nRuXKTTRmA7uiooksOw { display:block; }
 }@media only screen and (max-width: 1199px) { #Ix5q0eH3wsEVAoxTp7Ac6ZIby0o5vEwn { width:31rem;height:3.375rem;top:30.779296875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRzlTM1cIJMXs3OEieCsMLAtZlURHPCQ { display:block; }
 }@media only screen and (max-width: 1199px) { #gniouuXa6feP70q5RCHpUp5kmJE38eER { display:block; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container { width:47.75rem;height:111.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zhHH5TqHOPXWpwNUzTCpOCUZ53VJkThw { width:47.75rem;height:5.6879875rem;top:2rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLUb7o2ODAoqDi1lFZhOR2A9c4QfTHCd { width:47.75rem;height:1.29980625rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #avoxhatub4fziKySeTCXEHzIT0AGeqAL { width:47.75rem;height:40.0625rem;top:13.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1pCl8TzGmFtBOzhPEamqTfgDUIG2Cqw { width:47.75rem;height:40.125rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qD9ZDlTrxUQzDpqaxWGwuvIf51JFvqHu { width:47.75rem;height:1.29980625rem;top:55.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5BIDS2pep9beMs6Xf5W1QxMHJ6Xwli8 { width:47.75rem;height:1.29980625rem;top:100.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io7iZKGI4BmeyAEvcofeDT8dNr7r9Qaw { width:47.75rem;height:1.29980625rem;top:103.4248046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUhUo0vdgtKXDQLoPTTLbvvabGAL7v1q { width:31rem;height:3.375rem;top:106.16145133972rem;left:7.5937503129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbZr3LpmobGEiZ0PCa5NQt9lFdk1RkJc { display:block; }
 }@media only screen and (max-width: 1199px) { #euzZRO8NcDwuduag2X1egNQMPxT8v6Ey { display:block; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container { width:47.75rem;height:151.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x6g97A6RfBhWrBL7TQON0gQuAbGTRHQ1 { width:41.4375rem;height:1.62524375rem;top:2.4375rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LFB1e6z021DGvniAv0uhaT2ZtQLB9RaP { width:47.75rem;height:46.3125rem;top:5.6123046875rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghsMEHV4yaSZfsIDUEesVWes1hPel0Ip { width:47.75rem;height:46.375rem;top:53.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCrWQlvydUd0sLTwo32sQTyppTiadgrl { width:47.75rem;height:46.6875rem;top:102.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxTw03K2E4Xci6PqfwNhJ3gUfKGoe3QK { width:15.375rem;height:2.11230625rem;top:40.875rem;left:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NzyLdiMTH6kHwG6OuL3nGinxt7sAQbsx { width:37.375rem;height:1.29980625rem;top:44.4248046875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyxt3I1WymTKO1eQp54yMSyTESGc0pyP { width:47.75rem;height:47.625rem;top:101.5810546875rem;left:0rem;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #WZlMqDawDfTJzK07WnFX53EZal9rEhUc { width:47.75rem;height:47.8125rem;top:53.0810546875rem;left:0rem;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #KToF64VSN9wOoTfZNp2JM5QCFGLqBNTO { width:47.75rem;height:47.875rem;top:4.8310546875rem;left:0rem;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #HdoX7qaPLa0RnNwluXv0DnJixdIq1HT3 { width:37.375rem;height:2.11230625rem;top:88.8125rem;left:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCNOn9zULbiHV4BcCRxwRPzrTxDin2RW { width:37.375rem;height:1.29980625rem;top:92.5rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dygl5Ft860bvIb650wMyQWVSo08muPN7 { width:37.375rem;height:2.11230625rem;top:134.5625rem;left:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLA8JzFwfmwHGCm5LCwauqTSsLETqyb6 { width:37.375rem;height:1.29980625rem;top:138.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab { display:block; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container { width:47.75rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K1QtIAmNoA0m6gsKEaXsFrLIViFNkexf { width:47.75rem;height:2.84399375rem;top:1.875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EQ36evqBS4pwMGiU2kT1pO2w2QVc1Ub4 { width:47.7495rem;height:10.3984375rem;top:32.006103515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R8Mcm5yIRIqGQN96xgOamiHc6RtUmJHL { width:27.875rem;height:0.97485625rem;top:29.15625rem;left:19.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #iek1Tc9ZtJDkSU4nTtLzM2nJCvVAUeRx { width:47.74875rem;height:10.3984375rem;top:73.985595703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0PDQTpClHLWK7pHhQ6rmGhS4R87pD0l { width:47.7495rem;height:2.84399375rem;top:44.27490234375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PWos0eRmDHJ9Xk49TQwpdT70lePfUc7p { width:27.875rem;height:0.97485625rem;top:71.1357421875rem;left:19.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #FEs8gtTzX7Ci9KPTyM96XeSiK7eTvaBZ { width:46.5rem;height:21.43725rem;top:6.5625rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJggfm5JiGGT8krvpqf6byFvKetvbCwd { width:46.5rem;height:21.4365rem;top:48.9931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 { display:block; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { width:47.75rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oTP5O71KRUANcTcuP2SDIBb0PXyFM0BI { width:47.75rem;height:2.84399375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smf1VJaOXpOrDNF12xzS17rbtHDWmB9T { width:33.0625rem;height:1.29980625rem;top:9.0625rem;left:7.31201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siLfqQZyeUDaPJbaN45yopvv5hnr3xhA { width:47.75rem;height:3.8994125rem;top:11.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uoKBQffk1EQbRweot27EMNu3DrTCKxp2 { width:15rem;height:5.84985625rem;top:17.4375rem;left:5.75rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBeLJWLDZQuJy4zT3xKvdiqnHhIxd6fC { width:15rem;height:3.8994125rem;top:23.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6mvC1GcMbowzA72Hyn7woAUtZIidTfU { width:15rem;height:5.84985625rem;top:17.4375rem;left:27rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #of5T6ge0AmGKOroFy0pc7UzgMNJW0C11 { width:15rem;height:3.8994125rem;top:23.25rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkmEUykhf9I5IfLoTc99XM1vcR9aTmes { width:15rem;height:5.84985625rem;top:30.6875rem;left:5.75rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f73WWZarKcfWPghZLMv2XWZISl5c9or2 { width:15rem;height:2.5996125rem;top:36.5rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLaL3W0pK28q9o3T1KNaytHe2AFXmTTT { width:15rem;height:5.84985625rem;top:30.5625rem;left:27rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3n5JOkrw3EsW9Hl2mBtWvQS4dk7tQIH { width:15rem;height:2.5996125rem;top:36.375rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 { display:block; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container { width:47.75rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aozO5FRg7HWnyF6J0PV1LZqI72G06yCB { width:47.75rem;height:2.84399375rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7KWHld3ciG3xX23xMZWnW9C4OkRxuTH { width:46.75rem;height:2.5996125rem;top:5.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VloHX3eWbyTI3kv4eGvtLGyz3Fva4iGJ { width:47rem;height:1.29980625rem;top:9.16796875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRkXLFGnz9cuH1p7RGqw2ZIabgm9qAxH { width:12.5rem;height:3.6875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwAWKO4HEhOvSpn4FkSFvELs1ZtK2P6a { width:12.5rem;height:3rem;top:13.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdyNQ37kHU4CbV4breCihHu0yUfH21Vd { width:12.5rem;height:3.3125rem;top:13.09375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRvTgm0rpJLNclbXnmbHAF89kS1XQ4PP { width:12.5rem;height:4.75rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mR2IbC7p3hBfs66cgF8KNcECRPEzkTW1 { width:12.5rem;height:6.6875rem;top:21.625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2pAdv9tWdK0wa6LFDTM0xSSzSGnfbbd { width:12.5rem;height:4.5rem;top:32.75rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXL3L8HFAzeMvWv548R41515lKJcaqer { width:12.5rem;height:5rem;top:32.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EER8vTErExG9NzIx1nREZt1QxxihZTM5 { width:12.5rem;height:7.375rem;top:21.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa { display:block; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container { width:47.75rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S9SFK0iJ9JPQlHnZ56Cf9BxMT5GQOyfR { width:46.9375rem;height:5.6879875rem;top:3rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXTVL1rt4iH0CzO6Mo27PhUwbRcBPapT { width:41.375rem;height:41.375rem;top:33.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDfvOs31rm2ANmCOb7F4KR3TTTo8xZIH { width:46.9375rem;height:7.7988125rem;top:9.263671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMIsFwNaybZ0FT31LAeJQ5Xb2idi4vCP { width:46.9375rem;height:5.6879875rem;top:19rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVvwWmGVpQXVFrknaL3wKfT9yyIPZCCN { width:46.9375rem;height:6.499rem;top:25.1884765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy { display:block; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container { width:47.75rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JhqLLsFgPlm1v4N0xiTBaOBCenEsnK9d { width:47.75rem;height:2.84399375rem;top:3.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ORhrQT9ryJT93ybLzha6XZ8Tl9cL2oLD { width:42.9375rem;height:27.5rem;top:7.0625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXO5Z2II9pRtMuHsTMiJV3PeO3PLCZy5 { width:2.25rem;height:2.25rem;top:19.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VuVarITSET8wNBOrHNz7BHWC6yr79ScI { width:0.625rem;height:0.625rem;top:36.3125rem;left:22rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gcMHgImQRI5TKqiogApZiRQQVLdNpfnW { width:0.625rem;height:0.625rem;top:36.3125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rALmWKapEkr27bK2rzkxD0CxTDG7Eqoc { width:2.25rem;height:2.25rem;top:19.1875rem;left:45.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NlKdvK6IX1nmcMwDEh9rZ91LdKISSKZ8 { width:0.625rem;height:0.625rem;top:36.3125rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq { display:block; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZT1gT85DJWOkMyzaLqHuNI0xn4ciPhSX { width:34.875rem;height:2.84399375rem;top:4.3125rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOTefCrQeh6lTXl3T6FKEvVvbpwDqSyl { width:30.6875rem;height:1.29980625rem;top:9.0625rem;left:8.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PlIPvfsRc3las3tWxaGaFQODRMSqQg99 { width:16.75rem;height:3.25rem;top:14.0625rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nl7Ufqy64Wpp70eFF8fCkWGyP5eELfcq { display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:7.875rem;height:3.3125rem;top:3.25rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:26.3125rem;height:1.29980625rem;top:18.5625rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:14.8125rem;left:16.6875rem;font-size:1.75rem;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { width:2.5rem;height:2.5rem;top:14.8125rem;left:20.625rem;font-size:1.75rem;display:block; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { width:2.5rem;height:2.5rem;top:14.8125rem;left:24.625rem;font-size:1.75rem;display:block; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { width:2.5rem;height:2.5rem;top:14.8125rem;left:28.5625rem;font-size:1.75rem;display:block; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { width:23.5rem;height:1.13745rem;top:20.875rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:7.75rem;height:3.4375rem;top:6.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block; }
 }@media only screen and (max-width: 763px) { #WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { width:11rem;height:3.4375rem;top:10.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block; }
 }@media only screen and (max-width: 763px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:7.75rem;height:3.4375rem;top:20.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:8.125rem;height:2.3125rem;top:1.4375rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 763px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { display:flex;width:1.5625rem;height:1.5625rem;top:1.84375rem;left:17.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #S8eDWTA5lAyxvapSvxTR38sdwHyUAwR5 { width:9.4375rem;height:3.4375rem;top:0.75rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqZZHLPbO9a3pr1znTvLD2HKwTDs2TyX { display:block; }
 }@media only screen and (max-width: 763px) { #Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { width:7.875rem;height:3.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF99NZQCe3NdquFT98pKlUF1JQvFpvQ5 { width:3.3125rem;height:3.3125rem;top:5.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FISLtwtKavhTAST7PvWTRk2TBxThs1LH { width:0.0625rem;height:3.3125rem;top:5.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cfcfe26-4507-4d2c-bd49-e3323661907a/a809bc99201d4e4b847af4869c863a61f860e109.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:116.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:19.5rem;height:11.375rem;top:12.0439453125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:3.8994125rem;top:25.2939453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:20rem;height:3.125rem;top:31.0673828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:18.6875rem;height:67.5rem;top:40.1875rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGCTt5GsvgTVhKJ0u2TWst1thuivDQX { width:17rem;height:2.375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyHtWhLeXO6btK6LsgyTmpTmHaKov1K9 { width:15.5625rem;height:1.13745rem;top:8.3125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weoiDTNvmq8cX4zFxZ7Kahs2vaoKDlKX { width:16.9375rem;height:2.3125rem;top:108.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAPIicXh3ucIazROraznH9ZWmBn10n7W { width:15.5625rem;height:1.13745rem;top:109.5625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReMSFak61dz0EdrLeHBZup3M6He9TS7 { display:none; }#JReMSFak61dz0EdrLeHBZup3M6He9TS7 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zLAylUogvdMEXI0NDsUpLl1q3hHgZAr1 { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9fS4ZeaWTEXpEkkZdmvBt4uLthhJwqS { width:20rem;height:1.29980625rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH8mfttNno2Q5DdyWRkJIW2VhctAcAJr { width:10.5625rem;height:1.29980625rem;top:24.5498046875rem;left:5.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ASaHw2I2UhFhvZt4fn7vsxoI0XhssV { width:20rem;height:6.9375rem;top:15.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsSafioGkPH3uWIU4fMwHpQDDiWTTBEZ { width:8.25rem;height:8.1875rem;top:27.349609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhgr3PEohSfdnlZWFEr9i6PaQVevSVWp { width:1.25rem;height:14.3125rem;top:40.416015625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF { display:block; }#oJmN3MkAEgw1g07z2rH3HyqihWmAB5UF > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsHB5Xv653zypEIo777zDrhWpvoqvs15 { width:20rem;height:2.6001rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsfHZgnFyyhe0xNpn9FaaxGEB1PKo3SH { width:10.875rem;height:4.5rem;top:16.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnbxWK6Nmea9OyPvNMXJxOdBP14nIKJ { width:20rem;height:1.29980625rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em68TzI4NPeeBlHqlpdfzM4Tzi1gw0u0 { width:20rem;height:1.29980625rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6uD9PeRRbMApl7l2pTT2qvGCeeDJP2f { width:12.1875rem;height:1.29980625rem;top:29.125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWzPKWtwJKdfoSgluRNr3mlIHuyyZLTr { width:5.12475625rem;height:5.625rem;top:7rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK6ituwFvQnQZDUgGm3nMceu1MstIdL0 { width:10.875rem;height:3.06225625rem;top:25.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9CI36db4oXVrmoMPDO2pZi6eS7yOkBB { width:12.1875rem;height:1.29980625rem;top:41.6875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGvW2oGi7pyHBpcOeom3Gp5aVI13tTe { width:8.125rem;height:8.125rem;top:32.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfFnQ39ut4ocy2X2G9Nl7a8QMSGyMP0b { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { width:20rem;height:5.19921875rem;top:12.1728515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { width:15.9375rem;height:5.19921875rem;top:19.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhfJK5trwsDaT532CSwnceskVK4COQ2S { width:14.1875rem;height:5.19921875rem;top:26.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z810dHvtF1XQbRMdTget5xPzA1GGBxdS { width:15.625rem;height:6.499rem;top:33.9375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C06wFiOekaC5slSiENAhF3dwtEQQoBzN { width:3.125rem;height:3.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIOuTgz20mxtFPAa3U47fTf0lEZbpCHp { width:3.125rem;height:1.29980625rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHwyArkTg2WvWscV69pMzUFNnkBPwJ8p { width:3.125rem;height:3.125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhx3GZxOsOhFhZmaMOG3R7DMknM6LTcw { width:3.125rem;height:1.29980625rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7kHXarJmQkp1Trecm04xXwsnaWT8mTo { width:3.125rem;height:3.125rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBHl1vC94KDAevmTMAXDgHkWLFhKAziO { width:3.125rem;height:1.29980625rem;top:34.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwmenqlIAgd5ErrEmqkhlGL3flXVMgLU { width:20rem;height:3.375rem;top:42.310546875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSQlMkBX0eT0NQaf5aAynOTTR9FwZwyC { display:block; }
 }@media only screen and (max-width: 763px) { #aRf9MfAi112ANs8bnoGF38ZRe4mmGT2b { width:20rem;height:2.2734375rem;top:68.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOr65rtrAfSUdmktRfOeOwuX6qmDdEd6 { width:20rem;height:20rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R269mugIWPrdDBrhIA84oDbsx4kfnIup { display:block; }#R269mugIWPrdDBrhIA84oDbsx4kfnIup > .row .container { width:20rem;height:148.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwbsncGAPPfNHelTAATTtPmqHphNB9Pd { width:20rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I { display:flex;height:auto;width:18.125rem;top:119rem;left:0rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;gap:1.25rem; }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ye2OqInsrThm3l13V5LlkqaVeqANtxLy {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #h8eKIVMw7XPWHU4n2SE4I36mADnKPpLq {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #Nrqk8Jrzs0E7v8XGiwl6F2BgkGVABri3 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #fcnowonJMeRTrgsKGDAFy2LGquhOkDSA {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #P8BwZXaxTBU1TnVFBmdniJgvEnplD4Z5 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #psFigR4rTKuE4zATWV8tIbZnaTx2mQZt {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #RnRyLVL6yHnbnL64bTWGkhm0IsFV0h9y {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #q4sfkMIQZsSqLGyJvsyAS39ozAqpPVWZ {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #moV9XVZWQDpLBgwN2akUCrEGFKLbSDkm {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ozcWDIxRG3qXqDwZEBPeUw4lH84OlNlQ {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #FUhwAg5lHZ5oUTJRxFqkN82el6DDG4yO {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #wWu4lkI2o5O7ua9PbckKTscVPzck2fJ4 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #i1sn1ustiqQo3TnKlUez3trOXMCWCrm5 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #ub4ALZ2AbPnk1P7K0HWO2Vs4pzTcVVQ8 {  }
 }@media only screen and (max-width: 763px) { #fW0FTDI5TeZcT3QJKXvakCqr8Gh7gR0I #dMf4c0pIyNGodEPTuS67LB4Z3EL6Iigs {  }
 }@media only screen and (max-width: 763px) { #uaS3C1LZoUGLvMca9pwHa6d6zqeoF6E5 { width:18.375rem;height:12.25rem;top:104.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkgG3MvhM4Nui9CToNmdGoktoz6aeO6 { width:20rem;height:17.0625rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp8lbzL7loytvroe3NEeFf72PBn3su1U { width:20rem;height:3.75rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuumWbT7W7CLlI2Kb1ICGRVkUr7XxGqT { width:11.8730625rem;height:1.7871125rem;top:17rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRcQtO3AzEEzotagtsarZdVH6qy2rLqh { width:20rem;height:2.5996125rem;top:11.5478515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOC867a9K2cpX5Ne1rB1eEwS04FT9gVZ { width:20rem;height:5.0371125rem;top:21.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKO070x6g0ROR1ooCxCoK3FoQcrKrarh { width:20rem;height:10.3984375rem;top:28.537109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7Hrv94l7SxFD9UPqDBvyEB1yJem6DTv { width:19.5rem;height:10.3984375rem;top:55.3056640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C1QATUw44tbomLz04rxwMRREOXhtnvaC { width:20rem;height:2.51855625rem;top:50.912109375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nezMlhEmJikvDwZHxMcQ7nR7rrqkB8fP { width:20rem;height:3.25rem;top:72.7041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNTrCc4fBDZVpIEzuggTExuxi1rgqvCU { width:4.4375rem;height:1.7871125rem;top:46.5185546875rem;left:7.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvghi0tiUE1OGolBpGcgngUdJvKplQo { width:20rem;height:10.3984375rem;top:84.7412109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsf0hPqm2O5NdC771aOeuxEw5iqwRfa6 { width:20rem;height:5.0371125rem;top:77.8291015625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VakCZ4CtT5as0IOUqZR6iSy4nGk1HNXr { width:20rem;height:3.25rem;top:45.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg8BI14VbxrpTaFCcf18B2hxZ7KU1Rdw { width:4.4375rem;height:1.7871125rem;top:73.435546875rem;left:7.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5CptKdASQt4nkXekMKTW2LgRt4BqN1G { width:20rem;height:3.25rem;top:97.0146484375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiq5QoId2Ogf1rpG6kIcz8sJLsCy9HPo { display:block; }
 }@media only screen and (max-width: 763px) { #pndAkq1skM2qZE0oHFAuyemZDmwF9XlF { width:20rem;height:3.25rem;top:67.5791015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF7Gi0xtLoVt4nRuXKTTRmA7uiooksOw { display:block; }
 }@media only screen and (max-width: 763px) { #Ix5q0eH3wsEVAoxTp7Ac6ZIby0o5vEwn { width:20rem;height:3.25rem;top:40.810546875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRzlTM1cIJMXs3OEieCsMLAtZlURHPCQ { display:block; }
 }@media only screen and (max-width: 763px) { #gniouuXa6feP70q5RCHpUp5kmJE38eER { display:block; }#gniouuXa6feP70q5RCHpUp5kmJE38eER > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhHH5TqHOPXWpwNUzTCpOCUZ53VJkThw { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLUb7o2ODAoqDi1lFZhOR2A9c4QfTHCd { width:20rem;height:2.5996125rem;top:10.297875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avoxhatub4fziKySeTCXEHzIT0AGeqAL { width:20rem;height:16.75rem;top:14.1474875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pCl8TzGmFtBOzhPEamqTfgDUIG2Cqw { width:20rem;height:16.75rem;top:37.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD9ZDlTrxUQzDpqaxWGwuvIf51JFvqHu { width:20rem;height:2.5996125rem;top:32.8720703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5BIDS2pep9beMs6Xf5W1QxMHJ6Xwli8 { width:20rem;height:2.5996125rem;top:56.0712890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Io7iZKGI4BmeyAEvcofeDT8dNr7r9Qaw { width:20rem;height:1.29980625rem;top:60.5458984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUhUo0vdgtKXDQLoPTTLbvvabGAL7v1q { width:20rem;height:4rem;top:63.720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbZr3LpmobGEiZ0PCa5NQt9lFdk1RkJc { display:block; }
 }@media only screen and (max-width: 763px) { #euzZRO8NcDwuduag2X1egNQMPxT8v6Ey { display:block; }#euzZRO8NcDwuduag2X1egNQMPxT8v6Ey > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6g97A6RfBhWrBL7TQON0gQuAbGTRHQ1 { width:19.999rem;height:2.5996125rem;top:2.5595703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFB1e6z021DGvniAv0uhaT2ZtQLB9RaP { width:20rem;height:19.3125rem;top:7.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghsMEHV4yaSZfsIDUEesVWes1hPel0Ip { width:20rem;height:19.3125rem;top:28.2216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrWQlvydUd0sLTwo32sQTyppTiadgrl { width:20rem;height:19.3125rem;top:49.4091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTw03K2E4Xci6PqfwNhJ3gUfKGoe3QK { width:12.375rem;height:1.62524375rem;top:20.53515625rem;left:2.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzyLdiMTH6kHwG6OuL3nGinxt7sAQbsx { width:15.8115rem;height:2.5996125rem;top:22.625rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyxt3I1WymTKO1eQp54yMSyTESGc0pyP { width:20rem;height:20rem;top:6.4091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZlMqDawDfTJzK07WnFX53EZal9rEhUc { width:20rem;height:19.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KToF64VSN9wOoTfZNp2JM5QCFGLqBNTO { width:20rem;height:20.1875rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdoX7qaPLa0RnNwluXv0DnJixdIq1HT3 { width:12.375rem;height:1.62524375rem;top:40.25rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCNOn9zULbiHV4BcCRxwRPzrTxDin2RW { width:15.8105625rem;height:2.5996125rem;top:42.625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygl5Ft860bvIb650wMyQWVSo08muPN7 { width:12.375rem;height:1.62524375rem;top:60.8125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLA8JzFwfmwHGCm5LCwauqTSsLETqyb6 { width:15.5625rem;height:3.8994125rem;top:63.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab { display:block; }#ClxGM7gs0qI1VMMyHkbKmc0DuEAldXab > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1QtIAmNoA0m6gsKEaXsFrLIViFNkexf { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQ36evqBS4pwMGiU2kT1pO2w2QVc1Ub4 { width:20rem;height:16.8974375rem;top:10.9228515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8Mcm5yIRIqGQN96xgOamiHc6RtUmJHL { width:19.9995rem;height:1.29980625rem;top:39.033447265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iek1Tc9ZtJDkSU4nTtLzM2nJCvVAUeRx { width:19.9995rem;height:16.8974375rem;top:49.28173828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0PDQTpClHLWK7pHhQ6rmGhS4R87pD0l { width:19.9995rem;height:5.19921875rem;top:42.207275390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWos0eRmDHJ9Xk49TQwpdT70lePfUc7p { width:19.9995rem;height:1.29980625rem;top:77.392578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FEs8gtTzX7Ci9KPTyM96XeSiK7eTvaBZ { height:9.21975rem;width:19.9995rem;top:29.688720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJggfm5JiGGT8krvpqf6byFvKetvbCwd { height:9.21975rem;width:19.9995rem;top:68.0478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 { display:block; }#CTAPv44JnxrgGOPvIdVsJs5TQWTIP7A0 > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTP5O71KRUANcTcuP2SDIBb0PXyFM0BI { width:20rem;height:7.7988125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smf1VJaOXpOrDNF12xzS17rbtHDWmB9T { width:20rem;height:2.5996125rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siLfqQZyeUDaPJbaN45yopvv5hnr3xhA { width:20rem;height:9.098625rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKBQffk1EQbRweot27EMNu3DrTCKxp2 { width:20rem;height:5.84985625rem;top:24.6875rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBeLJWLDZQuJy4zT3xKvdiqnHhIxd6fC { width:20rem;height:2.5996125rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6mvC1GcMbowzA72Hyn7woAUtZIidTfU { width:20rem;height:5.84985625rem;top:35.5625rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5T6ge0AmGKOroFy0pc7UzgMNJW0C11 { width:20rem;height:2.5996125rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkmEUykhf9I5IfLoTc99XM1vcR9aTmes { width:20rem;height:5.84985625rem;top:46.5625rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f73WWZarKcfWPghZLMv2XWZISl5c9or2 { width:20rem;height:2.5996125rem;top:52.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLaL3W0pK28q9o3T1KNaytHe2AFXmTTT { width:20rem;height:5.84985625rem;top:57.5625rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3n5JOkrw3EsW9Hl2mBtWvQS4dk7tQIH { width:20rem;height:2.5996125rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 { display:block; }#LNTWvSA3sJEnfkcN34TsKEFgoyfg3Am4 > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aozO5FRg7HWnyF6J0PV1LZqI72G06yCB { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7KWHld3ciG3xX23xMZWnW9C4OkRxuTH { width:20rem;height:5.19921875rem;top:7.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloHX3eWbyTI3kv4eGvtLGyz3Fva4iGJ { width:20rem;height:2.5996125rem;top:14.6484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRkXLFGnz9cuH1p7RGqw2ZIabgm9qAxH { width:12.5rem;height:3.625rem;top:19.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwAWKO4HEhOvSpn4FkSFvELs1ZtK2P6a { width:14.8125rem;height:3.5rem;top:26.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdyNQ37kHU4CbV4breCihHu0yUfH21Vd { width:12.5rem;height:3.3125rem;top:34.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvTgm0rpJLNclbXnmbHAF89kS1XQ4PP { width:12.5rem;height:4.75rem;top:41.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR2IbC7p3hBfs66cgF8KNcECRPEzkTW1 { width:12.5rem;height:6.6875rem;top:49.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2pAdv9tWdK0wa6LFDTM0xSSzSGnfbbd { width:12.5rem;height:4.5rem;top:80.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXL3L8HFAzeMvWv548R41515lKJcaqer { width:12.5rem;height:5rem;top:71.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EER8vTErExG9NzIx1nREZt1QxxihZTM5 { width:12.5rem;height:7.375rem;top:60.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa { display:block; }#czyaRiNQlRBIF1MPxuepmxQ9DhqQIpTa > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9SFK0iJ9JPQlHnZ56Cf9BxMT5GQOyfR { width:20rem;height:10.3984375rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTVL1rt4iH0CzO6Mo27PhUwbRcBPapT { width:20rem;height:20rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDfvOs31rm2ANmCOb7F4KR3TTTo8xZIH { width:20rem;height:14.297875rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMIsFwNaybZ0FT31LAeJQ5Xb2idi4vCP { width:20rem;height:7.7988125rem;top:31.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVvwWmGVpQXVFrknaL3wKfT9yyIPZCCN { width:20rem;height:14.297875rem;top:40.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy { display:block; }#Hzmxk6iEUz4ddNegUk0IpU0dPfMrSBmy > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhqLLsFgPlm1v4N0xiTBaOBCenEsnK9d { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORhrQT9ryJT93ybLzha6XZ8Tl9cL2oLD { width:20rem;height:21.25rem;top:5.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXO5Z2II9pRtMuHsTMiJV3PeO3PLCZy5 { width:2.25rem;height:2.25rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuVarITSET8wNBOrHNz7BHWC6yr79ScI { width:0.625rem;height:0.625rem;top:29.375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcMHgImQRI5TKqiogApZiRQQVLdNpfnW { width:0.625rem;height:0.625rem;top:29.375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rALmWKapEkr27bK2rzkxD0CxTDG7Eqoc { width:2.25rem;height:2.25rem;top:16.0625rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlKdvK6IX1nmcMwDEh9rZ91LdKISSKZ8 { width:0.625rem;height:0.625rem;top:29.375rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq { display:block; }#e8NmsPm7nq4fzkDT5dgpV5rpgatpAVQq > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT1gT85DJWOkMyzaLqHuNI0xn4ciPhSX { width:20rem;height:5.19921875rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTefCrQeh6lTXl3T6FKEvVvbpwDqSyl { width:20rem;height:2.5996125rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlIPvfsRc3las3tWxaGaFQODRMSqQg99 { width:16.75rem;height:3.25rem;top:17.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl7Ufqy64Wpp70eFF8fCkWGyP5eELfcq { display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:7.875rem;height:3.3125rem;top:2.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:2.5996125rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:2.75rem;font-size:1.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:6.6875rem;font-size:1.75rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { display:flex;width:2.5rem;height:2.5rem;top:14.6875rem;left:10.6875rem;font-size:1.75rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { width:20rem;height:2.2734375rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }