.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,227,225;--color-primary-1:252,161,157;--color-primary-2:249,66,58;--color-primary-3:125,33,29;--color-primary-4:37,10,9;--color-secondary-0:226,227,229;--color-secondary-1:158,162,169;--color-secondary-2:60,69,83;--color-secondary-3:30,35,42;--color-secondary-4:9,10,12;--color-tertiary-0:255,255,255;--color-tertiary-1:249,248,248;--color-tertiary-2:234,232,232;--color-tertiary-3:117,116,116;--color-tertiary-4:23,23,23;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.1875rem;top:0.6875rem;left:0.09375rem;overflow:hidden;display:block; }
#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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.78125rem;left:36rem;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:42rem;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:50.25rem;display:block; }
#aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:63.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; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.0625rem;height:4.2246125rem;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:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.125rem;left:9.0625rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaJOyJNn4cNNonRb8O4tcPbiIS1TXSAH { box-sizing:content-box;height:52.3125rem;width:35.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.66);background-image:none;top:5rem;left:34.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#zKSm9AdE7D3pyTVu4yEp5OASSvNozW2G { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:35.6875rem;height:1.625rem;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; }
#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:44.875rem;width:32.5rem;top:9.625rem;left:35.75rem;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#bnfN8I1p657Egtr4CiPutUlR7wWksovr { 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; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { background-color: transparent; background-image: none; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container > .video-iframe-container { display: none; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row > .video-iframe-container { display: none; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .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); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { border-width: 0; border-radius: 0; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#fevw3ahRJRllwPTHKPAqn71Q3NTCbX3v { color:#292929;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.53125rem;height:2.11230625rem;font-style:normal;display:block; }
#Ck1TqTKc8SbobiuEx4fQ9HTt3vpZ06pG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.5rem;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;font-style:normal;display:block; }
#JEQiSTOvXt6mqRW08lMd5lZURNMqBg8p { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:0.5rem;height:5.68359375rem;font-style:normal;display:block; }
#FU4rezmp0o8hC55dui5qVynAMpqyiTwl { position:absolute;display:block;z-index:15003;height:12rem;width:15.625rem;top:22.3125rem;left:0.5rem;display:block; }
#CNMJuqvT1ufNRS8kvUv0dZ6ZtI7u9uSf { 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:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:6.6875rem;display:block; }
#hNK7uRrveO7C6rs87VyIAiBFQvXdJqlp { 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:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:8rem;display:block; }
#BO4WJFu4h6Oktm7PgV5mKQSW9dTW8b1S { 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:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:9.3125rem;display:block; }
#sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.8125rem;left:0.78125rem;overflow:hidden;display:block; }
#mTKAKGWH3beeipp0oErm78470n3LEa51 { position:absolute;display:block;z-index:15003;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:27.8125rem;left:13.625rem;overflow:hidden;display:block; }
#pgAsTgTbn9lHhebTEmpWCtmMDypCwaMB { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:20.125rem;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;font-style:normal;display:block; }
#BlydwGOPOlprafzQQWvMCiQFS6sR7rfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.625rem;left:20.125rem;height:5.68359375rem;font-style:normal;display:block; }
#zsGH32p6FMC3XiHnqmQbwUMqkPBkJiX3 { position:absolute;display:block;z-index:15011;height:12rem;width:15.625rem;top:22.3125rem;left:20.125rem;display:block; }
#iLQKk2GT7LfccxP4IoI9eborlnRcgvhk { 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:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:26.25rem;display:block; }
#KFS5k37ybCUDfRDgRnhbfkHlt19silRr { 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:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:27.375rem;display:block; }
#QaCMWOZd1TK0chU6fXc2138wHsidx24T { 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:35.875rem;left:28.5625rem;display:block; }
#RFlhnhZqaRmCyvRCBtWDShqd7ZDq2tDB { 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:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:29.6875rem;display:block; }
#WUPinwhZUEZUdLNDtGxbZXpGHBfOJ38z { position:absolute;display:block;z-index:15011;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:27.8125rem;left:33.25rem;overflow:hidden;display:block; }
#A53pmrIAbvKt3TS9l5SirJRLTrrkEHTh { position:absolute;display:block;z-index:15012;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:27.8125rem;left:20.4375rem;overflow:hidden;display:block; }
#U4w2MPpuNXPFKIMIoD0OckkrRokhsdTS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.625rem;left:39.625rem;height:5.68359375rem;font-style:normal;display:block; }
#psJEV20HzdnRRUaKlPvuoIyVLv2WykfX { position:absolute;display:block;z-index:15019;height:12rem;width:15.625rem;top:22.3125rem;left:39.625rem;display:block; }
#qTbpZBQDdw1TUTUE8W7b4teFibBTA539 { position:absolute;display:block;z-index:15019;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:27.8125rem;left:52.6875rem;overflow:hidden;display:block; }
#NF0MOXnDT4hH1fBU3o0T9KHDnBm2vA0G { 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:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:45.3125rem;display:block; }
#KroTwpyByTsLIIEiqffQWXTqDMG6JTMl { 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:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:46.5625rem;display:block; }
#v70nn9TS9Q95ao6VKRDXpfeyqF9Zs6Zq { 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:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:47.75rem;display:block; }
#IqhzqrrWltBaxD0X3NcegAzEO6OsU3pc { 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:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:48.9375rem;display:block; }
#X3s7sLs5EXEkzriisPDcL7Z7NG5GsodC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.375rem;left:39.625rem;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;font-style:normal;display:block; }
#OJx3ActIQWTzH1WTMlQdTAZk6WlVDXqT { position:absolute;display:block;z-index:15020;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:27.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#ABAnHxRF1QP7y1spykzD52DMF6hkprl5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:11.625rem;left:59.375rem;height:5.68359375rem;font-style:normal;display:block; }
#kSckFxpdOLrGgabNbdiGTm3foVPe9RDi { position:absolute;display:block;z-index:15027;height:12rem;width:15.625rem;top:22.3125rem;left:59.3125rem;display:block; }
#ouTAKOdXSzwF9iip7WKzA56XhVb3U83d { position:absolute;display:block;z-index:15027;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:27.8125rem;left:72.375rem;overflow:hidden;display:block; }
#EWLWGHWynvNtCeeyEIpTkd6gzBohAsLo { 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:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:65rem;display:block; }
#stAzAUVgtyTKQprp3yqT2tQOB8fxD9an { 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:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:66.1875rem;display:block; }
#JTEsGbcxiiGSl7cZCgfq86kq3bfmKzqi { 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:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:67.5rem;display:block; }
#IM0yyax2L1fFxkMcQllVsqsN6KZkP9fA { 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:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:68.75rem;display:block; }
#ggoUgeyiCOE7wRZM1SCBlzPEIQ7uoJxH { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.375rem;left:59.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K7oPdn8eEydaJm81TOdyBnXw3sTTTiJa { position:absolute;display:block;z-index:15028;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:27.8125rem;left:59.625rem;overflow:hidden;display:block; }
#tgh2KtG2b2PvTeBkACedMARvZy7ubMZn { box-sizing:content-box;height:28.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15039;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:8rem;left:18.03125rem;display:block; }
#sV2xiTCxsqtWl1ot7rXM0BMuUiFKELix { box-sizing:content-box;height:28.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15040;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:8.0625rem;left:37.71875rem;display:block; }
#GIIbQwMDf4kJo40uJdtsiRk3g0uecveq { box-sizing:content-box;height:28.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15041;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:8rem;left:57.21875rem;display:block; }
#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { position:relative;display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { background-color: transparent; background-image: none; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container > .video-iframe-container { display: none; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row > .video-iframe-container { display: none; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .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); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { border-width: 0; border-radius: 0; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { color:#292929;display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:1.90625rem;height:2.11230625rem;font-style:normal;display:block; }
#LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.90625rem;height:12.9980625rem;font-style:normal;display:block; }
#JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:5.34375rem;left:33.0625rem;display:block; }
#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn { 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; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { background-color: transparent; background-image: none; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container > .video-iframe-container { display: none; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row > .video-iframe-container { display: none; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .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); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { border-width: 0; border-radius: 0; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#QQH8XMg9EKN8LxdaIKLK6BoHgRqSeOJX { color:#292929;display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.46875rem;height:2.11230625rem;font-style:normal;display:block; }
#dOTQA1o3O6omTBbFJQytAnSqtCkIuTVO { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:1.46875rem;display:block; }
#BuMtpDLTN6BE3aIDT33ffoZxFZdOUaWA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.1875rem;height:3.25rem;font-style:normal;display:block; }
#M8d2qxCHfm8bS7oovrvepFi2oPa7aNMG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.25rem;height:5.19921875rem;font-style:normal;display:block; }
#Utg1n5GhuauwtfIU1PgBrGk2pKqfcf9M { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:1.5rem;display:block; }
#cv1sV4BWOUZVKevs1dnRGIAePoPfmT7W { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:2.25rem;height:3.8994125rem;font-style:normal;display:block; }
#fE0tt98zoH6txaJNbTFglp7eNomNgaWT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2.1875rem;height:3.25rem;font-style:normal;display:block; }
#kT7ICZUiEnlWGsSy4akhkUmP9JVAitSS { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:28.4375rem;display:block; }
#T9F4A7bqGnEoVBu0PyTNIomRrzO02FOt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:29.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#VwWWNZCCdRVFVTkA73nNJI2thEI3MBd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:29.125rem;height:3.25rem;font-style:normal;display:block; }
#FNt4pyqtUKwOU9HSxySVEWDlHOnl3er4 { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:28.4375rem;display:block; }
#EOXXtlxXmII33PlMI0IFJHyHHqbICTrf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.75rem;left:29.1875rem;height:5.19921875rem;font-style:normal;display:block; }
#cfHSE6IElR4qZCOXzHspmT3uFOnth2Bd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:29.125rem;height:1.625rem;font-style:normal;display:block; }
#i3HcZqna567848CwKxfSmrEWXPEpoVmU { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:54.8125rem;display:block; }
#oDwJ9OAhzTgsvrIkTlrTHyE02IVIXwRu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:55.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#PhSh80IPdiCSlOHEh6AxVNiFy41mA5nC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.875rem;left:55.5rem;height:;font-style:normal;display:block; }
#RvlDTcxvTWLvgATmBXmxAIyozZQT8RPs { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:54.8125rem;display:block; }
#OC05c8NReAxGtl3GN5FZiAsfVwvQH1P5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:55.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#JELRQCf7VcCkQF4UUgvK8tnhxG51PETp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.9375rem;left:55.5rem;height:1.625rem;font-style:normal;display:block; }
#nn3EwmvVA0R8XLQCVzwG1UTTUBylIPmd { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.1875rem;left:26.1875rem;display:block; }
#zhUA7xBvPknATonALm31OombohP1VpmB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { position:relative;display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { background-color: transparent; background-image: none; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container > .video-iframe-container { display: none; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row > .video-iframe-container { display: none; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .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); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { border-width: 0; border-radius: 0; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eooB9Z6AvbzUc7DKks7yUeUbdbwlKt8T { color:#292929;display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.96875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { 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:5rem;width:4.6875rem;top:10.8125rem;left:13.09375rem;overflow:hidden;display:block; }
#VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { 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:5rem;width:5rem;top:10.875rem;left:18.78125rem;overflow:hidden;display:block; }
#yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { 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:5.0625rem;width:5.0625rem;top:10.78125rem;left:25.09375rem;overflow:hidden;display:block; }
#wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { 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:5rem;width:5rem;top:10.8125rem;left:31.28125rem;overflow:hidden;display:block; }
#E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { 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:5rem;width:11.75rem;top:10.9375rem;left:36.96875rem;overflow:hidden;display:block; }
#K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { 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:5.125rem;width:5.125rem;top:10.75rem;left:49.90625rem;overflow:hidden;display:block; }
#uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:10.71875rem;left:55.90625rem;overflow:hidden;display:block; }
#z3zEQNpD6GaRxQ8Bs4NEx8Zsx3aSthe1 { color:#292929;display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.63671875rem;left:1.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1RTETGGpGAlVLqRIicKqLBU5H7JsVJ8 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:11rem;display:block; }
#Sy6XFD81vR1S1TlaIsHrBMtguByuKC1D { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.125rem;top:26.5rem;left:8.9375rem;overflow:hidden;display:block; }
#XSX5NMWfF4VBdete85kFChwiTbWZ20I0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.0625rem;left:14.75rem;height:1.29980625rem;display:block; }
#mBaaMZ5vfG7CqyHPiQFwmReJVqlF4NtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:28.8125rem;left:14.75rem;height:6.499rem;font-style:normal;display:block; }
#UbF8qt2KKh0tns3t67VaVBHUVZ50oDrM { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#ffe09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:41.6875rem;display:block; }
#a6CDsOHNyhx6g17DKQi1t6qeT60iX9wD { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.9375rem;top:26.125rem;left:39.9375rem;overflow:hidden;display:block; }
#FJEFB6XIRE2XrkB137hxueUACJIROdlX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.0625rem;left:44.9375rem;height:1.29980625rem;display:block; }
#OfHRn9ME4bRegzViqHgScSCFv7gSk2FK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:28.5625rem;left:44.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#rS55NRLGZDeN1HItfQhtAGpS6GkUJrHH { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#fca09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37rem;left:40.8125rem;display:block; }
#fRQmAse57bl9hkHcGrkaIwyE0XQQLqvm { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:37.625rem;left:40rem;overflow:hidden;display:block; }
#MT5UngS0DA6yv5dZoUSoSweXHBshlDU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.0625rem;left:44.9375rem;height:1.29980625rem;display:block; }
#Ptt2JfMUdx6AZGrv1szRWnmNEobNqAzw { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:38.875rem;left:44.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#ZdKFSISKUclEfAe4kQzPFUwKE4GqwrsW { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#e89cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.25rem;left:10.9375rem;display:block; }
#rBfpLkqArQT2WpWtWm9ubo8veLFVofAJ { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:37.8125rem;left:9rem;overflow:hidden;display:block; }
#dUnInIZrDb18tAtpTEblh2TMBXgwxKoN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:37.0625rem;left:14.75rem;height:1.29980625rem;display:block; }
#v5QpDggRTnGig5iM9r1pBaL4sJk4P3ct { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:39rem;left:14.6875rem;height:5.19921875rem;font-style:normal;display:block; }
#iiv9TcRfafL8I5wCDn2fSWCdhRbFPrUn { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15072;background-color:rgba(255,108,1,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5625rem;left:10.5rem;display:block; }
#Sa8mD7hms4O3eICfEVbWAXzDJGCaodAc { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:48rem;left:9.0625rem;overflow:hidden;display:block; }
#FeOeJreyVmVeXoEcIQVHr2fwSpEscei3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:47.5625rem;left:14.625rem;height:1.29980625rem;display:block; }
#o7W0SmKciI5RrrKBqdgHPrSdXePszkgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:50.1875rem;left:14.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#mUXEEUKSukGhUTGdr9v83cCRMrALHq4V { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(52,152,219,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:40.6875rem;display:block; }
#kJNKoDlNRbEkqfFJaxqr1MaN6SI9AvZA { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:48.25rem;left:39.8125rem;overflow:hidden;display:block; }
#TESBghh1zJ2qN2qSi2S9arQzPVIlKpzb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:47.5625rem;left:44.8125rem;height:1.29980625rem;display:block; }
#s45LAKaGO7w3o0eyTn9UimabsUmDN1ld { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:50.125rem;left:44.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/82341dac-5bf1-4191-828c-f0dd5e3d8ab8/b77be6d5e84611eaabef0697e5ca793e_0f0c9907c4f0b6a669d3b47d8cf805b0c00fb6c2__MG_26521.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; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS.adaptive-delivery-prevent-bg, #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS.lazyload, #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS.lazyloading { background-image: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { background-color: transparent; background-image: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container > .video-iframe-container { display: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row > .video-iframe-container { display: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .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); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { border-width: 0; border-radius: 0; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#NBB2wLqxzq9xbNPQ4KylsMVSAOCQuVZw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4375rem;left:55.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ { 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; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { background-color: transparent; background-image: none; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container > .video-iframe-container { display: none; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row > .video-iframe-container { display: none; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .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); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { border-width: 0; border-radius: 0; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#A32FpvKZxDEEhgBlnX3yaTFS1L6rpEZT { color:rgba(var(--color-secondary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:34.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#vCtEy3LJJdJwzc66NmGAfW1RKfGIf1hf { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:0rem;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; }
#dNRMe7lRtdXygVq1UylJzqOwEo2iEdrn { box-sizing:content-box;height:33.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15002;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:8.5rem;left:37.46875rem;display:block; }
#LxJpZyP0hs9xTJEMTcCTHERxlEScKJLp { box-sizing:content-box;height:2.5rem;width:35.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Eeup7FwM12Kb6kEt1PTawTMP8P5y4tdl { box-sizing:content-box;height:2.5rem;width:35.75rem;position:absolute;display:block;z-index:15004;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:8.5rem;left:39.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#eWLPC1zgTkmOQsck9LCtE51W23doQuTz { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.099609375rem;left:14.03125rem;height:1.29980625rem;font-style:normal;display:block; }
#sAwxwu9dTdkuZ9EqweXdqrcsXtAZbiA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.099609375rem;left:53.78125rem;height:1.29980625rem;font-style:normal;display:block; }
#toc4CRi5LWeh3XaWvXGR6USsf9qHNQAG { 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:9.5rem;width:16.875rem;top:12.46875rem;left:0rem;overflow:hidden;display:block; }
#bHKvyFmXuOQLms26JbZH2psCsER4qr1n { 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:9.5rem;width:16.875rem;top:12.46875rem;left:18.9375rem;overflow:hidden;display:block; }
#sfDGyboWhntv6vfDgDTIBoTyf0NWXOLG { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23rem;left:0.625rem;display:block; }
#zr4TwAB22zAuPJAOcWuTTBpez91Vyzln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMCDxRUbUMUevp6oVtBBuMPbRBpioySz { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23rem;left:19.5625rem;display:block; }
#nvXXUa8FgwVwIrmHFZcUlLPKBxvS40K4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PalihetgAGapwxnquGIiRftffaJPfU6u { 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:9.5rem;width:16.875rem;top:27.9375rem;left:0rem;overflow:hidden;display:block; }
#NgKD4JDDRIS9np3ngDOdefUJHRioZ9kp { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.4375rem;left:0.625rem;display:block; }
#k9J5udon0tfy9TomShXm2rq0AKPURQfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXnpcFz9MKc4VPBtMUxxQR5m88slJveP { 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:9.5rem;width:16.875rem;top:27.9375rem;left:18.9375rem;overflow:hidden;display:block; }
#xiWahcCm1fxuUWr3WX7DdJimqb1gicfE { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.4375rem;left:19.5625rem;display:block; }
#cxwuzSPCg8TvLOvSTbFlzMPy8mXTxReB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8lDxpXpoa2frhODHKzg1QkNEpJpaT4Z { 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:9.5rem;width:16.875rem;top:12.5rem;left:39.1875rem;overflow:hidden;display:block; }
#v4QfqrDv0Zi9N1t4vIc3qEWXvrRXduRZ { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23rem;left:39.8125rem;display:block; }
#i07MrbTD4TRk1m2POkGJmMQpJhfLqgOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsGMXxHotKEAOZLH4IE8tE9s5hqNoVnP { 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:9.5rem;width:16.875rem;top:27.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#Eutn2Errqd3FLiJlk3Iz22O13DlUPr8J { 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:9.5rem;width:16.875rem;top:12.5rem;left:58.125rem;overflow:hidden;display:block; }
#gWVTFGP1t3y8ALOo1O9qQt9uGRTIRlD7 { 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:9.5rem;width:16.875rem;top:27.9375rem;left:58.125rem;overflow:hidden;display:block; }
#wTOk8Q2I2OOkMe2rAsWbKWTgJmJhnaDE { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23rem;left:58.75rem;display:block; }
#fHflPSl6SdfV75ODzV8mWU7a5QpsmkXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIzXKRv6F3ESXIPyVrL7GM2RuIcHeMw1 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.4375rem;left:39.8125rem;display:block; }
#kqCbBq9KJ0VuDgRGX0tCW0hRpRdOgIqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJPKlQ9GFwfSBSrKtguFeD8TTryBprsi { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:38.4375rem;left:58.75rem;display:block; }
#PAOqePiZ7t0VfQih6vLQKzbtxEuzu1aB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ { 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; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container { background-color: transparent; background-image: none; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container > .video-iframe-container { display: none; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row > .video-iframe-container { display: none; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .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); }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container { border-width: 0; border-radius: 0; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#uTHmQxVTh0sqk6PGccJEeNO0mmuDUEpE { color:rgba(var(--color-secondary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:34.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#WNE6ymtRdRJxWsXcnZwTUpI3limXfCKl { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.849609375rem;left:0rem;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; }
#tlT7TyOFyEhCJZH2QQUKGORtpMTVKTd5 { box-sizing:content-box;height:48.75rem;width:0.0625rem;position:absolute;display:block;z-index:15002;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:6.875rem;left:37.46875rem;display:block; }
#xet5Xpm0z8dLTrxhSed25LKShQcminD2 { box-sizing:content-box;height:2.5rem;width:35.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#FOUiEtlzdU9tbi2zSImBbkSkuhMvTuF5 { box-sizing:content-box;height:2.5rem;width:35.75rem;position:absolute;display:block;z-index:15004;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:6.875rem;left:39.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#I7qIdvQ1XDnNUlsMiaUph4hyQ39KzgDH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.474609375rem;left:14.03125rem;height:1.29980625rem;font-style:normal;display:block; }
#oziLhs3QTLewAMhDyLrKgxdFXoZEEqxy { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.474609375rem;left:53.78125rem;height:1.29980625rem;font-style:normal;display:block; }
#TTARO7tBiAindfGA5qAILaICDyvnT04m { 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:9.5rem;width:16.875rem;top:10.84375rem;left:0rem;overflow:hidden;display:block; }
#Rbdbk5LoBUTL462ws6IKX7hTvboOaILd { 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:9.5rem;width:16.875rem;top:10.84375rem;left:18.9375rem;overflow:hidden;display:block; }
#ILVRLkVBW09UZcG2F81zAXQFTrcy02v6 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.375rem;left:0.625rem;display:block; }
#oJWbZ1L42SogSVw4Ou1rLk0T0gyGK1VM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqJbnXVOkHl8uestdogCF45LGR4rNbSw { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.375rem;left:19.5625rem;display:block; }
#rxdpBHuliaIRTIbN18GqO1mtr6TDMnwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzC5UaMlvGyLdtwJx1OTZMTwlZRNbkBx { 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:9.5rem;width:16.875rem;top:26.3125rem;left:0rem;overflow:hidden;display:block; }
#NTGS7Vu8xgRGVnlQTvwKoZ7WxblMfJwz { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.8125rem;left:0.625rem;display:block; }
#HqTJGp5T7ATiluVFzmewVTNTt19M1gth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkExb0JRTdJMTnhs5PVftSHTsSGyQTM8 { 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:9.5rem;width:16.875rem;top:26.3125rem;left:18.9375rem;overflow:hidden;display:block; }
#BJrxf6LdEGJVts07TX6oqxBnqkaK8XW6 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.8125rem;left:19.5625rem;display:block; }
#R03GT08hQZSXLyQzrgWQl0bxnBmBVGLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KrOygfRTNn45KpHrurT8K29MRl2catTO { 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:9.5rem;width:16.875rem;top:10.875rem;left:39.1875rem;overflow:hidden;display:block; }
#vT58sruyuuufqdgx2olP9DQgdP74XGNC { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.375rem;left:39.8125rem;display:block; }
#V8GAEbO74E2SmkTESqRQhWSrmwBxyuXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3JSJHrI1svI4waodqFt2HKVHTkD36NT { 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:9.4375rem;width:16.875rem;top:26.3125rem;left:39.1875rem;overflow:hidden;display:block; }
#gwvp3vKhg7fbO4V2sNLb9TvSPWwUzyPf { 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:9.5rem;width:16.875rem;top:10.875rem;left:58.125rem;overflow:hidden;display:block; }
#UJ6TPPk0UDJsfczl8NLZ8LxseqLl88Nt { 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:9.4375rem;width:16.875rem;top:26.3125rem;left:58.125rem;overflow:hidden;display:block; }
#dB9seSc2Udknwgv4SrAGFUyWVnyJTnIk { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.375rem;left:58.75rem;display:block; }
#rO97bgZUSS12okSNflPUKHfiX42dIfLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVotyTH1ViEIrxHVesfJ9aiNO0csomzw { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.8125rem;left:39.8125rem;display:block; }
#EbXEHp1doTwieouFLyAPeTrlH3tcrCxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zM7F0UpZhNPHP7ucC7MgFqcUi0EIx286 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.8125rem;left:58.75rem;display:block; }
#q63oObQu2HOcigHt0ZvPQ747zXV35fTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lK9tyUqyFTJBBio6Rn6I8X1QXwq19uaS { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:52.3125rem;left:19.5625rem;display:block; }
#muilZBRPJ9okSppSTHQv0TeMX1b9HmIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTo57DVzUVNGCDQ2RDaa8r5ErgihqqCq { 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:9.4375rem;width:16.875rem;top:41.8125rem;left:18.9375rem;overflow:hidden;display:block; }
#lGRG3X5Ddm36wlLPn34zEBsP3HdwpTDX { 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:9.5rem;width:16.875rem;top:41.8125rem;left:0rem;overflow:hidden;display:block; }
#SDocmMwWleOnGKMXGnAn56Wyc8ZhQf9e { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.3125rem;left:0.625rem;display:block; }
#Xwg7Guv3NFiqgr4yscg0gPF9S2gT8zUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 { 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; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container { background-color: transparent; background-image: none; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container > .video-iframe-container { display: none; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row > .video-iframe-container { display: none; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .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); }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container { border-width: 0; border-radius: 0; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#tBmXNhPZoFxv6TXbCOaMKF9SrwBNgl7E { color:rgba(var(--color-secondary-2),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:32rem;height:1.29980625rem;font-style:normal;display:block; }
#ifo6QIiJmfrrt5PJulBqsK95P97di6uH { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:0rem;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; }
#zL0s3z3y1g6dPZ27HAllHQhn7InEdduS { box-sizing:content-box;height:48.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15002;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:7rem;left:37.46875rem;display:block; }
#relEwM4yXZvG7hfF7MTD7UihvPAcOg85 { box-sizing:content-box;height:2.5rem;width:35.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#rzS2uir3T530opX8de3awnitIJhrlXeg { box-sizing:content-box;height:2.5rem;width:35.75rem;position:absolute;display:block;z-index:15004;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:7rem;left:39.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#S0196VV8ayA0CTTCnUgGB0LaWFpveW4y { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.599609375rem;left:14.03125rem;height:1.29980625rem;font-style:normal;display:block; }
#E96ChVRUqc0Cb5JN1LxNPBVvqDIDxpaE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.599609375rem;left:53.78125rem;height:1.29980625rem;font-style:normal;display:block; }
#cO8kH9popzbw3ZoGSywsl4L1lEcCzcZr { 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:9.5rem;width:16.875rem;top:10.96875rem;left:0rem;overflow:hidden;display:block; }
#p9KXbQeQMJ7Go3cDmLkFq2T2lNHZHiSg { 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:9.5rem;width:16.875rem;top:10.96875rem;left:18.9375rem;overflow:hidden;display:block; }
#h90v45C4fHnAicWoBf42xZtTlcTJZPf6 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.5rem;left:0.625rem;display:block; }
#xXa03qlr79tATAPu8h3S5Xa1JQ1zl2WD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEDkXQglVPSfGGIkzBP1z8oku1cMDXAU { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.5rem;left:19.5625rem;display:block; }
#CIBTZBcE0LNLXCaUSXTcBCKPTDgn3gLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1lT1vxGE4qEqgdTPqh7NPx76RDbxKe3 { 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:9.5rem;width:16.875rem;top:26.4375rem;left:0rem;overflow:hidden;display:block; }
#aEVSzKqyvJ8shv3ybBTmyq0h4vxX06SF { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.9375rem;left:0.625rem;display:block; }
#nrCNnoIPFpQz0871kMiRvTrBqbi7hOPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmwBG7xHak7NMtP1WAo8k70Cg0wsIMCx { 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:9.5rem;width:16.75rem;top:11rem;left:39.1875rem;overflow:hidden;display:block; }
#q1h3MbqNBDIMms6MAwp2oxnmKTgKzpTL { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.5rem;left:39.8125rem;display:block; }
#TnipsSX7D6WLTyQ9OdZBnPTqi8SQZUKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsM9l9zppSImC2uqrvExXTS4SnlUDD34 { 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:9.4375rem;width:16.875rem;top:26.4375rem;left:39.1875rem;overflow:hidden;display:block; }
#qcMd1TrKgZiIMJVDtDkTqvutgdAbQgaU { 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:9.5rem;width:16.875rem;top:11rem;left:58.125rem;overflow:hidden;display:block; }
#FpbB96X4TJ3UvkSB9VJkR5aJC3nxTCBh { 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:9.5rem;width:16.875rem;top:26.4375rem;left:58.125rem;overflow:hidden;display:block; }
#HTHrHwdonszQGn8D6ElCZaZVDO7x5AyV { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.5rem;left:58.75rem;display:block; }
#u5CGrZZL31crkcbEHJFr6lCCE5vTNgQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3ECwvF4TnxlK6r158nqGUQzDTEney4V { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.9375rem;left:39.8125rem;display:block; }
#AvAnryncEOmZSwA591oFw0KeI4TNrm4r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgOdKxav30eLluUSZxDz7cBNFax70DiH { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.9375rem;left:58.75rem;display:block; }
#I24O3dDTI9R7DnrUAnWdoiTJO9SHJRQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnzhRm2aFKVFghVMTkeVIvdIDLNKzpwl { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:16.875rem;top:41.75rem;left:39.1875rem;overflow:hidden;display:block; }
#ZPELLfdOkerns1w8ts3vK6hdudqQ0CCo { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.25rem;left:39.8125rem;display:block; }
#aLE21DCa2bF6kHfTw7Qwnacz6NoFc7rN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDGcPkXI2DLICoONFfIkvkUsmlTTNcJ7 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:16.875rem;top:41.75rem;left:58.125rem;overflow:hidden;display:block; }
#Ee3nssZKA29pth0STe4vkAHG5S1ADclU { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:52.25rem;left:58.75rem;display:block; }
#ZVBkbXtoDp4OxG6LdH9ArAEF0NGqPgd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN { 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; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container { background-color: transparent; background-image: none; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container > .video-iframe-container { display: none; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row > .video-iframe-container { display: none; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .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); }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container { border-width: 0; border-radius: 0; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#opu7np1Q1nQiTIwdCtWdJgNRLGxGpuCP { color:rgba(var(--color-secondary-2),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:36.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#qLCUswC4NCypyvTJTE8wfo6xPpEVTKsL { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.0625rem;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; }
#JcTpk9oUWdrdsbcbJXcA62KdGGilhp7R { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.5625rem;left:0.03125rem;display:block; }
#Z7EQnM4TSqs5D5b8hLJ5uRppF99T01gM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFrZQTiOK2phw8ZJ9GFSeVnEVl1sPTk9 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.625rem;left:0rem;display:block; }
#lIDdKt9cLdxhNecOX26yfXT0ZSxM0TdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9aZ8lxyt1QawulqFPfeLQRAu7r7cTtd { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.625rem;left:19.25rem;display:block; }
#FxqtTDVB2uq2gmDInRVSnVgm9JpH710r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvqUely4ZGNubmC6spBSgvsdwRKp2tTE { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.625rem;left:38.5rem;display:block; }
#XRDVT9p5gpMKmGtyUFcyaKAXrT11wiVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sopP3MoPd9NEt8lS5X1yU5ZL05ZlTW2i { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.625rem;left:57.5rem;display:block; }
#m4WA1CLwdJLGlLu8kVJyrFbNCCNe7kMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxuHpWnEwJM5MeGg49lEfw1lJ6R89TVB { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15rem;left:0rem;display:block; }
#no9lulTKlNS1TIzODSmVkXiMGck0XsWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJ2smUxQUy2sGkihEBkTOEiF2cEukw7I { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:15rem;left:19.25rem;display:block; }
#S0Wxtq8zJtfrDrqW6TSaciCKI2xf7UOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4E5Ua0B0Ai5rGUaiD6hWR5rnMcNFo2W { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15rem;left:38.5rem;display:block; }
#fM8mzamkiKtQJo77z6HNdnn3pyLzKRWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nr91LwapBdq0LdDkHQ6kdW0xRch8qbfT { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15rem;left:57.5rem;display:block; }
#izTGEXMinc6Lv8NCCeJSRiAQrTTXHlwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWqC4BevJvh99sW75wJqdV7JIJd0InQL { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.375rem;left:0rem;display:block; }
#zBLLvtiGN8KyiRW9oFx9M0DlmZtlau5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roWH8gfXQuCl8FH3lJUtHvIGiOHpJXMR { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.375rem;left:19.25rem;display:block; }
#gAvfZEf7uVf4iAI1HlrFSxxhMdQM6OZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vefIclk4xmrC06PuaA4Fu4AnQJerMKll { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.375rem;left:38.5rem;display:block; }
#ipuad7xOhTOc9apWBa3Ak5WUcbyyIm9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JWtydnX306bPOOsM4clX1ocWV2lUBigX { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.375rem;left:57.5rem;display:block; }
#oaUOCJkCqUgEU7JqKCtf2ccq3VxnMGZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCnFzEbIAs7lgDdlHb2Vuh1P58pEXViR { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.75rem;left:0rem;display:block; }
#OHN0FTflZLAxGEK3geP8sI9QcU43nIpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBpF0giBkZiIfdq8W4QUvGBzwoPnTyVt { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.75rem;left:19.25rem;display:block; }
#We6Np0Nv7PeaWwaUtbTCo7e4JqyCIZc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihZMI2WbaQXbGQB362IWWsu1m9uOw6Se { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.75rem;left:38.5rem;display:block; }
#FWiFPxGwwWDTHoyXbsVFKeritxgC0r9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yc1B9k7zkamBLWBBgS7FODLtfTL7aPR5 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.75rem;left:57.5rem;display:block; }
#hq7bertTwnm1xadHnqVe1ZCfiJSDcTcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dg0RBXLTVAEQP3RMX7k5DMPnbP2O7dDr { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.8125rem;left:30.6875rem;display:block; }
#UTAlIiGATiUc462XMUdVZ68tAGEZe2KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk { 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; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { background-color: transparent; background-image: none; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container > .video-iframe-container { display: none; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row > .video-iframe-container { display: none; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .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); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { border-width: 0; border-radius: 0; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#cD1EnMlLfWl4aMW2EM1guKFZXKhZRGUh { color:#292929;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0.53125rem;height:2.11230625rem;font-style:normal;display:block; }
#UXtA467v7ZROD5vL5MywrdSifx8gbDTx { position:absolute;display:block;z-index:15003;height:12rem;width:15.625rem;top:8.4375rem;left:1.125rem;display:block; }
#GZn1d8LKGPnJaKlXhKyKvhbL6aBdb62K { 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:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:5.1875rem;display:block; }
#LGSDdAduZypmGn7ZQdIISoJpTppemuPI { 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:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:6.625rem;display:block; }
#N5yNBIbMn3zo19VUJ4RUMRynTaAk1c9l { 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:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:7.9375rem;display:block; }
#TksBqPnmTBAWiL0xeZhH41WUWlOwuQAg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.9375rem;left:1.59375rem;overflow:hidden;display:block; }
#bfztUKTCqBaCuUMrpyfTnsE2gpsf8tQK { position:absolute;display:block;z-index:15003;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:13.9375rem;left:14.125rem;overflow:hidden;display:block; }
#CBTlLvcOODRd5MNNGxhot4WddPm3iGCf { position:absolute;display:block;z-index:15011;height:12rem;width:15.625rem;top:8.4375rem;left:19.625rem;display:block; }
#eHhtr2uhbX6OqneUbx1iPNH5w5GoduFE { 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:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:24.4375rem;display:block; }
#ZpfrLxRFnntO9kNIDTdg8r7VBNEXfR14 { 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:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:25.75rem;display:block; }
#L1uHy1cEXLmlxRcm7ekiBLwGQ08TlZtb { 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:22rem;left:27.125rem;display:block; }
#f8F9rEKNThPMT3yuiM20AK8vsEuAKzOv { 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:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:28.5rem;display:block; }
#kra1qSNtdo104mTxgP53ircr2oSKTF3w { position:absolute;display:block;z-index:15011;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:13.9375rem;left:32.625rem;overflow:hidden;display:block; }
#UTlk4zJBsdK8uEqxQXNA6vWaJwTP4QCV { position:absolute;display:block;z-index:15012;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:13.9375rem;left:20rem;overflow:hidden;display:block; }
#AUhnGH5DcWoJpNTu6uWMcCKv6iTSaIox { position:absolute;display:block;z-index:15019;height:12rem;width:15.625rem;top:8.4375rem;left:38.0625rem;display:block; }
#KugqS8NzcCDwuHDuq4CgT7QiN6VuSTeZ { position:absolute;display:block;z-index:15019;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:13.9375rem;left:51rem;overflow:hidden;display:block; }
#B3DQozcBaASXtZx0e4dPCPyJ94iPUuOI { 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:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:41.5625rem;display:block; }
#nFmnVLu8LduWr981LOem3z4d1lCksgw1 { 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:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:42.9375rem;display:block; }
#N4CUZfS7faloWG6LPF1iHyoXcesWxP3o { 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:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:44.3125rem;display:block; }
#G2lJrq462eByQXQSroypq30hW0L1dZMt { 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:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:45.6875rem;display:block; }
#kd98FHApT8qIzoiIlZSrT6wvZghA2oMX { position:absolute;display:block;z-index:15020;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:13.9375rem;left:38.5rem;overflow:hidden;display:block; }
#JuHnxIRCZrciLO1Tb1aBVhf1ucTVaVuT { position:absolute;display:block;z-index:15027;height:12rem;width:15.625rem;top:8.4375rem;left:56.5625rem;display:block; }
#DKxlo2gKdg03zKiv6LQyPzH6TlFBZrk3 { position:absolute;display:block;z-index:15027;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:13.9375rem;left:69.5625rem;overflow:hidden;display:block; }
#BUc2Wk5gl21bEK72FBfrGVfzSMb1aJS2 { 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:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:60.9375rem;display:block; }
#JzLAa7oSV6mfFQru3ky5c2OAN3ZPzrdL { 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:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:62.1875rem;display:block; }
#l1TJ3wr0anuKVccTud2TndWwk2HkIMX6 { 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:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:63.4375rem;display:block; }
#EEKHGe1mZuMsfpICbNXw3dF4GfaLWeSh { 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:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:64.75rem;display:block; }
#Eh1Fe3pNSmQNDEow5KmTUt7BKzeuSd8W { position:absolute;display:block;z-index:15028;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:13.9375rem;left:56.8125rem;overflow:hidden;display:block; }
#DoVVT9dOTt0o0hUUr67AK8nNJzvTd2QH { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:9.25rem;display:block; }
#gD9JF1Skqw73HsyyDpkJx3HhJsaE3NVf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:10.625rem;display:block; }
#LyoGBycdcRrqDOTRu6PoiIJprEuThuIo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:12.0625rem;display:block; }
#yr0J7kpxu6WyawueAdUbocimKi7mk1oP { 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:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:29.875rem;display:block; }
#pga1uLtQ8C2PdUrkBA2KXVTUu6tMCZcs { 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:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:47rem;display:block; }
#iMZ4Tw8RfaH1P3nTvTDTrE82hbFUuLov { 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:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:48.3125rem;display:block; }
#ZOItFCUmmtkF6AMO47mnJ2STfRtVHMUO { 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:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:49.625rem;display:block; }
#J9SRT5iXWvU0lgJIQrcsZmFsvuT6UUxs { 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:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:65.9375rem;display:block; }
#Kw3kXofOzTwdRHbSBPHaHyIqR0yMhLBK { 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:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:67.1875rem;display:block; }
#VyTegD6dHN1mK9L3CThtw9cH1JfnSRx5 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:18.25rem;left:10.1875rem;display:block; }
#gqHvLxTKqy1Zb2vtSHQEgoHXB9H56hoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5S41D55EBU5aJduTGtOFbtJcsNSTtoR { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.25rem;left:28.90625rem;display:block; }
#XIrzZwKU9MeGgna7UFhtTmeifQLBK7fc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtLFm4KaFTd5ATtxiA7uN2wSqfQyFGbU { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:18.1875rem;left:47.1875rem;display:block; }
#zNrn6RTQBHTTHaWDLP73fxnfPW9g558f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9P5w15x0FX4GyL1B04x9zV7o6vepExo { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:18.1875rem;left:65.625rem;display:block; }
#ZuQTRTJgpVOF94T5ICRayQ1xcsRLS8br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAa69drXRgU5dJknxJhTRpBuzG0XT0it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { background-color: transparent; background-image: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container > .video-iframe-container { display: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container { display: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { border-width: 0; border-radius: 0; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { color:#292929;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:0.65625rem;height:2.11230625rem;font-style:normal;display:block; }
#Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { position:absolute;display:block;z-index:15009;height:45rem;width:71.5rem;top:6.8125rem;left:1.75rem;display:block; }
#XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:30.25rem;display:block; }
#Say4LecNTbEKlUCDQBDApTLhErfn5DqI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:31.5625rem;display:block; }
#IE2nU9eOIy7JVWcVaeZycyNryBZFTEQn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:33rem;display:block; }
#TD65sCG6xvVhr8IIht7veuER2XIA85ur { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.3125rem;left:70.125rem;overflow:hidden;display:block; }
#pVVLH8fQqqwtezveFtENAf1n7d5J30RT { 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:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:34.5rem;display:block; }
#Jk16I25B2Zr7OLzPpINtrH1aB80ZC63J { 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:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:35.8125rem;display:block; }
#ny6zkMLmTiWdT3K16Bomr5a7cBTnxWxw { 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:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:37.125rem;display:block; }
#K0zimwItrHXVsGo6vHUO1SEvOEGcLEQL { 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:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:38.5625rem;display:block; }
#NnTSMRGlKJ9w0akbux4Xgmdzdpb7plr1 { 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:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:39.9375rem;display:block; }
#HI6ZQFKUzki2Tz66aVkvPRqSpom0xcIX { 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:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.625rem;left:41.375rem;display:block; }
#NLVzqdlVwfs9yr8ThrQKcKggwgH3LwTi { 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:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.625rem;left:42.8125rem;display:block; }
#a8AqUgXNrcuCB3QKnDfr898JXIaNT4EJ { 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:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.625rem;left:44.1875rem;display:block; }
#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { position:relative;display:block; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { background-color: transparent; background-image: none; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container > .video-iframe-container { display: none; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row > .video-iframe-container { display: none; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .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); }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { border-width: 0; border-radius: 0; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M3Z3EPzrBV79ZIZcJQqQV29Tpo15qE9X { color:#292929;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:4.78125rem;height:2.11230625rem;font-style:normal;display:block; }
#d6LyoT13WybfBVkIRPftMcITcuXW1fFV { box-sizing:content-box;height:16.625rem;width:15.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:11.6875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#I67nIyDyMwmbMnFLO94u0b2XClN32B5n { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f8b7f61e-1474-4bef-b5e5-089fd20f98e2/RoundAlumnis_EvaLotta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:15.1875rem;display:block; }#I67nIyDyMwmbMnFLO94u0b2XClN32B5n.adaptive-delivery-prevent-bg, #I67nIyDyMwmbMnFLO94u0b2XClN32B5n.lazyload, #I67nIyDyMwmbMnFLO94u0b2XClN32B5n.lazyloading { background-image: none; }
#ULX24o5KNCx2HUw1lUxDHM08AkyJH911 { color:rgba(var(--color-secondary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.3125rem;left:12.5rem;height:1.29980625rem;font-style:normal;display:block; }
#MIxioMGdcDwS9CaxcctvkhAq2KnDzK8n { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:12.5625rem;height:6.499rem;font-style:normal;display:block; }
#tiTeDm5HOwL2fbMXvT8T08MF9UHyn9K8 { box-sizing:content-box;height:18.75rem;width:15.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:29.9375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#wIiebTWn2y8NGO7NuZ17XnceV4fiHAyi { color:rgba(var(--color-secondary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:31rem;height:1.29980625rem;font-style:normal;display:block; }
#MmrXPnqfU84nr24zgC18FMn8sT1Ds1o2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:22.0625rem;left:31rem;height:7.7988125rem;font-style:normal;display:block; }
#WGTezKENL14kAhxc0SHHHeskGRKplcc3 { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cefb99fc-1681-4c4c-8f44-0145b3263796/435183280RoundAlumnisSasch.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5625rem;left:33.25rem;display:block; }#WGTezKENL14kAhxc0SHHHeskGRKplcc3.adaptive-delivery-prevent-bg, #WGTezKENL14kAhxc0SHHHeskGRKplcc3.lazyload, #WGTezKENL14kAhxc0SHHHeskGRKplcc3.lazyloading { background-image: none; }
#fEciRKTZpHn4hsPdiAnpRh73AfPsFEdr { box-sizing:content-box;height:18.75rem;width:15.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.1875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#QM3nmaMD7DoBmCwl3d1PJyxsG3wVC38R { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b155d78b-f68d-4b02-b331-9bb9c1cf0d14/435478040RoundAlumnisKatha.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:51.5rem;display:block; }#QM3nmaMD7DoBmCwl3d1PJyxsG3wVC38R.adaptive-delivery-prevent-bg, #QM3nmaMD7DoBmCwl3d1PJyxsG3wVC38R.lazyload, #QM3nmaMD7DoBmCwl3d1PJyxsG3wVC38R.lazyloading { background-image: none; }
#kTFxigKQvXceUMnqlO7oZMwuiKshEVMA { color:rgba(var(--color-secondary-2),1);display:block;width:5rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:49.25rem;height:1.29980625rem;font-style:normal;display:block; }
#qEl2bnTZhVTke5OPO1Fxfm6xAT7HJdaN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.625rem;left:49.25rem;height:9.098625rem;font-style:normal;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12242a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:21.5rem;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:5.375rem;width:15.5rem;top:5.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:2.0625rem;height:2.923825rem;font-style:normal;display:block; }
#tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:63.375rem;height:0.9746125rem;font-style:normal;display:block; }
#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:11.75rem;left:57.375rem; }
#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:11.75rem;left:61.5rem; }
#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:11.75rem;left:65.5625rem; }
#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:11.75rem;left:69.875rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 1199px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:13.1875rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:5.375rem;height:3.4375rem;top:0.75rem;left:22.375rem;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:28.375rem;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:36.625rem;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) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d7217c8-9ea9-4af3-a8ce-0f07add11ec1/4.jpg");background-position:bottom 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:47.75rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:16.5rem;height:4.2246125rem;top:8.375rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:2.5996125rem;top:15.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:20.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #IaJOyJNn4cNNonRb8O4tcPbiIS1TXSAH { width:26.75rem;height:49.6875rem;top:5rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKSm9AdE7D3pyTVu4yEp5OASSvNozW2G { width:23.375rem;height:1.8681625rem;top:6.9375rem;left:21.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:24.9375rem;height:41.6875rem;top:11.125rem;left:21rem;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) { #bnfN8I1p657Egtr4CiPutUlR7wWksovr { display:block; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { width:47.75rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fevw3ahRJRllwPTHKPAqn71Q3NTCbX3v { width:47.1875rem;height:4.2246125rem;top:2.5rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ck1TqTKc8SbobiuEx4fQ9HTt3vpZ06pG { width:3.5rem;height:1.29980625rem;top:8.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEQiSTOvXt6mqRW08lMd5lZURNMqBg8p { width:22.5rem;height:4.546875rem;top:12.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FU4rezmp0o8hC55dui5qVynAMpqyiTwl { width:22.5rem;height:12rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNMJuqvT1ufNRS8kvUv0dZ6ZtI7u9uSf { width:0.625rem;height:0.625rem;top:32.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNK7uRrveO7C6rs87VyIAiBFQvXdJqlp { width:0.625rem;height:0.625rem;top:32.25rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO4WJFu4h6Oktm7PgV5mKQSW9dTW8b1S { width:0.625rem;height:0.625rem;top:32.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { width:2.25rem;height:2.25rem;top:23.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTKAKGWH3beeipp0oErm78470n3LEa51 { width:2.25rem;height:2.25rem;top:23.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgAsTgTbn9lHhebTEmpWCtmMDypCwaMB { width:5.125rem;height:1.29980625rem;top:8.9375rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlydwGOPOlprafzQQWvMCiQFS6sR7rfJ { width:22.5rem;height:4.546875rem;top:12.5rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsGH32p6FMC3XiHnqmQbwUMqkPBkJiX3 { width:22.5rem;height:12rem;top:19.125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLQKk2GT7LfccxP4IoI9eborlnRcgvhk { width:0.625rem;height:0.625rem;top:32.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFS5k37ybCUDfRDgRnhbfkHlt19silRr { width:0.625rem;height:0.625rem;top:32.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QaCMWOZd1TK0chU6fXc2138wHsidx24T { width:0.625rem;height:0.625rem;top:32.25rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RFlhnhZqaRmCyvRCBtWDShqd7ZDq2tDB { width:0.625rem;height:0.625rem;top:32.25rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUPinwhZUEZUdLNDtGxbZXpGHBfOJ38z { width:2.25rem;height:2.25rem;top:23.8125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A53pmrIAbvKt3TS9l5SirJRLTrrkEHTh { width:2.25rem;height:2.25rem;top:23.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4w2MPpuNXPFKIMIoD0OckkrRokhsdTS { width:22.5rem;height:4.546875rem;top:38.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psJEV20HzdnRRUaKlPvuoIyVLv2WykfX { width:22.5rem;height:12rem;top:45.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTbpZBQDdw1TUTUE8W7b4teFibBTA539 { width:2.25rem;height:2.25rem;top:50.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF0MOXnDT4hH1fBU3o0T9KHDnBm2vA0G { width:0.625rem;height:0.625rem;top:58.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KroTwpyByTsLIIEiqffQWXTqDMG6JTMl { width:0.625rem;height:0.625rem;top:58.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v70nn9TS9Q95ao6VKRDXpfeyqF9Zs6Zq { width:0.625rem;height:0.625rem;top:58.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqhzqrrWltBaxD0X3NcegAzEO6OsU3pc { width:0.625rem;height:0.625rem;top:58.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3s7sLs5EXEkzriisPDcL7Z7NG5GsodC { width:9.3125rem;height:1.29980625rem;top:35.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJx3ActIQWTzH1WTMlQdTAZk6WlVDXqT { width:2.25rem;height:2.25rem;top:50.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABAnHxRF1QP7y1spykzD52DMF6hkprl5 { width:22.5rem;height:4.546875rem;top:38.9375rem;left:24.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSckFxpdOLrGgabNbdiGTm3foVPe9RDi { width:22.5rem;height:12rem;top:45.3125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ouTAKOdXSzwF9iip7WKzA56XhVb3U83d { width:2.25rem;height:2.25rem;top:50.1875rem;left:43.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWLWGHWynvNtCeeyEIpTkd6gzBohAsLo { width:0.625rem;height:0.625rem;top:58.5625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stAzAUVgtyTKQprp3yqT2tQOB8fxD9an { width:0.625rem;height:0.625rem;top:58.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTEsGbcxiiGSl7cZCgfq86kq3bfmKzqi { width:0.625rem;height:0.625rem;top:58.5625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IM0yyax2L1fFxkMcQllVsqsN6KZkP9fA { width:0.625rem;height:0.625rem;top:58.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggoUgeyiCOE7wRZM1SCBlzPEIQ7uoJxH { width:3.5rem;height:1.29980625rem;top:35.6875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7oPdn8eEydaJm81TOdyBnXw3sTTTiJa { width:2.25rem;height:2.25rem;top:50.1875rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgh2KtG2b2PvTeBkACedMARvZy7ubMZn { width:0.0625rem;height:28.8125rem;top:8rem;left:4.40625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sV2xiTCxsqtWl1ot7rXM0BMuUiFKELix { width:0.0625rem;height:28.8125rem;top:8.0625rem;left:24.09375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GIIbQwMDf4kJo40uJdtsiRk3g0uecveq { width:0.0625rem;height:28.8125rem;top:8rem;left:43.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { width:22.0625rem;height:2.11230625rem;top:2.875rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { width:21.8125rem;height:16.8974375rem;top:7.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { width:23.75rem;height:13.25rem;top:9.0107421875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHsHuygKbL1bTAktBsJTufcf3CoQpnnn { display:block; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { width:47.75rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QQH8XMg9EKN8LxdaIKLK6BoHgRqSeOJX { width:22.0625rem;height:2.11230625rem;top:2.5rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOTQA1o3O6omTBbFJQytAnSqtCkIuTVO { width:18.1875rem;height:11.375rem;top:7.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuMtpDLTN6BE3aIDT33ffoZxFZdOUaWA { width:16.5625rem;height:3.25rem;top:8.375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8d2qxCHfm8bS7oovrvepFi2oPa7aNMG { width:16.5625rem;height:5.19921875rem;top:12.1875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Utg1n5GhuauwtfIU1PgBrGk2pKqfcf9M { width:18.1875rem;height:11.375rem;top:20.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cv1sV4BWOUZVKevs1dnRGIAePoPfmT7W { width:16.5625rem;height:3.8994125rem;top:25.75rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fE0tt98zoH6txaJNbTFglp7eNomNgaWT { width:14.875rem;height:3.25rem;top:21.9375rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kT7ICZUiEnlWGsSy4akhkUmP9JVAitSS { width:18.1875rem;height:11.375rem;top:7.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9F4A7bqGnEoVBu0PyTNIomRrzO02FOt { width:16.5625rem;height:3.8994125rem;top:12.0625rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwWWNZCCdRVFVTkA73nNJI2thEI3MBd3 { width:11.625rem;height:3.25rem;top:7.875rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNt4pyqtUKwOU9HSxySVEWDlHOnl3er4 { width:18.1875rem;height:11.375rem;top:34.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOXXtlxXmII33PlMI0IFJHyHHqbICTrf { width:16.5625rem;height:5.19921875rem;top:39.375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfHSE6IElR4qZCOXzHspmT3uFOnth2Bd { width:12.3125rem;height:3.25rem;top:35.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3HcZqna567848CwKxfSmrEWXPEpoVmU { width:18.1875rem;height:11.375rem;top:20.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oDwJ9OAhzTgsvrIkTlrTHyE02IVIXwRu { width:16.5625rem;height:3.8994125rem;top:25.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhSh80IPdiCSlOHEh6AxVNiFy41mA5nC { width:16.5625rem;height:3.25rem;top:22rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvlDTcxvTWLvgATmBXmxAIyozZQT8RPs { width:18.1875rem;height:11.375rem;top:34.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OC05c8NReAxGtl3GN5FZiAsfVwvQH1P5 { width:16.5625rem;height:3.8994125rem;top:39.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JELRQCf7VcCkQF4UUgvK8tnhxG51PETp { width:12.875rem;height:3.25rem;top:35.5625rem;left:28.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nn3EwmvVA0R8XLQCVzwG1UTTUBylIPmd { width:22.625rem;height:3.25rem;top:48.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhUA7xBvPknATonALm31OombohP1VpmB { display:block; }
 }@media only screen and (max-width: 1199px) { #p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eooB9Z6AvbzUc7DKks7yUeUbdbwlKt8T { width:46.5rem;height:2.11230625rem;top:2.5rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { width:4.6875rem;height:5rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { width:5rem;height:5rem;top:7rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { width:5.0625rem;height:5.0625rem;top:7rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { width:5rem;height:5rem;top:7rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { width:11.75rem;height:5rem;top:7rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { width:5.125rem;height:5.125rem;top:6.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { width:5.1875rem;height:5.1875rem;top:6.9375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3zEQNpD6GaRxQ8Bs4NEx8Zsx3aSthe1 { width:46.9375rem;height:2.11230625rem;top:15.0869140625rem;left:0.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1RTETGGpGAlVLqRIicKqLBU5H7JsVJ8 { width:2.1875rem;height:2.1875rem;top:21.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy6XFD81vR1S1TlaIsHrBMtguByuKC1D { width:1.8125rem;height:1.75rem;top:22.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSX5NMWfF4VBdete85kFChwiTbWZ20I0 { width:20rem;height:1.13671875rem;top:21.75rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBaaMZ5vfG7CqyHPiQFwmReJVqlF4NtJ { width:18rem;height:5.68359375rem;top:24.1875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbF8qt2KKh0tns3t67VaVBHUVZ50oDrM { width:2.125rem;height:2.125rem;top:21.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6CDsOHNyhx6g17DKQi1t6qeT60iX9wD { width:2.125rem;height:1.75rem;top:22.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJEFB6XIRE2XrkB137hxueUACJIROdlX { width:20rem;height:1.13671875rem;top:22.25rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfHRn9ME4bRegzViqHgScSCFv7gSk2FK { width:19.4375rem;height:3.41015625rem;top:24.625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rS55NRLGZDeN1HItfQhtAGpS6GkUJrHH { width:2.125rem;height:2.125rem;top:31.4375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRQmAse57bl9hkHcGrkaIwyE0XQQLqvm { width:2.1875rem;height:2.1875rem;top:31.9375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT5UngS0DA6yv5dZoUSoSweXHBshlDU9 { width:20rem;height:1.13671875rem;top:31.9375rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ptt2JfMUdx6AZGrv1szRWnmNEobNqAzw { width:17.875rem;height:5.68359375rem;top:34.75rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdKFSISKUclEfAe4kQzPFUwKE4GqwrsW { width:2.1875rem;height:2.1875rem;top:31.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBfpLkqArQT2WpWtWm9ubo8veLFVofAJ { width:1.75rem;height:1.75rem;top:32.53125rem;left:0.375rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #dUnInIZrDb18tAtpTEblh2TMBXgwxKoN { width:15.625rem;height:1.13671875rem;top:32.0625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5QpDggRTnGig5iM9r1pBaL4sJk4P3ct { width:16.875rem;height:5.68359375rem;top:34.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iiv9TcRfafL8I5wCDn2fSWCdhRbFPrUn { width:2.1875rem;height:2.1875rem;top:42.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sa8mD7hms4O3eICfEVbWAXzDJGCaodAc { width:2.1875rem;height:2.1875rem;top:43.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeOeJreyVmVeXoEcIQVHr2fwSpEscei3 { width:15.5625rem;height:1.13671875rem;top:43.0625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7W0SmKciI5RrrKBqdgHPrSdXePszkgZ { width:16.875rem;height:4.546875rem;top:45.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUXEEUKSukGhUTGdr9v83cCRMrALHq4V { width:2.125rem;height:2.125rem;top:41.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJNKoDlNRbEkqfFJaxqr1MaN6SI9AvZA { width:2.1875rem;height:2.1875rem;top:42.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TESBghh1zJ2qN2qSi2S9arQzPVIlKpzb { width:20rem;height:1.13671875rem;top:42.4375rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s45LAKaGO7w3o0eyTn9UimabsUmDN1ld { width:17.875rem;height:5.68359375rem;top:45.25rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS { display:block; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NBB2wLqxzq9xbNPQ4KylsMVSAOCQuVZw { width:20.4375rem;height:2.11230625rem;top:15.3125rem;left:27.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ { display:block; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { width:47.75rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A32FpvKZxDEEhgBlnX3yaTFS1L6rpEZT { width:6.125rem;height:1.29980625rem;top:2.25rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCtEy3LJJdJwzc66NmGAfW1RKfGIf1hf { width:47.75rem;height:1.29980625rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNRMe7lRtdXygVq1UylJzqOwEo2iEdrn { width:0.0625rem;height:64.0625rem;top:8.5rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxJpZyP0hs9xTJEMTcCTHERxlEScKJLp { width:22.8125rem;height:2.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eeup7FwM12Kb6kEt1PTawTMP8P5y4tdl { width:22.8125rem;height:2.5rem;top:8.5rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWLPC1zgTkmOQsck9LCtE51W23doQuTz { width:7.6875rem;height:1.29980625rem;top:9.099609375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAwxwu9dTdkuZ9EqweXdqrcsXtAZbiA3 { width:6.6875rem;height:1.29980625rem;top:9.099609375rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #toc4CRi5LWeh3XaWvXGR6USsf9qHNQAG { width:16.875rem;height:9.5rem;top:12.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHKvyFmXuOQLms26JbZH2psCsER4qr1n { width:16.875rem;height:9.5rem;top:27.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sfDGyboWhntv6vfDgDTIBoTyf0NWXOLG { width:15.625rem;height:3.125rem;top:23rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zr4TwAB22zAuPJAOcWuTTBpez91Vyzln { display:block; }
 }@media only screen and (max-width: 1199px) { #TMCDxRUbUMUevp6oVtBBuMPbRBpioySz { width:15.625rem;height:3.125rem;top:38.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvXXUa8FgwVwIrmHFZcUlLPKBxvS40K4 { display:block; }
 }@media only screen and (max-width: 1199px) { #PalihetgAGapwxnquGIiRftffaJPfU6u { width:16.875rem;height:9.5rem;top:43.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgKD4JDDRIS9np3ngDOdefUJHRioZ9kp { width:15.625rem;height:3.125rem;top:53.6875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9J5udon0tfy9TomShXm2rq0AKPURQfN { display:block; }
 }@media only screen and (max-width: 1199px) { #AXnpcFz9MKc4VPBtMUxxQR5m88slJveP { width:16.875rem;height:9.5rem;top:58.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xiWahcCm1fxuUWr3WX7DdJimqb1gicfE { width:15.625rem;height:3.125rem;top:69.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxwuzSPCg8TvLOvSTbFlzMPy8mXTxReB { display:block; }
 }@media only screen and (max-width: 1199px) { #W8lDxpXpoa2frhODHKzg1QkNEpJpaT4Z { width:16.875rem;height:9.5rem;top:12.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4QfqrDv0Zi9N1t4vIc3qEWXvrRXduRZ { width:15.625rem;height:3.125rem;top:23rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i07MrbTD4TRk1m2POkGJmMQpJhfLqgOt { display:block; }
 }@media only screen and (max-width: 1199px) { #TsGMXxHotKEAOZLH4IE8tE9s5hqNoVnP { width:16.875rem;height:9.5rem;top:43.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eutn2Errqd3FLiJlk3Iz22O13DlUPr8J { width:16.875rem;height:9.5rem;top:27.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gWVTFGP1t3y8ALOo1O9qQt9uGRTIRlD7 { width:16.875rem;height:9.5rem;top:58.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTOk8Q2I2OOkMe2rAsWbKWTgJmJhnaDE { width:15.625rem;height:3.125rem;top:38.25rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHflPSl6SdfV75ODzV8mWU7a5QpsmkXQ { display:block; }
 }@media only screen and (max-width: 1199px) { #TIzXKRv6F3ESXIPyVrL7GM2RuIcHeMw1 { width:15.625rem;height:3.125rem;top:53.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqCbBq9KJ0VuDgRGX0tCW0hRpRdOgIqC { display:block; }
 }@media only screen and (max-width: 1199px) { #oJPKlQ9GFwfSBSrKtguFeD8TTryBprsi { width:15.625rem;height:3.125rem;top:69.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAOqePiZ7t0VfQih6vLQKzbtxEuzu1aB { display:block; }
 }@media only screen and (max-width: 1199px) { #d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ { display:block; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container { width:47.75rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uTHmQxVTh0sqk6PGccJEeNO0mmuDUEpE { width:6.125rem;height:;top:0.75rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNE6ymtRdRJxWsXcnZwTUpI3limXfCKl { width:47.75rem;height:2.5996125rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlT7TyOFyEhCJZH2QQUKGORtpMTVKTd5 { width:0.0625rem;height:94.375rem;top:8.5rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xet5Xpm0z8dLTrxhSed25LKShQcminD2 { width:22.8125rem;height:2.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOUiEtlzdU9tbi2zSImBbkSkuhMvTuF5 { width:22.8125rem;height:2.5rem;top:8.5rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7qIdvQ1XDnNUlsMiaUph4hyQ39KzgDH { width:7.6875rem;height:1.29980625rem;top:9.099609375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oziLhs3QTLewAMhDyLrKgxdFXoZEEqxy { width:6.6875rem;height:1.29980625rem;top:9.099609375rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTARO7tBiAindfGA5qAILaICDyvnT04m { width:16.875rem;height:9.5rem;top:12.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rbdbk5LoBUTL462ws6IKX7hTvboOaILd { width:16.875rem;height:9.5rem;top:27.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILVRLkVBW09UZcG2F81zAXQFTrcy02v6 { width:15.625rem;height:3.125rem;top:23rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJWbZ1L42SogSVw4Ou1rLk0T0gyGK1VM { display:block; }
 }@media only screen and (max-width: 1199px) { #qqJbnXVOkHl8uestdogCF45LGR4rNbSw { width:15.625rem;height:3.125rem;top:38.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxdpBHuliaIRTIbN18GqO1mtr6TDMnwR { display:block; }
 }@media only screen and (max-width: 1199px) { #nzC5UaMlvGyLdtwJx1OTZMTwlZRNbkBx { width:16.875rem;height:9.5rem;top:43.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTGS7Vu8xgRGVnlQTvwKoZ7WxblMfJwz { width:15.625rem;height:3.125rem;top:53.6875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HqTJGp5T7ATiluVFzmewVTNTt19M1gth { display:block; }
 }@media only screen and (max-width: 1199px) { #EkExb0JRTdJMTnhs5PVftSHTsSGyQTM8 { width:16.875rem;height:9.5rem;top:58.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJrxf6LdEGJVts07TX6oqxBnqkaK8XW6 { width:15.625rem;height:3.125rem;top:69.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R03GT08hQZSXLyQzrgWQl0bxnBmBVGLc { display:block; }
 }@media only screen and (max-width: 1199px) { #KrOygfRTNn45KpHrurT8K29MRl2catTO { width:16.875rem;height:9.5rem;top:12.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vT58sruyuuufqdgx2olP9DQgdP74XGNC { width:15.625rem;height:3.125rem;top:23rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8GAEbO74E2SmkTESqRQhWSrmwBxyuXo { display:block; }
 }@media only screen and (max-width: 1199px) { #A3JSJHrI1svI4waodqFt2HKVHTkD36NT { width:16.875rem;height:9.5rem;top:43.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwvp3vKhg7fbO4V2sNLb9TvSPWwUzyPf { width:16.875rem;height:9.5rem;top:27.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJ6TPPk0UDJsfczl8NLZ8LxseqLl88Nt { width:16.875rem;height:9.5rem;top:58.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dB9seSc2Udknwgv4SrAGFUyWVnyJTnIk { width:15.625rem;height:3.125rem;top:38.25rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rO97bgZUSS12okSNflPUKHfiX42dIfLT { display:block; }
 }@media only screen and (max-width: 1199px) { #TVotyTH1ViEIrxHVesfJ9aiNO0csomzw { width:15.625rem;height:3.125rem;top:53.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbXEHp1doTwieouFLyAPeTrlH3tcrCxt { display:block; }
 }@media only screen and (max-width: 1199px) { #zM7F0UpZhNPHP7ucC7MgFqcUi0EIx286 { width:15.625rem;height:3.125rem;top:69.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q63oObQu2HOcigHt0ZvPQ747zXV35fTT { display:block; }
 }@media only screen and (max-width: 1199px) { #lK9tyUqyFTJBBio6Rn6I8X1QXwq19uaS { width:15.625rem;height:3.125rem;top:99.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #muilZBRPJ9okSppSTHQv0TeMX1b9HmIq { display:block; }
 }@media only screen and (max-width: 1199px) { #RTo57DVzUVNGCDQ2RDaa8r5ErgihqqCq { width:16.875rem;height:9.5rem;top:88.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGRG3X5Ddm36wlLPn34zEBsP3HdwpTDX { width:16.875rem;height:9.5rem;top:73.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDocmMwWleOnGKMXGnAn56Wyc8ZhQf9e { width:15.625rem;height:3.125rem;top:84.3125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xwg7Guv3NFiqgr4yscg0gPF9S2gT8zUX { display:block; }
 }@media only screen and (max-width: 1199px) { #tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 { display:block; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container { width:47.75rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tBmXNhPZoFxv6TXbCOaMKF9SrwBNgl7E { width:11rem;height:1.29980625rem;top:0.9375rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifo6QIiJmfrrt5PJulBqsK95P97di6uH { width:47.75rem;height:2.5996125rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zL0s3z3y1g6dPZ27HAllHQhn7InEdduS { width:0.0625rem;height:94.1875rem;top:8.5rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #relEwM4yXZvG7hfF7MTD7UihvPAcOg85 { width:22.8125rem;height:2.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzS2uir3T530opX8de3awnitIJhrlXeg { width:22.8125rem;height:2.5rem;top:8.5rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0196VV8ayA0CTTCnUgGB0LaWFpveW4y { width:7.6875rem;height:1.29980625rem;top:9.099609375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96ChVRUqc0Cb5JN1LxNPBVvqDIDxpaE { width:6.6875rem;height:1.29980625rem;top:9.099609375rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cO8kH9popzbw3ZoGSywsl4L1lEcCzcZr { width:16.875rem;height:9.5rem;top:12.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9KXbQeQMJ7Go3cDmLkFq2T2lNHZHiSg { width:16.875rem;height:9.5rem;top:27.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h90v45C4fHnAicWoBf42xZtTlcTJZPf6 { width:15.625rem;height:3.125rem;top:23rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXa03qlr79tATAPu8h3S5Xa1JQ1zl2WD { display:block; }
 }@media only screen and (max-width: 1199px) { #TEDkXQglVPSfGGIkzBP1z8oku1cMDXAU { width:15.625rem;height:3.125rem;top:38.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIBTZBcE0LNLXCaUSXTcBCKPTDgn3gLr { display:block; }
 }@media only screen and (max-width: 1199px) { #d1lT1vxGE4qEqgdTPqh7NPx76RDbxKe3 { width:16.875rem;height:9.5rem;top:43.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEVSzKqyvJ8shv3ybBTmyq0h4vxX06SF { width:15.625rem;height:3.125rem;top:53.6875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrCNnoIPFpQz0871kMiRvTrBqbi7hOPp { display:block; }
 }@media only screen and (max-width: 1199px) { #mmwBG7xHak7NMtP1WAo8k70Cg0wsIMCx { width:16.875rem;height:9.5rem;top:12.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1h3MbqNBDIMms6MAwp2oxnmKTgKzpTL { width:15.625rem;height:3.125rem;top:23rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnipsSX7D6WLTyQ9OdZBnPTqi8SQZUKc { display:block; }
 }@media only screen and (max-width: 1199px) { #tsM9l9zppSImC2uqrvExXTS4SnlUDD34 { width:16.875rem;height:9.5rem;top:43.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qcMd1TrKgZiIMJVDtDkTqvutgdAbQgaU { width:16.875rem;height:9.5rem;top:27.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpbB96X4TJ3UvkSB9VJkR5aJC3nxTCBh { width:16.875rem;height:9.5rem;top:58.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTHrHwdonszQGn8D6ElCZaZVDO7x5AyV { width:15.625rem;height:3.125rem;top:38.25rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5CGrZZL31crkcbEHJFr6lCCE5vTNgQp { display:block; }
 }@media only screen and (max-width: 1199px) { #a3ECwvF4TnxlK6r158nqGUQzDTEney4V { width:15.625rem;height:3.125rem;top:53.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvAnryncEOmZSwA591oFw0KeI4TNrm4r { display:block; }
 }@media only screen and (max-width: 1199px) { #QgOdKxav30eLluUSZxDz7cBNFax70DiH { width:15.625rem;height:3.125rem;top:69.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I24O3dDTI9R7DnrUAnWdoiTJO9SHJRQD { display:block; }
 }@media only screen and (max-width: 1199px) { #LnzhRm2aFKVFghVMTkeVIvdIDLNKzpwl { width:16.875rem;height:9.5rem;top:74.0625rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPELLfdOkerns1w8ts3vK6hdudqQ0CCo { width:15.625rem;height:3.125rem;top:84.1875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aLE21DCa2bF6kHfTw7Qwnacz6NoFc7rN { display:block; }
 }@media only screen and (max-width: 1199px) { #hDGcPkXI2DLICoONFfIkvkUsmlTTNcJ7 { width:16.875rem;height:9.5rem;top:89rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ee3nssZKA29pth0STe4vkAHG5S1ADclU { width:15.625rem;height:3.125rem;top:99.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVBkbXtoDp4OxG6LdH9ArAEF0NGqPgd5 { display:block; }
 }@media only screen and (max-width: 1199px) { #d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN { display:block; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container { width:47.75rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #opu7np1Q1nQiTIwdCtWdJgNRLGxGpuCP { width:2.375rem;height:1.29980625rem;top:0.9375rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLCUswC4NCypyvTJTE8wfo6xPpEVTKsL { width:47.75rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcTpk9oUWdrdsbcbJXcA62KdGGilhp7R { width:46.75rem;height:2.875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7EQnM4TSqs5D5b8hLJ5uRppF99T01gM { display:block; }
 }@media only screen and (max-width: 1199px) { #eFrZQTiOK2phw8ZJ9GFSeVnEVl1sPTk9 { width:17.5rem;height:3.125rem;top:10.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIDdKt9cLdxhNecOX26yfXT0ZSxM0TdL { display:block; }
 }@media only screen and (max-width: 1199px) { #x9aZ8lxyt1QawulqFPfeLQRAu7r7cTtd { width:17.5rem;height:3.125rem;top:28.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FxqtTDVB2uq2gmDInRVSnVgm9JpH710r { display:block; }
 }@media only screen and (max-width: 1199px) { #kvqUely4ZGNubmC6spBSgvsdwRKp2tTE { width:17.5rem;height:3.125rem;top:10.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRDVT9p5gpMKmGtyUFcyaKAXrT11wiVV { display:block; }
 }@media only screen and (max-width: 1199px) { #sopP3MoPd9NEt8lS5X1yU5ZL05ZlTW2i { width:17.5rem;height:3.125rem;top:28.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4WA1CLwdJLGlLu8kVJyrFbNCCNe7kMC { display:block; }
 }@media only screen and (max-width: 1199px) { #hxuHpWnEwJM5MeGg49lEfw1lJ6R89TVB { width:17.5rem;height:3.125rem;top:15.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #no9lulTKlNS1TIzODSmVkXiMGck0XsWn { display:block; }
 }@media only screen and (max-width: 1199px) { #QJ2smUxQUy2sGkihEBkTOEiF2cEukw7I { width:17.5rem;height:3.125rem;top:33rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0Wxtq8zJtfrDrqW6TSaciCKI2xf7UOO { display:block; }
 }@media only screen and (max-width: 1199px) { #K4E5Ua0B0Ai5rGUaiD6hWR5rnMcNFo2W { width:17.5rem;height:3.125rem;top:15rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fM8mzamkiKtQJo77z6HNdnn3pyLzKRWK { display:block; }
 }@media only screen and (max-width: 1199px) { #nr91LwapBdq0LdDkHQ6kdW0xRch8qbfT { width:17.5rem;height:3.125rem;top:32.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izTGEXMinc6Lv8NCCeJSRiAQrTTXHlwu { display:block; }
 }@media only screen and (max-width: 1199px) { #DWqC4BevJvh99sW75wJqdV7JIJd0InQL { width:17.5rem;height:3.125rem;top:19.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBLLvtiGN8KyiRW9oFx9M0DlmZtlau5Z { display:block; }
 }@media only screen and (max-width: 1199px) { #roWH8gfXQuCl8FH3lJUtHvIGiOHpJXMR { width:17.5rem;height:3.125rem;top:37.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAvfZEf7uVf4iAI1HlrFSxxhMdQM6OZG { display:block; }
 }@media only screen and (max-width: 1199px) { #vefIclk4xmrC06PuaA4Fu4AnQJerMKll { width:17.5rem;height:3.125rem;top:19.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipuad7xOhTOc9apWBa3Ak5WUcbyyIm9s { display:block; }
 }@media only screen and (max-width: 1199px) { #JWtydnX306bPOOsM4clX1ocWV2lUBigX { width:17.5rem;height:3.125rem;top:37.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oaUOCJkCqUgEU7JqKCtf2ccq3VxnMGZD { display:block; }
 }@media only screen and (max-width: 1199px) { #RCnFzEbIAs7lgDdlHb2Vuh1P58pEXViR { width:17.5rem;height:3.125rem;top:23.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHN0FTflZLAxGEK3geP8sI9QcU43nIpA { display:block; }
 }@media only screen and (max-width: 1199px) { #RBpF0giBkZiIfdq8W4QUvGBzwoPnTyVt { width:17.5rem;height:3.125rem;top:41.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #We6Np0Nv7PeaWwaUtbTCo7e4JqyCIZc2 { display:block; }
 }@media only screen and (max-width: 1199px) { #ihZMI2WbaQXbGQB362IWWsu1m9uOw6Se { width:17.5rem;height:3.125rem;top:23.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWiFPxGwwWDTHoyXbsVFKeritxgC0r9D { display:block; }
 }@media only screen and (max-width: 1199px) { #yc1B9k7zkamBLWBBgS7FODLtfTL7aPR5 { width:17.5rem;height:3.125rem;top:41.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hq7bertTwnm1xadHnqVe1ZCfiJSDcTcq { display:block; }
 }@media only screen and (max-width: 1199px) { #dg0RBXLTVAEQP3RMX7k5DMPnbP2O7dDr { width:22.625rem;height:3.25rem;top:48.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTAlIiGATiUc462XMUdVZ68tAGEZe2KQ { display:block; }
 }@media only screen and (max-width: 1199px) { #kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk { display:block; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { width:47.75rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cD1EnMlLfWl4aMW2EM1guKFZXKhZRGUh { width:47.1875rem;height:2.11230625rem;top:2.5rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXtA467v7ZROD5vL5MywrdSifx8gbDTx { width:22.5rem;height:12rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZn1d8LKGPnJaKlXhKyKvhbL6aBdb62K { width:0.625rem;height:0.625rem;top:20rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGSDdAduZypmGn7ZQdIISoJpTppemuPI { width:0.625rem;height:0.625rem;top:20rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5yNBIbMn3zo19VUJ4RUMRynTaAk1c9l { width:0.625rem;height:0.625rem;top:20rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TksBqPnmTBAWiL0xeZhH41WUWlOwuQAg { width:2.25rem;height:2.25rem;top:11.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfztUKTCqBaCuUMrpyfTnsE2gpsf8tQK { width:2.25rem;height:2.25rem;top:11.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBTlLvcOODRd5MNNGxhot4WddPm3iGCf { width:22.5rem;height:12rem;top:6.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHhtr2uhbX6OqneUbx1iPNH5w5GoduFE { width:0.625rem;height:0.625rem;top:20rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpfrLxRFnntO9kNIDTdg8r7VBNEXfR14 { width:0.625rem;height:0.625rem;top:20rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1uHy1cEXLmlxRcm7ekiBLwGQ08TlZtb { width:0.625rem;height:0.625rem;top:20rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f8F9rEKNThPMT3yuiM20AK8vsEuAKzOv { width:0.625rem;height:0.625rem;top:20rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kra1qSNtdo104mTxgP53ircr2oSKTF3w { width:2.25rem;height:2.25rem;top:11.5625rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTlk4zJBsdK8uEqxQXNA6vWaJwTP4QCV { width:2.25rem;height:2.25rem;top:11.4375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUhnGH5DcWoJpNTu6uWMcCKv6iTSaIox { width:22.5rem;height:12rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KugqS8NzcCDwuHDuq4CgT7QiN6VuSTeZ { width:2.25rem;height:2.25rem;top:27.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3DQozcBaASXtZx0e4dPCPyJ94iPUuOI { width:0.625rem;height:0.625rem;top:36.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFmnVLu8LduWr981LOem3z4d1lCksgw1 { width:0.625rem;height:0.625rem;top:36.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4CUZfS7faloWG6LPF1iHyoXcesWxP3o { width:0.625rem;height:0.625rem;top:36.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2lJrq462eByQXQSroypq30hW0L1dZMt { width:0.625rem;height:0.625rem;top:36.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd98FHApT8qIzoiIlZSrT6wvZghA2oMX { width:2.25rem;height:2.25rem;top:27.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuHnxIRCZrciLO1Tb1aBVhf1ucTVaVuT { width:22.5rem;height:12rem;top:22.8125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKxlo2gKdg03zKiv6LQyPzH6TlFBZrk3 { width:2.25rem;height:2.25rem;top:27.6875rem;left:43.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUc2Wk5gl21bEK72FBfrGVfzSMb1aJS2 { width:0.625rem;height:0.625rem;top:36.0625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzLAa7oSV6mfFQru3ky5c2OAN3ZPzrdL { width:0.625rem;height:0.625rem;top:36.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1TJ3wr0anuKVccTud2TndWwk2HkIMX6 { width:0.625rem;height:0.625rem;top:36.0625rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEKHGe1mZuMsfpICbNXw3dF4GfaLWeSh { width:0.625rem;height:0.625rem;top:36.0625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eh1Fe3pNSmQNDEow5KmTUt7BKzeuSd8W { width:2.25rem;height:2.25rem;top:27.6875rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoVVT9dOTt0o0hUUr67AK8nNJzvTd2QH { width:0.625rem;height:0.625rem;top:20rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gD9JF1Skqw73HsyyDpkJx3HhJsaE3NVf { width:0.625rem;height:0.625rem;top:20rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyoGBycdcRrqDOTRu6PoiIJprEuThuIo { width:0.625rem;height:0.625rem;top:20rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yr0J7kpxu6WyawueAdUbocimKi7mk1oP { width:0.625rem;height:0.625rem;top:20rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pga1uLtQ8C2PdUrkBA2KXVTUu6tMCZcs { width:0.625rem;height:0.625rem;top:36.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMZ4Tw8RfaH1P3nTvTDTrE82hbFUuLov { width:0.625rem;height:0.625rem;top:36.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOItFCUmmtkF6AMO47mnJ2STfRtVHMUO { width:0.625rem;height:0.625rem;top:36.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9SRT5iXWvU0lgJIQrcsZmFsvuT6UUxs { width:0.625rem;height:0.625rem;top:36.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kw3kXofOzTwdRHbSBPHaHyIqR0yMhLBK { width:0.625rem;height:0.625rem;top:36.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyTegD6dHN1mK9L3CThtw9cH1JfnSRx5 { width:8.5rem;height:3.125rem;top:5.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqHvLxTKqy1Zb2vtSHQEgoHXB9H56hoU { display:block; }
 }@media only screen and (max-width: 1199px) { #X5S41D55EBU5aJduTGtOFbtJcsNSTtoR { width:8.5rem;height:3.125rem;top:21.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIrzZwKU9MeGgna7UFhtTmeifQLBK7fc { display:block; }
 }@media only screen and (max-width: 1199px) { #NtLFm4KaFTd5ATtxiA7uN2wSqfQyFGbU { width:8.5rem;height:3.125rem;top:5.1875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNrn6RTQBHTTHaWDLP73fxnfPW9g558f { display:block; }
 }@media only screen and (max-width: 1199px) { #U9P5w15x0FX4GyL1B04x9zV7o6vepExo { width:8.5rem;height:3.125rem;top:21.25rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuQTRTJgpVOF94T5ICRayQ1xcsRLS8br { display:block; }
 }@media only screen and (max-width: 1199px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:47.75rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:47.1875rem;height:2.11230625rem;top:2.5rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:46.375rem;height:45rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:27.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { width:0.625rem;height:0.625rem;top:53.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Say4LecNTbEKlUCDQBDApTLhErfn5DqI { width:0.625rem;height:0.625rem;top:53.1875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IE2nU9eOIy7JVWcVaeZycyNryBZFTEQn { width:0.625rem;height:0.625rem;top:53.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:27.0625rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVVLH8fQqqwtezveFtENAf1n7d5J30RT { width:0.625rem;height:0.625rem;top:53.1875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jk16I25B2Zr7OLzPpINtrH1aB80ZC63J { width:0.625rem;height:0.625rem;top:53.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ny6zkMLmTiWdT3K16Bomr5a7cBTnxWxw { width:0.625rem;height:0.625rem;top:53.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0zimwItrHXVsGo6vHUO1SEvOEGcLEQL { width:0.625rem;height:0.625rem;top:53.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnTSMRGlKJ9w0akbux4Xgmdzdpb7plr1 { width:0.625rem;height:0.625rem;top:53.1875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HI6ZQFKUzki2Tz66aVkvPRqSpom0xcIX { width:0.625rem;height:0.625rem;top:53.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLVzqdlVwfs9yr8ThrQKcKggwgH3LwTi { width:0.625rem;height:0.625rem;top:53.1875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8AqUgXNrcuCB3QKnDfr898JXIaNT4EJ { width:0.625rem;height:0.625rem;top:53.1875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { display:block; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M3Z3EPzrBV79ZIZcJQqQV29Tpo15qE9X { width:47.1875rem;height:2.11230625rem;top:3.375rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6LyoT13WybfBVkIRPftMcITcuXW1fFV { width:14.375rem;height:16.625rem;top:20.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I67nIyDyMwmbMnFLO94u0b2XClN32B5n { width:8.125rem;height:8.125rem;top:16.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULX24o5KNCx2HUw1lUxDHM08AkyJH911 { width:2.8125rem;height:1.29980625rem;top:25.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIxioMGdcDwS9CaxcctvkhAq2KnDzK8n { width:12.3125rem;height:7.7988125rem;top:27.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiTeDm5HOwL2fbMXvT8T08MF9UHyn9K8 { width:14.375rem;height:18.75rem;top:13.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIiebTWn2y8NGO7NuZ17XnceV4fiHAyi { width:2.8125rem;height:1.29980625rem;top:20.474609375rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmrXPnqfU84nr24zgC18FMn8sT1Ds1o2 { width:12.3125rem;height:9.098625rem;top:22.375rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGTezKENL14kAhxc0SHHHeskGRKplcc3 { width:8.125rem;height:8.125rem;top:9.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEciRKTZpHn4hsPdiAnpRh73AfPsFEdr { width:14.375rem;height:18.75rem;top:7.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QM3nmaMD7DoBmCwl3d1PJyxsG3wVC38R { width:8.125rem;height:8.125rem;top:3.5rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTFxigKQvXceUMnqlO7oZMwuiKshEVMA { width:4.8125rem;height:1.29980625rem;top:14rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEl2bnTZhVTke5OPO1Fxfm6xAT7HJdaN { width:12.3125rem;height:9.098625rem;top:15.9375rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:22.5625rem;height:3.8984375rem;top:14.1875rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:9.5625rem;height:0.9746125rem;top:11.125rem;left:19.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:20.9375rem;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:20.9375rem;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:20.9375rem;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:20.9375rem;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: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:9.125rem;height:2.4375rem;top:1.25rem;left:0rem;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.1875rem;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) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d7217c8-9ea9-4af3-a8ce-0f07add11ec1/4.jpg");background-position:bottom 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:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:16.5rem;height:4.2246125rem;top:7.5625rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:2.5996125rem;top:13.0625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:16.875rem;left:0.9375rem;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) { #IaJOyJNn4cNNonRb8O4tcPbiIS1TXSAH { width:20rem;height:61.25rem;top:21.34375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zKSm9AdE7D3pyTVu4yEp5OASSvNozW2G { width:20rem;height:1.3808625rem;top:23.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:18.6875rem;height:55.625rem;top:25.875rem;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) { #bnfN8I1p657Egtr4CiPutUlR7wWksovr { display:block; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fevw3ahRJRllwPTHKPAqn71Q3NTCbX3v { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ck1TqTKc8SbobiuEx4fQ9HTt3vpZ06pG { width:3.5rem;height:1.29980625rem;top:10.125rem;left:12.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JEQiSTOvXt6mqRW08lMd5lZURNMqBg8p { width:7.625rem;height:10.7206875rem;top:12.6875rem;left:12.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FU4rezmp0o8hC55dui5qVynAMpqyiTwl { width:11.75rem;height:12rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNMJuqvT1ufNRS8kvUv0dZ6ZtI7u9uSf { width:0.625rem;height:0.625rem;top:22.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNK7uRrveO7C6rs87VyIAiBFQvXdJqlp { width:0.625rem;height:0.625rem;top:22.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO4WJFu4h6Oktm7PgV5mKQSW9dTW8b1S { width:0.625rem;height:0.625rem;top:22.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTKAKGWH3beeipp0oErm78470n3LEa51 { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgAsTgTbn9lHhebTEmpWCtmMDypCwaMB { width:5.125rem;height:1.29980625rem;top:26.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BlydwGOPOlprafzQQWvMCiQFS6sR7rfJ { width:7.625rem;height:10.7206875rem;top:28.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsGH32p6FMC3XiHnqmQbwUMqkPBkJiX3 { width:11.75rem;height:12rem;top:26.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQKk2GT7LfccxP4IoI9eborlnRcgvhk { width:0.625rem;height:0.625rem;top:39.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFS5k37ybCUDfRDgRnhbfkHlt19silRr { width:0.625rem;height:0.625rem;top:39.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaCMWOZd1TK0chU6fXc2138wHsidx24T { width:0.625rem;height:0.625rem;top:39.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFlhnhZqaRmCyvRCBtWDShqd7ZDq2tDB { width:0.625rem;height:0.625rem;top:39.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUPinwhZUEZUdLNDtGxbZXpGHBfOJ38z { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A53pmrIAbvKt3TS9l5SirJRLTrrkEHTh { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4w2MPpuNXPFKIMIoD0OckkrRokhsdTS { width:7.625rem;height:10.7206875rem;top:44.9375rem;left:12.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #psJEV20HzdnRRUaKlPvuoIyVLv2WykfX { width:11.75rem;height:12rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTbpZBQDdw1TUTUE8W7b4teFibBTA539 { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NF0MOXnDT4hH1fBU3o0T9KHDnBm2vA0G { width:0.625rem;height:0.625rem;top:55.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KroTwpyByTsLIIEiqffQWXTqDMG6JTMl { width:0.625rem;height:0.625rem;top:55.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v70nn9TS9Q95ao6VKRDXpfeyqF9Zs6Zq { width:0.625rem;height:0.625rem;top:55.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhzqrrWltBaxD0X3NcegAzEO6OsU3pc { width:0.625rem;height:0.625rem;top:55.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3s7sLs5EXEkzriisPDcL7Z7NG5GsodC { width:7.5rem;height:2.5996125rem;top:42.25rem;left:12.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OJx3ActIQWTzH1WTMlQdTAZk6WlVDXqT { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABAnHxRF1QP7y1spykzD52DMF6hkprl5 { width:7.625rem;height:9.746125rem;top:61.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kSckFxpdOLrGgabNbdiGTm3foVPe9RDi { width:11.75rem;height:12rem;top:58.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTAKOdXSzwF9iip7WKzA56XhVb3U83d { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWLWGHWynvNtCeeyEIpTkd6gzBohAsLo { width:0.625rem;height:0.625rem;top:71.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAzAUVgtyTKQprp3yqT2tQOB8fxD9an { width:0.625rem;height:0.625rem;top:71.8125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEsGbcxiiGSl7cZCgfq86kq3bfmKzqi { width:0.625rem;height:0.625rem;top:71.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM0yyax2L1fFxkMcQllVsqsN6KZkP9fA { width:0.625rem;height:0.625rem;top:71.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggoUgeyiCOE7wRZM1SCBlzPEIQ7uoJxH { width:4.1875rem;height:1.29980625rem;top:58.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7oPdn8eEydaJm81TOdyBnXw3sTTTiJa { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgh2KtG2b2PvTeBkACedMARvZy7ubMZn { width:0.0625rem;height:28.8125rem;top:8rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV2xiTCxsqtWl1ot7rXM0BMuUiFKELix { width:0.0625rem;height:28.8125rem;top:8.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIIbQwMDf4kJo40uJdtsiRk3g0uecveq { width:0.0625rem;height:28.8125rem;top:8rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { width:12.625rem;height:4.2246125rem;top:1.25rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { width:20rem;height:19.4970625rem;top:6.7246125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { height:11.25rem;width:20rem;top:27.4707375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHsHuygKbL1bTAktBsJTufcf3CoQpnnn { display:block; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQH8XMg9EKN8LxdaIKLK6BoHgRqSeOJX { width:18.75rem;height:2.11230625rem;top:3rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTQA1o3O6omTBbFJQytAnSqtCkIuTVO { width:18.1875rem;height:11.375rem;top:6.36230625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuMtpDLTN6BE3aIDT33ffoZxFZdOUaWA { width:16.5625rem;height:3.25rem;top:7.48730625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8d2qxCHfm8bS7oovrvepFi2oPa7aNMG { width:16.5625rem;height:5.19921875rem;top:11.29980625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utg1n5GhuauwtfIU1PgBrGk2pKqfcf9M { width:18.1875rem;height:11.375rem;top:44.23730625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1sV4BWOUZVKevs1dnRGIAePoPfmT7W { width:16.5625rem;height:3.8994125rem;top:49.17480625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0tt98zoH6txaJNbTFglp7eNomNgaWT { width:14.875rem;height:3.25rem;top:45.36230625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7ICZUiEnlWGsSy4akhkUmP9JVAitSS { width:18.1875rem;height:11.375rem;top:18.98730625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9F4A7bqGnEoVBu0PyTNIomRrzO02FOt { width:16.5625rem;height:3.8994125rem;top:23.92480625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwWWNZCCdRVFVTkA73nNJI2thEI3MBd3 { width:11.625rem;height:3.25rem;top:19.73730625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNt4pyqtUKwOU9HSxySVEWDlHOnl3er4 { width:18.1875rem;height:11.375rem;top:56.86230625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOXXtlxXmII33PlMI0IFJHyHHqbICTrf { width:16.5625rem;height:5.19921875rem;top:61.79980625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfHSE6IElR4qZCOXzHspmT3uFOnth2Bd { width:12.3125rem;height:3.25rem;top:57.86230625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3HcZqna567848CwKxfSmrEWXPEpoVmU { width:18.1875rem;height:11.375rem;top:31.54980625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDwJ9OAhzTgsvrIkTlrTHyE02IVIXwRu { width:16.5625rem;height:3.8994125rem;top:38.23730625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhSh80IPdiCSlOHEh6AxVNiFy41mA5nC { width:16.5625rem;height:3.25rem;top:34.42480625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlDTcxvTWLvgATmBXmxAIyozZQT8RPs { width:18.1875rem;height:11.375rem;top:69.48730625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC05c8NReAxGtl3GN5FZiAsfVwvQH1P5 { width:16.5625rem;height:3.8994125rem;top:74.42480625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JELRQCf7VcCkQF4UUgvK8tnhxG51PETp { width:12.875rem;height:3.25rem;top:70.61230625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3EwmvVA0R8XLQCVzwG1UTTUBylIPmd { width:19rem;height:3.25rem;top:82.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUA7xBvPknATonALm31OombohP1VpmB { display:block; }
 }@media only screen and (max-width: 763px) { #p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { width:20rem;height:104.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eooB9Z6AvbzUc7DKks7yUeUbdbwlKt8T { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { width:4.6875rem;height:5rem;top:8.6494140625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { width:5rem;height:5rem;top:8.6494140625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { width:5.0625rem;height:5.0625rem;top:8.6181640625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { width:5rem;height:5rem;top:15.3369140625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { width:11.75rem;height:5rem;top:22.2744140625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { width:5.125rem;height:5.125rem;top:15.2744140625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { width:5.1875rem;height:5.1875rem;top:15.2431640625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zEQNpD6GaRxQ8Bs4NEx8Zsx3aSthe1 { width:20rem;height:4.2246125rem;top:30.1494140625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RTETGGpGAlVLqRIicKqLBU5H7JsVJ8 { width:2.1875rem;height:2.1875rem;top:47.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6XFD81vR1S1TlaIsHrBMtguByuKC1D { width:3.125rem;height:3.0166rem;top:37.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSX5NMWfF4VBdete85kFChwiTbWZ20I0 { width:6.0625rem;height:1.4619125rem;top:37.2138671875rem;left:4.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBaaMZ5vfG7CqyHPiQFwmReJVqlF4NtJ { width:14rem;height:5.68359375rem;top:39.4521484375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbF8qt2KKh0tns3t67VaVBHUVZ50oDrM { width:2.125rem;height:2.125rem;top:37.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6CDsOHNyhx6g17DKQi1t6qeT60iX9wD { width:2.9375rem;height:2.41894375rem;top:47.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJEFB6XIRE2XrkB137hxueUACJIROdlX { width:14.25rem;height:2.923825rem;top:46.8330078125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OfHRn9ME4bRegzViqHgScSCFv7gSk2FK { width:14.1875rem;height:4.546875rem;top:50.4541015625rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rS55NRLGZDeN1HItfQhtAGpS6GkUJrHH { width:2.125rem;height:2.125rem;top:68rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRQmAse57bl9hkHcGrkaIwyE0XQQLqvm { width:2.375rem;height:2.375rem;top:68.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5UngS0DA6yv5dZoUSoSweXHBshlDU9 { width:14.6875rem;height:2.923825rem;top:67.5rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ptt2JfMUdx6AZGrv1szRWnmNEobNqAzw { width:14.6875rem;height:7.957rem;top:71.59765625rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKFSISKUclEfAe4kQzPFUwKE4GqwrsW { width:2.1875rem;height:2.1875rem;top:57.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBfpLkqArQT2WpWtWm9ubo8veLFVofAJ { width:2.625rem;height:2.4375rem;top:58.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUnInIZrDb18tAtpTEblh2TMBXgwxKoN { width:14.5rem;height:1.4619125rem;top:57.25390625rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5QpDggRTnGig5iM9r1pBaL4sJk4P3ct { width:14.5rem;height:5.68359375rem;top:59.73828125rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iiv9TcRfafL8I5wCDn2fSWCdhRbFPrUn { width:2.1875rem;height:2.1875rem;top:81.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8mD7hms4O3eICfEVbWAXzDJGCaodAc { width:2.1875rem;height:2.1875rem;top:81.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeOeJreyVmVeXoEcIQVHr2fwSpEscei3 { width:14.875rem;height:1.4619125rem;top:81rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7W0SmKciI5RrrKBqdgHPrSdXePszkgZ { width:14.75rem;height:5.68359375rem;top:83.390625rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUXEEUKSukGhUTGdr9v83cCRMrALHq4V { width:2.125rem;height:2.125rem;top:91.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNKoDlNRbEkqfFJaxqr1MaN6SI9AvZA { width:2.375rem;height:2.375rem;top:92.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TESBghh1zJ2qN2qSi2S9arQzPVIlKpzb { width:15.3125rem;height:2.923825rem;top:91.099609375rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s45LAKaGO7w3o0eyTn9UimabsUmDN1ld { width:15.3125rem;height:6.8203125rem;top:95.1875rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS { display:block; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBB2wLqxzq9xbNPQ4KylsMVSAOCQuVZw { width:19.9375rem;height:2.11230625rem;top:15.75rem;left:0.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ { display:block; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A32FpvKZxDEEhgBlnX3yaTFS1L6rpEZT { width:6.125rem;height:1.29980625rem;top:1.25rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCtEy3LJJdJwzc66NmGAfW1RKfGIf1hf { width:20rem;height:3.8994125rem;top:3.79980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRMe7lRtdXygVq1UylJzqOwEo2iEdrn { width:0.0625rem;height:33.4375rem;top:12.67480625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxJpZyP0hs9xTJEMTcCTHERxlEScKJLp { width:20rem;height:2.5rem;top:8.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eeup7FwM12Kb6kEt1PTawTMP8P5y4tdl { width:20rem;height:2.5rem;top:34.1357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWLPC1zgTkmOQsck9LCtE51W23doQuTz { width:7.6875rem;height:1.29980625rem;top:9.5478515625rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAwxwu9dTdkuZ9EqweXdqrcsXtAZbiA3 { width:6.6875rem;height:1.29980625rem;top:34.7353515625rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toc4CRi5LWeh3XaWvXGR6USsf9qHNQAG { width:9.6875rem;height:5.625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHKvyFmXuOQLms26JbZH2psCsER4qr1n { width:9.6875rem;height:5.625rem;top:12.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfDGyboWhntv6vfDgDTIBoTyf0NWXOLG { width:9.6875rem;height:2.3125rem;top:19.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4TwAB22zAuPJAOcWuTTBpez91Vyzln { display:block; }
 }@media only screen and (max-width: 763px) { #TMCDxRUbUMUevp6oVtBBuMPbRBpioySz { width:9.6875rem;height:2.3125rem;top:19.4375rem;left:10.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvXXUa8FgwVwIrmHFZcUlLPKBxvS40K4 { display:block; }
 }@media only screen and (max-width: 763px) { #PalihetgAGapwxnquGIiRftffaJPfU6u { width:9.6875rem;height:5.625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgKD4JDDRIS9np3ngDOdefUJHRioZ9kp { width:9.6875rem;height:2.3125rem;top:29.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9J5udon0tfy9TomShXm2rq0AKPURQfN { display:block; }
 }@media only screen and (max-width: 763px) { #AXnpcFz9MKc4VPBtMUxxQR5m88slJveP { width:9.6875rem;height:5.625rem;top:23.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiWahcCm1fxuUWr3WX7DdJimqb1gicfE { width:9.6875rem;height:2.3125rem;top:29.375rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxwuzSPCg8TvLOvSTbFlzMPy8mXTxReB { display:block; }
 }@media only screen and (max-width: 763px) { #W8lDxpXpoa2frhODHKzg1QkNEpJpaT4Z { width:9.6875rem;height:5.625rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QfqrDv0Zi9N1t4vIc3qEWXvrRXduRZ { width:9.6875rem;height:2.3125rem;top:44.6875rem;left:0.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i07MrbTD4TRk1m2POkGJmMQpJhfLqgOt { display:block; }
 }@media only screen and (max-width: 763px) { #TsGMXxHotKEAOZLH4IE8tE9s5hqNoVnP { width:9.6875rem;height:5.625rem;top:48.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eutn2Errqd3FLiJlk3Iz22O13DlUPr8J { width:9.6875rem;height:5.625rem;top:38rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWVTFGP1t3y8ALOo1O9qQt9uGRTIRlD7 { width:9.6875rem;height:5.625rem;top:48.2607421875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTOk8Q2I2OOkMe2rAsWbKWTgJmJhnaDE { width:9.6875rem;height:2.3125rem;top:44.625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHflPSl6SdfV75ODzV8mWU7a5QpsmkXQ { display:block; }
 }@media only screen and (max-width: 763px) { #TIzXKRv6F3ESXIPyVrL7GM2RuIcHeMw1 { width:9.6875rem;height:2.3125rem;top:54.9482421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqCbBq9KJ0VuDgRGX0tCW0hRpRdOgIqC { display:block; }
 }@media only screen and (max-width: 763px) { #oJPKlQ9GFwfSBSrKtguFeD8TTryBprsi { width:9.6875rem;height:2.3125rem;top:54.90625rem;left:10.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAOqePiZ7t0VfQih6vLQKzbtxEuzu1aB { display:block; }
 }@media only screen and (max-width: 763px) { #d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ { display:block; }#d6ev3fekWKTbdwFxNFULFfs9VGSvMcxJ > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTHmQxVTh0sqk6PGccJEeNO0mmuDUEpE { width:6.125rem;height:1.29980625rem;top:1.25rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNE6ymtRdRJxWsXcnZwTUpI3limXfCKl { width:20rem;height:3.8994125rem;top:3.79980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlT7TyOFyEhCJZH2QQUKGORtpMTVKTd5 { width:0.0625rem;height:48.75rem;top:6.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xet5Xpm0z8dLTrxhSed25LKShQcminD2 { width:20rem;height:2.5rem;top:8.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOUiEtlzdU9tbi2zSImBbkSkuhMvTuF5 { width:20rem;height:2.5rem;top:42.0107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7qIdvQ1XDnNUlsMiaUph4hyQ39KzgDH { width:7.6875rem;height:1.29980625rem;top:9.5478515625rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziLhs3QTLewAMhDyLrKgxdFXoZEEqxy { width:6.6875rem;height:1.29980625rem;top:42.6103515625rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTARO7tBiAindfGA5qAILaICDyvnT04m { width:9.6875rem;height:5.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbdbk5LoBUTL462ws6IKX7hTvboOaILd { width:9.6875rem;height:5.4375rem;top:12.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILVRLkVBW09UZcG2F81zAXQFTrcy02v6 { width:9.6875rem;height:2.3125rem;top:18.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJWbZ1L42SogSVw4Ou1rLk0T0gyGK1VM { display:block; }
 }@media only screen and (max-width: 763px) { #qqJbnXVOkHl8uestdogCF45LGR4rNbSw { width:9.6875rem;height:2.3125rem;top:18.9375rem;left:10.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxdpBHuliaIRTIbN18GqO1mtr6TDMnwR { display:block; }
 }@media only screen and (max-width: 763px) { #nzC5UaMlvGyLdtwJx1OTZMTwlZRNbkBx { width:9.6875rem;height:5.4375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGS7Vu8xgRGVnlQTvwKoZ7WxblMfJwz { width:9.6875rem;height:2.3125rem;top:28.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTJGp5T7ATiluVFzmewVTNTt19M1gth { display:block; }
 }@media only screen and (max-width: 763px) { #EkExb0JRTdJMTnhs5PVftSHTsSGyQTM8 { width:9.6875rem;height:5.4375rem;top:22.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJrxf6LdEGJVts07TX6oqxBnqkaK8XW6 { width:9.6875rem;height:2.3125rem;top:28.5rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R03GT08hQZSXLyQzrgWQl0bxnBmBVGLc { display:block; }
 }@media only screen and (max-width: 763px) { #KrOygfRTNn45KpHrurT8K29MRl2catTO { width:9.6875rem;height:5.4375rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT58sruyuuufqdgx2olP9DQgdP74XGNC { width:9.6875rem;height:2.3125rem;top:52.5625rem;left:0.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8GAEbO74E2SmkTESqRQhWSrmwBxyuXo { display:block; }
 }@media only screen and (max-width: 763px) { #A3JSJHrI1svI4waodqFt2HKVHTkD36NT { width:9.6875rem;height:5.4375rem;top:56.1357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwvp3vKhg7fbO4V2sNLb9TvSPWwUzyPf { width:9.0625rem;height:5.625rem;top:45.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ6TPPk0UDJsfczl8NLZ8LxseqLl88Nt { width:9.6875rem;height:5.4375rem;top:56.1357421875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB9seSc2Udknwgv4SrAGFUyWVnyJTnIk { width:9.6875rem;height:2.3125rem;top:52.5rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO97bgZUSS12okSNflPUKHfiX42dIfLT { display:block; }
 }@media only screen and (max-width: 763px) { #TVotyTH1ViEIrxHVesfJ9aiNO0csomzw { width:9.6875rem;height:2.3125rem;top:62.8232421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbXEHp1doTwieouFLyAPeTrlH3tcrCxt { display:block; }
 }@media only screen and (max-width: 763px) { #zM7F0UpZhNPHP7ucC7MgFqcUi0EIx286 { width:9.6875rem;height:2.3125rem;top:62.78125rem;left:10.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q63oObQu2HOcigHt0ZvPQ747zXV35fTT { display:block; }
 }@media only screen and (max-width: 763px) { #lK9tyUqyFTJBBio6Rn6I8X1QXwq19uaS { width:9.6875rem;height:2.3125rem;top:38.125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muilZBRPJ9okSppSTHQv0TeMX1b9HmIq { display:block; }
 }@media only screen and (max-width: 763px) { #RTo57DVzUVNGCDQ2RDaa8r5ErgihqqCq { width:9.6875rem;height:5.4375rem;top:31.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGRG3X5Ddm36wlLPn34zEBsP3HdwpTDX { width:9.6875rem;height:5.4375rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDocmMwWleOnGKMXGnAn56Wyc8ZhQf9e { width:9.6875rem;height:2.3125rem;top:38.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwg7Guv3NFiqgr4yscg0gPF9S2gT8zUX { display:block; }
 }@media only screen and (max-width: 763px) { #tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 { display:block; }#tUlDWi6dtPvKdpZTnGvXAGoGMomN9680 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBmXNhPZoFxv6TXbCOaMKF9SrwBNgl7E { width:11rem;height:1.29980625rem;top:1.3125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifo6QIiJmfrrt5PJulBqsK95P97di6uH { width:20rem;height:3.8994125rem;top:3.79980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0s3z3y1g6dPZ27HAllHQhn7InEdduS { width:0.0625rem;height:48.4375rem;top:7rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #relEwM4yXZvG7hfF7MTD7UihvPAcOg85 { width:20rem;height:2.5rem;top:8.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzS2uir3T530opX8de3awnitIJhrlXeg { width:20rem;height:2.5rem;top:34.1357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0196VV8ayA0CTTCnUgGB0LaWFpveW4y { width:7.6875rem;height:1.29980625rem;top:9.5478515625rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E96ChVRUqc0Cb5JN1LxNPBVvqDIDxpaE { width:6.6875rem;height:1.29980625rem;top:34.7353515625rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8kH9popzbw3ZoGSywsl4L1lEcCzcZr { width:9.6875rem;height:5.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9KXbQeQMJ7Go3cDmLkFq2T2lNHZHiSg { width:9.6875rem;height:5.4375rem;top:12.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h90v45C4fHnAicWoBf42xZtTlcTJZPf6 { width:9.6875rem;height:2.3125rem;top:19.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXa03qlr79tATAPu8h3S5Xa1JQ1zl2WD { display:block; }
 }@media only screen and (max-width: 763px) { #TEDkXQglVPSfGGIkzBP1z8oku1cMDXAU { width:9.6875rem;height:2.3125rem;top:19.4375rem;left:10.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIBTZBcE0LNLXCaUSXTcBCKPTDgn3gLr { display:block; }
 }@media only screen and (max-width: 763px) { #d1lT1vxGE4qEqgdTPqh7NPx76RDbxKe3 { width:9.6875rem;height:5.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVSzKqyvJ8shv3ybBTmyq0h4vxX06SF { width:9.6875rem;height:2.3125rem;top:29.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCNnoIPFpQz0871kMiRvTrBqbi7hOPp { display:block; }
 }@media only screen and (max-width: 763px) { #mmwBG7xHak7NMtP1WAo8k70Cg0wsIMCx { width:9.6875rem;height:5.4375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1h3MbqNBDIMms6MAwp2oxnmKTgKzpTL { width:9.6875rem;height:2.3125rem;top:44.6875rem;left:0.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnipsSX7D6WLTyQ9OdZBnPTqi8SQZUKc { display:block; }
 }@media only screen and (max-width: 763px) { #tsM9l9zppSImC2uqrvExXTS4SnlUDD34 { width:9.6875rem;height:5.4375rem;top:48.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcMd1TrKgZiIMJVDtDkTqvutgdAbQgaU { width:9.6875rem;height:5.4375rem;top:38rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpbB96X4TJ3UvkSB9VJkR5aJC3nxTCBh { width:9.6875rem;height:5.4375rem;top:48.2607421875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHrHwdonszQGn8D6ElCZaZVDO7x5AyV { width:9.6875rem;height:2.3125rem;top:44.625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5CGrZZL31crkcbEHJFr6lCCE5vTNgQp { display:block; }
 }@media only screen and (max-width: 763px) { #a3ECwvF4TnxlK6r158nqGUQzDTEney4V { width:9.6875rem;height:2.3125rem;top:54.9482421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvAnryncEOmZSwA591oFw0KeI4TNrm4r { display:block; }
 }@media only screen and (max-width: 763px) { #QgOdKxav30eLluUSZxDz7cBNFax70DiH { width:9.6875rem;height:2.3125rem;top:54.90625rem;left:10.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I24O3dDTI9R7DnrUAnWdoiTJO9SHJRQD { display:block; }
 }@media only screen and (max-width: 763px) { #LnzhRm2aFKVFghVMTkeVIvdIDLNKzpwl { width:9.6875rem;height:5.4375rem;top:58.5107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPELLfdOkerns1w8ts3vK6hdudqQ0CCo { width:9.6875rem;height:2.3125rem;top:64.8857421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLE21DCa2bF6kHfTw7Qwnacz6NoFc7rN { display:block; }
 }@media only screen and (max-width: 763px) { #hDGcPkXI2DLICoONFfIkvkUsmlTTNcJ7 { width:9.6875rem;height:5.4375rem;top:58.5107421875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3nssZKA29pth0STe4vkAHG5S1ADclU { width:9.6875rem;height:2.3125rem;top:64.8857421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVBkbXtoDp4OxG6LdH9ArAEF0NGqPgd5 { display:block; }
 }@media only screen and (max-width: 763px) { #d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN { display:block; }#d7nHrD10ozo7PJXeOSMD4ZyhTkxqHvoN > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opu7np1Q1nQiTIwdCtWdJgNRLGxGpuCP { width:2.375rem;height:1.29980625rem;top:1.25rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLCUswC4NCypyvTJTE8wfo6xPpEVTKsL { width:20rem;height:3.8994125rem;top:3.79980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTpk9oUWdrdsbcbJXcA62KdGGilhp7R { width:20rem;height:2.875rem;top:8.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EQnM4TSqs5D5b8hLJ5uRppF99T01gM { display:block; }
 }@media only screen and (max-width: 763px) { #eFrZQTiOK2phw8ZJ9GFSeVnEVl1sPTk9 { width:9.6875rem;height:2.3125rem;top:13.0732421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIDdKt9cLdxhNecOX26yfXT0ZSxM0TdL { display:block; }
 }@media only screen and (max-width: 763px) { #x9aZ8lxyt1QawulqFPfeLQRAu7r7cTtd { width:9.6875rem;height:2.3125rem;top:27.3232421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqtTDVB2uq2gmDInRVSnVgm9JpH710r { display:block; }
 }@media only screen and (max-width: 763px) { #kvqUely4ZGNubmC6spBSgvsdwRKp2tTE { width:9.6875rem;height:2.3125rem;top:13.0732421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRDVT9p5gpMKmGtyUFcyaKAXrT11wiVV { display:block; }
 }@media only screen and (max-width: 763px) { #sopP3MoPd9NEt8lS5X1yU5ZL05ZlTW2i { width:9.6875rem;height:2.3125rem;top:27.3232421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4WA1CLwdJLGlLu8kVJyrFbNCCNe7kMC { display:block; }
 }@media only screen and (max-width: 763px) { #hxuHpWnEwJM5MeGg49lEfw1lJ6R89TVB { width:9.6875rem;height:2.3125rem;top:16.6357421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no9lulTKlNS1TIzODSmVkXiMGck0XsWn { display:block; }
 }@media only screen and (max-width: 763px) { #QJ2smUxQUy2sGkihEBkTOEiF2cEukw7I { width:9.6875rem;height:2.3125rem;top:30.8857421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Wxtq8zJtfrDrqW6TSaciCKI2xf7UOO { display:block; }
 }@media only screen and (max-width: 763px) { #K4E5Ua0B0Ai5rGUaiD6hWR5rnMcNFo2W { width:9.6875rem;height:2.3125rem;top:16.6357421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM8mzamkiKtQJo77z6HNdnn3pyLzKRWK { display:block; }
 }@media only screen and (max-width: 763px) { #nr91LwapBdq0LdDkHQ6kdW0xRch8qbfT { width:9.6875rem;height:2.3125rem;top:30.8857421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izTGEXMinc6Lv8NCCeJSRiAQrTTXHlwu { display:block; }
 }@media only screen and (max-width: 763px) { #DWqC4BevJvh99sW75wJqdV7JIJd0InQL { width:9.6875rem;height:2.3125rem;top:20.1982421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBLLvtiGN8KyiRW9oFx9M0DlmZtlau5Z { display:block; }
 }@media only screen and (max-width: 763px) { #roWH8gfXQuCl8FH3lJUtHvIGiOHpJXMR { width:9.6875rem;height:2.3125rem;top:34.4482421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvfZEf7uVf4iAI1HlrFSxxhMdQM6OZG { display:block; }
 }@media only screen and (max-width: 763px) { #vefIclk4xmrC06PuaA4Fu4AnQJerMKll { width:9.6875rem;height:2.3125rem;top:20.1982421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuad7xOhTOc9apWBa3Ak5WUcbyyIm9s { display:block; }
 }@media only screen and (max-width: 763px) { #JWtydnX306bPOOsM4clX1ocWV2lUBigX { width:9.6875rem;height:2.3125rem;top:34.4482421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaUOCJkCqUgEU7JqKCtf2ccq3VxnMGZD { display:block; }
 }@media only screen and (max-width: 763px) { #RCnFzEbIAs7lgDdlHb2Vuh1P58pEXViR { width:9.6875rem;height:2.3125rem;top:23.7607421875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHN0FTflZLAxGEK3geP8sI9QcU43nIpA { display:block; }
 }@media only screen and (max-width: 763px) { #RBpF0giBkZiIfdq8W4QUvGBzwoPnTyVt { width:9.6875rem;height:2.3125rem;top:38rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We6Np0Nv7PeaWwaUtbTCo7e4JqyCIZc2 { display:block; }
 }@media only screen and (max-width: 763px) { #ihZMI2WbaQXbGQB362IWWsu1m9uOw6Se { width:9.6875rem;height:2.3125rem;top:23.7607421875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWiFPxGwwWDTHoyXbsVFKeritxgC0r9D { display:block; }
 }@media only screen and (max-width: 763px) { #yc1B9k7zkamBLWBBgS7FODLtfTL7aPR5 { width:9.6875rem;height:2.3125rem;top:38rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7bertTwnm1xadHnqVe1ZCfiJSDcTcq { display:block; }
 }@media only screen and (max-width: 763px) { #dg0RBXLTVAEQP3RMX7k5DMPnbP2O7dDr { width:19rem;height:3.25rem;top:42.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAlIiGATiUc462XMUdVZ68tAGEZe2KQ { display:block; }
 }@media only screen and (max-width: 763px) { #kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk { display:block; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD1EnMlLfWl4aMW2EM1guKFZXKhZRGUh { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXtA467v7ZROD5vL5MywrdSifx8gbDTx { width:8.75rem;height:8.0625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZn1d8LKGPnJaKlXhKyKvhbL6aBdb62K { width:0.625rem;height:0.625rem;top:16.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGSDdAduZypmGn7ZQdIISoJpTppemuPI { width:0.625rem;height:0.625rem;top:16.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5yNBIbMn3zo19VUJ4RUMRynTaAk1c9l { width:0.625rem;height:0.625rem;top:16.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TksBqPnmTBAWiL0xeZhH41WUWlOwuQAg { width:2.25rem;height:2.25rem;top:10.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfztUKTCqBaCuUMrpyfTnsE2gpsf8tQK { width:2.25rem;height:2.25rem;top:10.71875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBTlLvcOODRd5MNNGxhot4WddPm3iGCf { width:8.75rem;height:8.0625rem;top:7.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHhtr2uhbX6OqneUbx1iPNH5w5GoduFE { width:0.625rem;height:0.625rem;top:16.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfrLxRFnntO9kNIDTdg8r7VBNEXfR14 { width:0.625rem;height:0.625rem;top:16.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uHy1cEXLmlxRcm7ekiBLwGQ08TlZtb { width:0.625rem;height:0.625rem;top:16.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8F9rEKNThPMT3yuiM20AK8vsEuAKzOv { width:0.625rem;height:0.625rem;top:16.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kra1qSNtdo104mTxgP53ircr2oSKTF3w { width:2.25rem;height:2.25rem;top:10.71875rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTlk4zJBsdK8uEqxQXNA6vWaJwTP4QCV { width:2.25rem;height:2.25rem;top:10.71875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUhnGH5DcWoJpNTu6uWMcCKv6iTSaIox { width:8.75rem;height:8.0625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugqS8NzcCDwuHDuq4CgT7QiN6VuSTeZ { width:2.25rem;height:2.25rem;top:21.78125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3DQozcBaASXtZx0e4dPCPyJ94iPUuOI { width:0.625rem;height:0.625rem;top:28.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFmnVLu8LduWr981LOem3z4d1lCksgw1 { width:0.625rem;height:0.625rem;top:28.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4CUZfS7faloWG6LPF1iHyoXcesWxP3o { width:0.625rem;height:0.625rem;top:28.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2lJrq462eByQXQSroypq30hW0L1dZMt { width:0.625rem;height:0.625rem;top:28.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd98FHApT8qIzoiIlZSrT6wvZghA2oMX { width:2.25rem;height:2.25rem;top:21.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuHnxIRCZrciLO1Tb1aBVhf1ucTVaVuT { width:8.75rem;height:8.0625rem;top:19.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKxlo2gKdg03zKiv6LQyPzH6TlFBZrk3 { width:2.25rem;height:2.25rem;top:21.78125rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUc2Wk5gl21bEK72FBfrGVfzSMb1aJS2 { width:0.625rem;height:0.625rem;top:28.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLAa7oSV6mfFQru3ky5c2OAN3ZPzrdL { width:0.625rem;height:0.625rem;top:28.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TJ3wr0anuKVccTud2TndWwk2HkIMX6 { width:0.625rem;height:0.625rem;top:28.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEKHGe1mZuMsfpICbNXw3dF4GfaLWeSh { width:0.625rem;height:0.625rem;top:28.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh1Fe3pNSmQNDEow5KmTUt7BKzeuSd8W { width:2.25rem;height:2.25rem;top:21.78125rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoVVT9dOTt0o0hUUr67AK8nNJzvTd2QH { width:0.625rem;height:0.625rem;top:16.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9JF1Skqw73HsyyDpkJx3HhJsaE3NVf { width:0.625rem;height:0.625rem;top:16.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyoGBycdcRrqDOTRu6PoiIJprEuThuIo { width:0.625rem;height:0.625rem;top:16.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr0J7kpxu6WyawueAdUbocimKi7mk1oP { width:0.625rem;height:0.625rem;top:16.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pga1uLtQ8C2PdUrkBA2KXVTUu6tMCZcs { width:0.625rem;height:0.625rem;top:28.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ4Tw8RfaH1P3nTvTDTrE82hbFUuLov { width:0.625rem;height:0.625rem;top:28.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOItFCUmmtkF6AMO47mnJ2STfRtVHMUO { width:0.625rem;height:0.625rem;top:28.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SRT5iXWvU0lgJIQrcsZmFsvuT6UUxs { width:0.625rem;height:0.625rem;top:28.125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw3kXofOzTwdRHbSBPHaHyIqR0yMhLBK { width:0.625rem;height:0.625rem;top:28.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyTegD6dHN1mK9L3CThtw9cH1JfnSRx5 { width:5.625rem;height:1.875rem;top:6.8125rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHvLxTKqy1Zb2vtSHQEgoHXB9H56hoU { display:block; }
 }@media only screen and (max-width: 763px) { #X5S41D55EBU5aJduTGtOFbtJcsNSTtoR { width:5.625rem;height:1.875rem;top:18rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIrzZwKU9MeGgna7UFhtTmeifQLBK7fc { display:block; }
 }@media only screen and (max-width: 763px) { #NtLFm4KaFTd5ATtxiA7uN2wSqfQyFGbU { width:5.625rem;height:1.875rem;top:6.8125rem;left:14.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNrn6RTQBHTTHaWDLP73fxnfPW9g558f { display:block; }
 }@media only screen and (max-width: 763px) { #U9P5w15x0FX4GyL1B04x9zV7o6vepExo { width:5.625rem;height:1.875rem;top:18rem;left:14.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQTRTJgpVOF94T5ICRayQ1xcsRLS8br { display:block; }
 }@media only screen and (max-width: 763px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:20rem;height:14.0625rem;top:6.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:12.630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { width:0.625rem;height:0.625rem;top:22.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Say4LecNTbEKlUCDQBDApTLhErfn5DqI { width:0.625rem;height:0.625rem;top:22.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE2nU9eOIy7JVWcVaeZycyNryBZFTEQn { width:0.625rem;height:0.625rem;top:22.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:12.630859375rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVVLH8fQqqwtezveFtENAf1n7d5J30RT { width:0.625rem;height:0.625rem;top:22.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk16I25B2Zr7OLzPpINtrH1aB80ZC63J { width:0.625rem;height:0.625rem;top:22.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny6zkMLmTiWdT3K16Bomr5a7cBTnxWxw { width:0.625rem;height:0.625rem;top:22.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0zimwItrHXVsGo6vHUO1SEvOEGcLEQL { width:0.625rem;height:0.625rem;top:22.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTSMRGlKJ9w0akbux4Xgmdzdpb7plr1 { width:0.625rem;height:0.625rem;top:22.875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6ZQFKUzki2Tz66aVkvPRqSpom0xcIX { width:0.625rem;height:0.625rem;top:22.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLVzqdlVwfs9yr8ThrQKcKggwgH3LwTi { width:0.625rem;height:0.625rem;top:22.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8AqUgXNrcuCB3QKnDfr898JXIaNT4EJ { width:0.625rem;height:0.625rem;top:22.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { display:block; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3Z3EPzrBV79ZIZcJQqQV29Tpo15qE9X { width:20rem;height:4.2246125rem;top:2.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6LyoT13WybfBVkIRPftMcITcuXW1fFV { width:15.125rem;height:16.625rem;top:39rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67nIyDyMwmbMnFLO94u0b2XClN32B5n { width:8.125rem;height:8.125rem;top:9.75rem;left:5.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ULX24o5KNCx2HUw1lUxDHM08AkyJH911 { width:2.8125rem;height:1.29980625rem;top:43.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxioMGdcDwS9CaxcctvkhAq2KnDzK8n { width:12.3125rem;height:7.7988125rem;top:46.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiTeDm5HOwL2fbMXvT8T08MF9UHyn9K8 { width:15.125rem;height:16.625rem;top:14.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIiebTWn2y8NGO7NuZ17XnceV4fiHAyi { width:2.8125rem;height:1.29980625rem;top:19.375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrXPnqfU84nr24zgC18FMn8sT1Ds1o2 { width:12.3125rem;height:9.098625rem;top:21.3125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTezKENL14kAhxc0SHHHeskGRKplcc3 { width:8.125rem;height:8.125rem;top:34.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEciRKTZpHn4hsPdiAnpRh73AfPsFEdr { width:15.125rem;height:18.75rem;top:62.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM3nmaMD7DoBmCwl3d1PJyxsG3wVC38R { width:8.125rem;height:8.125rem;top:58.3984375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFxigKQvXceUMnqlO7oZMwuiKshEVMA { width:5rem;height:1.29980625rem;top:67.625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEl2bnTZhVTke5OPO1Fxfm6xAT7HJdaN { width:11.0625rem;height:10.3984375rem;top:69.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:3.8984375rem;top:13.9873046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:9.9375rem;height:0.9746125rem;top:10.880859375rem;left:5.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:20.375rem;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:20.375rem;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:20.4375rem;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:20.375rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }