.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:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#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:10.4375rem;top:0.6875rem;left:0.09375rem;overflow:hidden;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:65.875rem;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; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.336875rem;padding-right:0.29875rem;padding-bottom:0.336875rem;padding-left:0.29875rem;display:block;align-items:center;width:1.79125rem;min-width:1.79125rem;height:1.809375rem;position:relative;font-family:var(--headlines-font-family);font-size:1.34625rem;font-weight:700;line-height:28.95px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.210625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.388125rem;height:0.715625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.505rem;font-weight:400;line-height:11.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.5625rem;height:3.409375rem;padding-top:0.420625rem;padding-right:0.42625rem;padding-bottom:0.420625rem;padding-left:0.42625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.359375rem;left:40.728515625rem;z-index:15005; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #etsTQnuHBsgwamntCNtlMt8vUiI6vthF { display:flex;position:relative;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #c1TxWfoLLTNPaldq1qDNkheCB6TlTg6d { width:auto; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #RpwrOpXpdNxmiU2bIJB8w3Cq9vZtKEbM {  }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #oE9ag6iQrvShcMPF1XkMngE8Gru9Vnmo { display:flex;position:relative;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #SmQSXf9K4urieP2XaWTDASyCD0DQtsdg {  }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #R0lkr8r3BR1NMbmv8W4bAJftvQcs13vK {  }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #J3l1NOV9oe961C3TEBxPhsLtLc5xTkS4 { display:flex;position:relative;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #DcH5zwNXt7fUbNqqyCQysUcRi8iHZsev {  }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #hsJ5R1Sk1c2woKen76HUNczNMIbqXpuz {  }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #QZJKNl9xRF7rQcd4wObgag6bdbXn4vku { display:flex;position:relative;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #oGQp4SXRmCkvsryyZT5ulN2f1pclnVbs {  }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #TQI6IvpMccsw1ACSOBdBLsrAys25hfXU {  }
#oGwXrL24vOTlHBsWRXUtr1gbAIzhDxhi { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.01171875rem;left:18.103515625rem;height:0.9746125rem;display:block; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9a971c5-4682-44ea-92ae-acd3994031b4/UEGenericHero1c1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-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: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:;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:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32rem;left:0rem;height:1.70605625rem;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.173828125rem;left:0rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:44.875rem;width:34.125rem;top:8.75rem;left:40.875rem;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { 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:3.0625rem;width:11.8125rem;top:48rem;left:0rem;overflow:hidden;display:block; }
#F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { 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:0.9375rem;width:5.3125rem;top:48.125rem;left:12.875rem;overflow:hidden;display:block; }
#QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:50rem;left:12.875rem;height:0.9746125rem;display:block; }
#qo8dexvMTMsuxhU6qDmn1agRU5ri2zKT { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:36.037109375rem;left:0rem;height:1.13671875rem;display:block; }
#kbt3xpsHrLrKhmBi42TsKpUQrN56GrBx { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.125rem;left:0rem;height:4.2246125rem;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:11.5625rem;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; }#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.625rem;top:3.25rem;left:7.1875rem;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:3.3125rem;left:14.9375rem;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:3.25rem;left:23.0625rem;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:3.25rem;left:31.25rem;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:3.375rem;left:39.375rem;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:3.1875rem;left:54.3125rem;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:3.1875rem;left:62.625rem;overflow:hidden;display:block; }
#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v { 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; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container { background-color: transparent; background-image: none; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container > .video-iframe-container { display: none; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row > .video-iframe-container { display: none; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .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); }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container { border-width: 0; border-radius: 0; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#EV6Vs1Ph1ecHo2N3wtO6W9HKHvwfcaZR { color:rgba(var(--color-primary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7490234375rem;left:0rem;height:;font-style:normal;display:block; }
#uaJ5axX7ZZ87wwwu5dVOWz1m96iK0v6U { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4248046875rem;left:0rem;height:1.29980625rem;display:block; }
#EnpvflCGJMv923SRzQWN4cr1M2Nf4Pps { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:12.8857421875rem;left:0rem;display:block; }
#K1WHwFtIUybweLeXB7PnmLmZA1ofg5CX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FU4rezmp0o8hC55dui5qVynAMpqyiTwl { position:absolute;display:block;z-index:15003;height:28.125rem;width:75rem;top:20.75rem;left:0rem;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:33.6875rem;left:0rem;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:33.6875rem;left:72.75rem;overflow:hidden;display:block; }
#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ed;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; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { color:rgba(var(--color-primary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;display:block; }
#LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { color:#4b5563;display:block;width:30.625rem;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:7.4375rem;left:0rem;height:1.29980625rem;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:20.5rem;width:36.5625rem;top:3.125rem;left:38.4375rem;display:block; }
#V5QUX2kygspVneCqGD183LkNR6882TE2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.25rem;left:0rem;display:block; }
#TpMKEUGFQyR2ACtiPAnqSbRT42eD8cqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDzH7huOmH46Sam7T6Zysl9JixKgOov7 { color:#343434;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25rem;left:38.4375rem;height:1.13671875rem;display:block; }
#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#343434;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; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container { background-color: transparent; background-image: none; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container > .video-iframe-container { display: none; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row > .video-iframe-container { display: none; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .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); }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container { border-width: 0; border-radius: 0; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#WESaTDxQQITEnf3HaopePcpQXGQyKNa5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaG27dnEmMk7mgq8D4JQkPvXusUAVAG8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5rem;top:9.1875rem;left:10rem;overflow:hidden;display:block; }
#LaZAr5sq7CZ8smMaxyNydHgu8DhWMqVB { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:0.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SQfGTf47ORRpnvXXdEQmWCwgzmPqLq8b { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vQd9u5iARfgnQZnAE7fClHELmFhQwR2p { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.6875rem;top:9.6875rem;left:35.125rem;overflow:hidden;display:block; }
#MQQsO49F4Q6TMezMvRBABofiVfSadszD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.75rem;left:25.5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i5U89qoei0TyaxKOAoawl5MBDW8TMkV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.4375rem;left:25.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BagT4SolGzxnB95U7zXUigGpDp2uhqoK { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.0625rem;top:9.75rem;left:60.4375rem;overflow:hidden;display:block; }
#JekdLM43lCLUlJXdDB92SXCAK0cKoZgB { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:50.5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X0P5WEVyQ1TJyMLeGhyuRi51CpysryVN { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:50.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TC6AEJxoOAIMZEMnGTEdbxlZySx6QtAT { 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.75rem;width:3.375rem;top:30.125rem;left:10.8125rem;overflow:hidden;display:block; }
#VV6MW62vd3GmhSCuvoO7bflegRQkZ0xV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QSTKHJ0vh9TmbvaEBVcN9kUBNFATINoX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.875rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#k1xdqhc3TQJzzGKMTpHoq4BzoZzn3Tu7 { 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.625rem;width:4.9375rem;top:30.25rem;left:35rem;overflow:hidden;display:block; }
#mt9KMNln8IpkSlmR0adZMHTN90I92kK8 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.1875rem;left:25.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rmpuInxlkDKwVOueyTT6k1IggTv3Ra9D { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.875rem;left:25.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NZu36UCixrS9PwrUwbySglQsQ5ilF386 { 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:6.3125rem;width:4rem;top:29.5625rem;left:60.5rem;overflow:hidden;display:block; }
#nc9hc2G7yCKimOWgC3qursUkvXFaeCli { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.1875rem;left:50.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bZsQIFEd6UocBoEOKpRfwkDFgwT7cks7 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:39.875rem;left:50.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX { 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; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container { background-color: transparent; background-image: none; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container > .video-iframe-container { display: none; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row > .video-iframe-container { display: none; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .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); }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container { border-width: 0; border-radius: 0; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#C4WZm7noUbNFI7KH6o4me9n229T0vOWd { color:#292929;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvC8Ggg9TZlwXyOhhf8cThXk7XW7vGGZ { position:absolute;display:block;z-index:15003;height:30rem;width:75rem;top:10.375rem;left:0.0625rem;display:block; }
#mfCvdhEWBHg7rsRSA54KGlKaTis7ZJ2Z { 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:24.25rem;left:0rem;overflow:hidden;display:block; }
#TEvu59i0iTXr5Clrg8vtdo3sLzzbINhQ { 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:24.25rem;left:72.75rem;overflow:hidden;display:block; }
#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP { position:relative;display:block; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP { background-color: transparent; background-image: none; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .row .container > .video-iframe-container { display: none; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .row > .video-iframe-container { display: none; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .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); }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP { border-width: 0; border-radius: 0; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .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; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .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:57.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; }#BM60IcoddJ46Dc2yKPKfd506eGK8LPBO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZGcW565VVGtqIGxmS9BDT6V1OVwH0df { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.8125rem;left:0.3125rem;display:block; }
#Sq7flTV8HeAFFZC0wq2kgbJSK6tF4gLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6bXxnvVEBmHFOucnc7U9ysacJ3NRvxc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.82421875rem;left:19.71875rem;display:block; }
#S9GBbyNo4LZyy6NnMUcBa2HMOxCNoWDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lN0aro9hPnKNIT97qVOmxFBAcGiFJPLJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.8125rem;left:39.0625rem;display:block; }
#Vg5Ribn5NxzCXQByJPhco3WL6kqA2zr3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9BbQ7u3T8oxnmsu8GC6PpTpTHgapfq1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.8125rem;left:58.4375rem;display:block; }
#tgVp2CR8JqW58wDQtC07rqVzEK5qVsJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXRLt6VabdPJfetoT0CUJLBttv3IbPIu { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#svlR5bNJLiaVvOB0rMrwgy6KEQDWoMXl { 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:14.8125rem;width:23.75rem;top:23.90625rem;left:0rem;overflow:hidden;display:block; }
#nEvZAegmgEU5tzmorATFziDL4pF4orse { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.25rem;left:0rem;height:;display:block; }
#X2BOg68yo8omw6pVWKqZn2Ugaa1QQUwA { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.2998046875rem;left:0rem;height:1.70605625rem;display:block; }
#ClIGkIf9MO04Fw6MGnIIHIZBSfyCpyaX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:44.9375rem;left:0rem;height:1.29980625rem;display:block; }
#Crz1DzSbVz7xk9fbRgwkyW7HRTthyQEe { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:44.9375rem;left:25.625rem;height:1.29980625rem;display:block; }
#FucETRzUDP0RXMHlnzQDkEzQpHIUy7en { 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:14.8125rem;width:23.75rem;top:23.90625rem;left:25.625rem;overflow:hidden;display:block; }
#xLgJEdc9VXQ2dHz4P8Fwko28oIyUA6e5 { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:40.25rem;left:25.625rem;height:;display:block; }
#PQ2FIpJCLe3MZT0uJasuTsw0XlGANOIa { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.2998046875rem;left:25.625rem;height:1.70605625rem;display:block; }
#slJIWpfktJBvIAiNBaxFbHFTVttTb380 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:44.9375rem;left:51.25rem;height:1.29980625rem;display:block; }
#PixF13PgQvqayLVRpPoCfPZ8w81KWrkg { 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:14.8125rem;width:23.75rem;top:23.90625rem;left:51.25rem;overflow:hidden;display:block; }
#ePWiPlauPwe4vMXl4GWb3pkVlJS3R1mq { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.25rem;left:51.25rem;height:1.29980625rem;display:block; }
#BppnJ1J2ABrZgXWc5ksueRqfBz4wTOqq { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.2998046875rem;left:51.25rem;height:1.70605625rem;display:block; }
#Wo1LTaue5EX16QUWICq2qbgmshnpFttx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:51.287109375rem;left:32.1875rem;display:block; }
#Da8koetQPN8LoqoNHaRZxGpR4Q0TJLIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE { position:relative;display:block; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE { background-color: transparent; background-image: none; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .row .container > .video-iframe-container { display: none; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .row > .video-iframe-container { display: none; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .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); }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE { border-width: 0; border-radius: 0; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .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; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .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:42.5rem;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; }#CelHHnSZvrW4gaQfbQX1Wn5nL3sOHW4c { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#aXfe6yWG6X9wmLlcIFxD8NR8M5K7R4DR { 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:14.75rem;width:23.5rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#eLcWBsVWMoTe3fu9QyQkRgmxchT7M4UV { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:0rem;height:;display:block; }
#bVyxINpdXeAFUai2qZ4SCa0oDSILURmT { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0rem;height:1.70605625rem;display:block; }
#Nx16KfaEHr37mUvTLDsKegKP1eDy8uqN { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:0rem;height:1.29980625rem;display:block; }
#kIzJv1xRVpES2mxlhlALxP2rC4cEpOmL { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.8125rem;left:25.625rem;height:1.29980625rem;display:block; }
#MeCu4GFu8km9hXfeBMA6JQcleAE5mr0i { 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:14.75rem;width:23.5rem;top:8.8125rem;left:25.625rem;overflow:hidden;display:block; }
#fRV7c9rF2JfAkxsBe5haT0SUf8hSTUxf { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.625rem;height:1.29980625rem;display:block; }
#R3KxOpLJaADhKrUTqAknzpaDwbGKQQ5b { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.625rem;height:1.70605625rem;display:block; }
#aq9vFRl6zpodWzZthf6Wz6HrbW5Emo4x { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.8125rem;left:51.25rem;height:1.29980625rem;display:block; }
#v9XRoVAsEhUZTK9kUe0TQqA0lTH1rsfM { 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:14.75rem;width:23.5rem;top:8.8125rem;left:51.5rem;overflow:hidden;display:block; }
#pbN1oSkGb7CChscnxlskDFdeS3TRlqQu { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.125rem;left:51.25rem;height:1.29980625rem;display:block; }
#Kb2SaDForyS8AuWtkm17PkcKVSIFhEzd { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.1875rem;left:51.25rem;height:1.70605625rem;display:block; }
#A2NzcdGLuixMsNEgqzSSe7TimN0sTWkI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.1875rem;left:32.1875rem;display:block; }
#OMUxT4xps1B2brpPFzcCfhOnmag2OMuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl { position:relative;display:block; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl { background-color: transparent; background-image: none; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .row .container > .video-iframe-container { display: none; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .row > .video-iframe-container { display: none; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .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); }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl { border-width: 0; border-radius: 0; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .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; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .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:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vhwtb6s53OAJyxNndvwHaHfBA5NLzTaX { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#hQCCTgQvWyXZDU96QsamM4gVdftggX1s { 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:14.75rem;width:23.5rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#kp7lAEqTHxbXnbPNzMmmcb4i86FzI9Hx { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:0rem;height:;display:block; }
#h5GmTiR8BiJFp8gaIURUq7taIP2EUsTo { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0rem;height:1.70605625rem;display:block; }
#tI19vqQa6TuTeTmXm6tbv4JN2D26HUd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.5625rem;left:0rem;height:1.29980625rem;display:block; }
#a6QlUy1JRBIevRKsobcbtqhqm1pVhffG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.5625rem;left:25.625rem;height:1.29980625rem;display:block; }
#GdRT3q0I1FED2Kw0D9RzcDXnatnt0Uka { 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:14.75rem;width:23.5rem;top:8.8125rem;left:25.625rem;overflow:hidden;display:block; }
#nGDFlGBzS0Ngk2BGPV1C0rhI4sMvJQC6 { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.625rem;height:;display:block; }
#zJRep9M1cKD5U8K0Owz0fi6CI4oaupBJ { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.625rem;height:1.70605625rem;display:block; }
#XcTSU2B3tTgV1CHuBmX2P8sq3ClMkVq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.5625rem;left:51.25rem;height:1.29980625rem;display:block; }
#yzCAMS9N2C72urcfn4obqNHTMUPX9CTp { 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:14.75rem;width:23.5rem;top:8.8125rem;left:51.5rem;overflow:hidden;display:block; }
#KvvDrlT5R9kQbGV6WSo0hies4sAZFoJk { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.125rem;left:51.25rem;height:;display:block; }
#xLVhZs3aw2mUaBK3UIO12DlKm0BoVTOT { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.1875rem;left:51.25rem;height:1.70605625rem;display:block; }
#eaA6JyRi5e2KARNvIy3BupX7O8NVNrfO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.912109375rem;left:32.1875rem;display:block; }
#tHWKf0aig7X7en6N3yTL1f0fygUvet1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP { position:relative;display:block; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP { background-color: transparent; background-image: none; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .row .container > .video-iframe-container { display: none; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .row > .video-iframe-container { display: none; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .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); }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP { border-width: 0; border-radius: 0; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .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; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .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:42.5rem;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; }#MKyxc0avpFx5nNZKamtgDrwDnhzu6TiN { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#dKCZQQZnIqoaviNLS0Xcm4Cp9Lsr1vQk { 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:14.75rem;width:23.5rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#D0TW27EI5rTzC7kkIDksFzA0LkAlDkf3 { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:0rem;height:;display:block; }
#LwWav2MCNGH6c9MPiHXwsGFf5spMwhK7 { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0rem;height:1.70605625rem;display:block; }
#FnSqsedT5K6f2USSkPhUQ5erlu4atUqb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:0rem;height:1.29980625rem;display:block; }
#P8kamzwcIDRcUlibTNi50GmDABgQWvuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.8125rem;left:25.625rem;height:1.29980625rem;display:block; }
#LMb6nHlsc8XaRWC0RsyBwsUmpy2l5zim { 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:14.75rem;width:23.5rem;top:8.8125rem;left:25.625rem;overflow:hidden;display:block; }
#bQSFtCWK6XKLbV0K0eLOVFPS8Myfkpuu { color:#343434;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.625rem;height:;display:block; }
#ulFmsm6vyG54WKx9WFmqxdJJWaSGqHFn { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.625rem;height:1.70605625rem;display:block; }
#QqIcyeG3hvWdaTOiHiBBE9QfCIlExOCv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.1875rem;left:32.1875rem;display:block; }
#HKhepecRyTlKUxwtqwwni3qpbg0CTnCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#343434;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; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container { background-color: transparent; background-image: none; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container > .video-iframe-container { display: none; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row > .video-iframe-container { display: none; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .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); }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container { border-width: 0; border-radius: 0; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#crfTBTmG55ViOm0xDOuFIkOA5mTtJwTh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#mCCJLlcEJ7xfr9QUyrAcvsCNZJDqkWRv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.94921875rem;left:28.75rem;display:block; }
#XWQF2qrX3OsJ3WTCMmty3EhsyKXRHLQM { 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-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; }#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:48.0625rem;width:75rem;position:relative;display:block; }#hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { color:#292929;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:-0.03125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { position:absolute;display:block;z-index:15009;height:34.375rem;width:75rem;top:10.4375rem;left:0.0625rem;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:26.5rem;left:0rem;overflow:hidden;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:26.5rem;left:72.75rem;overflow:hidden;display:block; }
#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ed;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; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container { background-color: transparent; background-image: none; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container > .video-iframe-container { display: none; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row > .video-iframe-container { display: none; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .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); }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container { border-width: 0; border-radius: 0; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#IVJfwAS2OZZHMBdfIEKHVTJeTKqzCrwf { color:#292929;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:-0.03125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svXDkBlFbodoMFzOByMtZl5dabi0IwSP { position:absolute;display:block;z-index:15009;height:45.625rem;width:75rem;top:14.6875rem;left:0rem;display:block; }
#Lo7r9UDXC2QsB78Vv1MyidT8xM5uJBdu { 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:36.375rem;left:0rem;overflow:hidden;display:block; }
#TBR8XRUURARq6KSC9tR0e2WPsUTbTSAs { 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:36.375rem;left:72.75rem;overflow:hidden;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem; }#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:36.1875rem;width:75rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;position:relative;display:block; }#M3Z3EPzrBV79ZIZcJQqQV29Tpo15qE9X { color:#292929;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUIZ6bwK10eOvUVz7KXoNAtooegZsuqE { position:absolute;display:block;z-index:15012;height:22.5rem;width:75rem;top:10.5rem;left:0rem;display:block; }
#mF0Mi6ac3TC7chJuGBEw1id4F0rf0ecO { position:absolute;display:block;z-index:15013;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:20.625rem;left:0rem;overflow:hidden;display:block; }
#rxuo89A5uoB6UXGzAai6Exa8IsdKrwCA { 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:20.625rem;left:72.75rem;overflow:hidden;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#343434;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:3.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.5rem;height:5.19921875rem;font-style:normal;display:block; }
#tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;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:3.9375rem;left:59.375rem;height:1.29980625rem;font-style:normal;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.6875rem;left:58.1875rem; }
#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:6.6875rem;left:62.3125rem; }
#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:6.6875rem;left:66.375rem; }
#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:6.6875rem;left:70.6875rem; }
#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:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:10.4375rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:9.0625rem;height:2.375rem;top:1.3125rem;left:33.625rem;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) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP { display:flex;width:18rem;height:5.0625rem;top:5.974609375rem;left:14.6875rem;padding-top:0.1875rem;padding-right:0.1875rem;padding-bottom:0.1875rem;padding-left:0.1875rem; }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #etsTQnuHBsgwamntCNtlMt8vUiI6vthF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #c1TxWfoLLTNPaldq1qDNkheCB6TlTg6d {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #RpwrOpXpdNxmiU2bIJB8w3Cq9vZtKEbM {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #oE9ag6iQrvShcMPF1XkMngE8Gru9Vnmo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #SmQSXf9K4urieP2XaWTDASyCD0DQtsdg {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #R0lkr8r3BR1NMbmv8W4bAJftvQcs13vK {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #J3l1NOV9oe961C3TEBxPhsLtLc5xTkS4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #DcH5zwNXt7fUbNqqyCQysUcRi8iHZsev {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #hsJ5R1Sk1c2woKen76HUNczNMIbqXpuz {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #QZJKNl9xRF7rQcd4wObgag6bdbXn4vku { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #oGQp4SXRmCkvsryyZT5ulN2f1pclnVbs {  }
 }@media only screen and (max-width: 1199px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #TQI6IvpMccsw1ACSOBdBLsrAys25hfXU {  }
 }@media only screen and (max-width: 1199px) { #oGwXrL24vOTlHBsWRXUtr1gbAIzhDxhi { width:23rem;height:0.9746125rem;top:5rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9a971c5-4682-44ea-92ae-acd3994031b4/UEGenericHero1c1.png");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:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:18.4375rem;height:2.11230625rem;top:14.6748046875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.4375rem;height:1.29980625rem;top:24.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:24.9375rem;height:54.375rem;top:12.1875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { top:0rem;left:0.03125rem;width:47.75rem;height:3.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { width:11.8125rem;height:3.0625rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:15.0625rem;height:0.9746125rem;top:47.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qo8dexvMTMsuxhU6qDmn1agRU5ri2zKT { width:18.4375rem;height:1.13671875rem;top:30.15234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbt3xpsHrLrKhmBi42TsKpUQrN56GrBx { width:18.4375rem;height:2.11230625rem;top:57.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { width:4.625rem;height:5rem;top:2.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { width:5rem;height:5rem;top:3rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { width:5.0625rem;height:5.0625rem;top:3rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { width:5rem;height:5rem;top:3rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { width:11.75rem;height:5rem;top:3rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { width:5.125rem;height:5.125rem;top:2.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { width:5.1875rem;height:5.1875rem;top:2.9375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v { display:block; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container { width:47.75rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EV6Vs1Ph1ecHo2N3wtO6W9HKHvwfcaZR { width:47.75rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaJ5axX7ZZ87wwwu5dVOWz1m96iK0v6U { width:47.75rem;height:1.29980625rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnpvflCGJMv923SRzQWN4cr1M2Nf4Pps { width:16.1875rem;height:3.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1WHwFtIUybweLeXB7PnmLmZA1ofg5CX { display:block; }
 }@media only screen and (max-width: 1199px) { #FU4rezmp0o8hC55dui5qVynAMpqyiTwl { width:47.75rem;height:28.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { width:2.25rem;height:2.25rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTKAKGWH3beeipp0oErm78470n3LEa51 { width:2.25rem;height:2.25rem;top:32.0625rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { width:21.875rem;height:2.11230625rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { width:21.875rem;height:1.29980625rem;top:9.0107421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { width:23.75rem;height:13.25rem;top:9.0107421875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5QUX2kygspVneCqGD183LkNR6882TE2 { width:30rem;height:3.4375rem;top:29.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpMKEUGFQyR2ACtiPAnqSbRT42eD8cqv { display:block; }
 }@media only screen and (max-width: 1199px) { #XDzH7huOmH46Sam7T6Zysl9JixKgOov7 { width:23.8125rem;height:1.13671875rem;top:23.1728515625rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl { display:block; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container { width:47.75rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WESaTDxQQITEnf3HaopePcpQXGQyKNa5 { width:47.75rem;height:2.11230625rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EaG27dnEmMk7mgq8D4JQkPvXusUAVAG8 { width:5rem;height:6.3125rem;top:11.40625rem;left:5.4580078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LaZAr5sq7CZ8smMaxyNydHgu8DhWMqVB { width:15.3125rem;height:1.4619125rem;top:19.4375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQfGTf47ORRpnvXXdEQmWCwgzmPqLq8b { width:15.3125rem;height:1.29980625rem;top:23.625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQd9u5iARfgnQZnAE7fClHELmFhQwR2p { width:4.6875rem;height:5.375rem;top:11.875rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQQsO49F4Q6TMezMvRBABofiVfSadszD { width:15.3125rem;height:1.4619125rem;top:19.4375rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5U89qoei0TyaxKOAoawl5MBDW8TMkV5 { width:15.3125rem;height:1.29980625rem;top:23.625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BagT4SolGzxnB95U7zXUigGpDp2uhqoK { width:4.0625rem;height:5.1875rem;top:11.96875rem;left:37.759765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JekdLM43lCLUlJXdDB92SXCAK0cKoZgB { width:15.3125rem;height:1.4619125rem;top:19.4375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0P5WEVyQ1TJyMLeGhyuRi51CpysryVN { width:15.3125rem;height:1.29980625rem;top:23.625rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TC6AEJxoOAIMZEMnGTEdbxlZySx6QtAT { width:3.375rem;height:5.75rem;top:37rem;left:6.2705078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VV6MW62vd3GmhSCuvoO7bflegRQkZ0xV { width:15.3125rem;height:1.4619125rem;top:44.5625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSTKHJ0vh9TmbvaEBVcN9kUBNFATINoX { width:15.3125rem;height:1.29980625rem;top:48.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1xdqhc3TQJzzGKMTpHoq4BzoZzn3Tu7 { width:4.9375rem;height:5.625rem;top:37.0625rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mt9KMNln8IpkSlmR0adZMHTN90I92kK8 { width:15.3125rem;height:1.4619125rem;top:44.5625rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmpuInxlkDKwVOueyTT6k1IggTv3Ra9D { width:15.3125rem;height:1.29980625rem;top:48.75rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZu36UCixrS9PwrUwbySglQsQ5ilF386 { width:4rem;height:6.3125rem;top:37rem;left:37.791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nc9hc2G7yCKimOWgC3qursUkvXFaeCli { width:15.3125rem;height:1.4619125rem;top:44.5625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZsQIFEd6UocBoEOKpRfwkDFgwT7cks7 { width:15.3125rem;height:1.29980625rem;top:48.75rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX { display:block; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container { width:47.75rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C4WZm7noUbNFI7KH6o4me9n229T0vOWd { 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) { #VvC8Ggg9TZlwXyOhhf8cThXk7XW7vGGZ { width:47.75rem;height:30rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfCvdhEWBHg7rsRSA54KGlKaTis7ZJ2Z { width:2.25rem;height:2.25rem;top:21rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEvu59i0iTXr5Clrg8vtdo3sLzzbINhQ { width:2.25rem;height:2.25rem;top:21rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP { display:block; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .row .container { width:47.75rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BM60IcoddJ46Dc2yKPKfd506eGK8LPBO { width:47.75rem;height:2.11230625rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZGcW565VVGtqIGxmS9BDT6V1OVwH0df { width:22.5rem;height:3.4375rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sq7flTV8HeAFFZC0wq2kgbJSK6tF4gLV { display:block; }
 }@media only screen and (max-width: 1199px) { #p6bXxnvVEBmHFOucnc7U9ysacJ3NRvxc { width:22.5rem;height:3.4375rem;top:8.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9GBbyNo4LZyy6NnMUcBa2HMOxCNoWDG { display:block; }
 }@media only screen and (max-width: 1199px) { #lN0aro9hPnKNIT97qVOmxFBAcGiFJPLJ { width:22.5rem;height:3.4375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vg5Ribn5NxzCXQByJPhco3WL6kqA2zr3 { display:block; }
 }@media only screen and (max-width: 1199px) { #A9BbQ7u3T8oxnmsu8GC6PpTpTHgapfq1 { width:22.5rem;height:3.4375rem;top:13.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgVp2CR8JqW58wDQtC07rqVzEK5qVsJI { display:block; }
 }@media only screen and (max-width: 1199px) { #zXRLt6VabdPJfetoT0CUJLBttv3IbPIu { width:35.4375rem;height:2.11230625rem;top:23.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svlR5bNJLiaVvOB0rMrwgy6KEQDWoMXl { width:14.375rem;height:9rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEvZAegmgEU5tzmorATFziDL4pF4orse { width:14.375rem;height:1.29980625rem;top:40.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2BOg68yo8omw6pVWKqZn2Ugaa1QQUwA { width:14.375rem;height:3.4121125rem;top:42.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClIGkIf9MO04Fw6MGnIIHIZBSfyCpyaX { width:14.375rem;height:1.29980625rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Crz1DzSbVz7xk9fbRgwkyW7HRTthyQEe { width:14.375rem;height:1.29980625rem;top:46.875rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FucETRzUDP0RXMHlnzQDkEzQpHIUy7en { width:14.375rem;height:9rem;top:29.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLgJEdc9VXQ2dHz4P8Fwko28oIyUA6e5 { width:14.375rem;height:1.29980625rem;top:40.4375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQ2FIpJCLe3MZT0uJasuTsw0XlGANOIa { width:14.375rem;height:3.4121125rem;top:42.5rem;left:16.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #slJIWpfktJBvIAiNBaxFbHFTVttTb380 { width:14.375rem;height:1.29980625rem;top:46.875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PixF13PgQvqayLVRpPoCfPZ8w81KWrkg { width:14.375rem;height:9rem;top:29.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePWiPlauPwe4vMXl4GWb3pkVlJS3R1mq { width:14.375rem;height:1.29980625rem;top:40.4375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BppnJ1J2ABrZgXWc5ksueRqfBz4wTOqq { width:14.375rem;height:3.4121125rem;top:42.5rem;left:33.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wo1LTaue5EX16QUWICq2qbgmshnpFttx { width:10.625rem;height:3.4375rem;top:54.5234375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Da8koetQPN8LoqoNHaRZxGpR4Q0TJLIo { display:block; }
 }@media only screen and (max-width: 1199px) { #nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE { display:block; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CelHHnSZvrW4gaQfbQX1Wn5nL3sOHW4c { width:36.6875rem;height:2.11230625rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXfe6yWG6X9wmLlcIFxD8NR8M5K7R4DR { width:14.375rem;height:9rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLcWBsVWMoTe3fu9QyQkRgmxchT7M4UV { width:14.375rem;height:1.29980625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVyxINpdXeAFUai2qZ4SCa0oDSILURmT { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nx16KfaEHr37mUvTLDsKegKP1eDy8uqN { width:14.375rem;height:1.29980625rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIzJv1xRVpES2mxlhlALxP2rC4cEpOmL { width:14.375rem;height:1.29980625rem;top:25.8125rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeCu4GFu8km9hXfeBMA6JQcleAE5mr0i { width:14.375rem;height:9rem;top:8.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRV7c9rF2JfAkxsBe5haT0SUf8hSTUxf { width:14.375rem;height:1.29980625rem;top:19.375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3KxOpLJaADhKrUTqAknzpaDwbGKQQ5b { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:16.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aq9vFRl6zpodWzZthf6Wz6HrbW5Emo4x { width:14.375rem;height:1.29980625rem;top:25.8125rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9XRoVAsEhUZTK9kUe0TQqA0lTH1rsfM { width:14.375rem;height:9rem;top:8.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbN1oSkGb7CChscnxlskDFdeS3TRlqQu { width:14.375rem;height:1.29980625rem;top:19.375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kb2SaDForyS8AuWtkm17PkcKVSIFhEzd { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:33.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2NzcdGLuixMsNEgqzSSe7TimN0sTWkI { width:10.625rem;height:3.4375rem;top:33.4609375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMUxT4xps1B2brpPFzcCfhOnmag2OMuh { display:block; }
 }@media only screen and (max-width: 1199px) { #w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl { display:block; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .row .container { width:47.75rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vhwtb6s53OAJyxNndvwHaHfBA5NLzTaX { width:47.75rem;height:2.11230625rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQCCTgQvWyXZDU96QsamM4gVdftggX1s { width:14.375rem;height:9rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kp7lAEqTHxbXnbPNzMmmcb4i86FzI9Hx { width:14.375rem;height:1.29980625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5GmTiR8BiJFp8gaIURUq7taIP2EUsTo { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tI19vqQa6TuTeTmXm6tbv4JN2D26HUd3 { width:14.375rem;height:1.29980625rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6QlUy1JRBIevRKsobcbtqhqm1pVhffG { width:14.375rem;height:1.29980625rem;top:27.5625rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdRT3q0I1FED2Kw0D9RzcDXnatnt0Uka { width:14.375rem;height:9rem;top:8.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDFlGBzS0Ngk2BGPV1C0rhI4sMvJQC6 { width:14.375rem;height:1.29980625rem;top:19.375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJRep9M1cKD5U8K0Owz0fi6CI4oaupBJ { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:16.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcTSU2B3tTgV1CHuBmX2P8sq3ClMkVq7 { width:14.375rem;height:1.29980625rem;top:27.5rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yzCAMS9N2C72urcfn4obqNHTMUPX9CTp { width:14.375rem;height:9rem;top:8.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvvDrlT5R9kQbGV6WSo0hies4sAZFoJk { width:14.375rem;height:1.29980625rem;top:19.375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLVhZs3aw2mUaBK3UIO12DlKm0BoVTOT { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:33.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eaA6JyRi5e2KARNvIy3BupX7O8NVNrfO { width:10.625rem;height:3.4375rem;top:35.2109375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHWKf0aig7X7en6N3yTL1f0fygUvet1q { display:block; }
 }@media only screen and (max-width: 1199px) { #Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP { display:block; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .row .container { width:47.75rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MKyxc0avpFx5nNZKamtgDrwDnhzu6TiN { width:36.6875rem;height:2.11230625rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKCZQQZnIqoaviNLS0Xcm4Cp9Lsr1vQk { width:14.375rem;height:9rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0TW27EI5rTzC7kkIDksFzA0LkAlDkf3 { width:14.375rem;height:1.29980625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwWav2MCNGH6c9MPiHXwsGFf5spMwhK7 { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnSqsedT5K6f2USSkPhUQ5erlu4atUqb { width:14.375rem;height:1.29980625rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8kamzwcIDRcUlibTNi50GmDABgQWvuZ { width:14.375rem;height:1.29980625rem;top:25.8125rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMb6nHlsc8XaRWC0RsyBwsUmpy2l5zim { width:14.375rem;height:9rem;top:8.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQSFtCWK6XKLbV0K0eLOVFPS8Myfkpuu { width:14.375rem;height:1.29980625rem;top:19.375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulFmsm6vyG54WKx9WFmqxdJJWaSGqHFn { width:14.375rem;height:3.4121125rem;top:21.4375rem;left:16.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqIcyeG3hvWdaTOiHiBBE9QfCIlExOCv { width:10.625rem;height:3.4375rem;top:34.76171875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKhepecRyTlKUxwtqwwni3qpbg0CTnCl { display:block; }
 }@media only screen and (max-width: 1199px) { #MqfOqwzUXMi6l06a2xua01SSGXLrFbFn { display:block; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container { width:47.75rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #crfTBTmG55ViOm0xDOuFIkOA5mTtJwTh { width:47.75rem;height:2.11230625rem;top:3.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCCJLlcEJ7xfr9QUyrAcvsCNZJDqkWRv { width:17.5rem;height:3.4375rem;top:11.724609375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWQF2qrX3OsJ3WTCMmty3EhsyKXRHLQM { display:block; }
 }@media only screen and (max-width: 1199px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:47.75rem;height:44.0625rem;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:47.75rem;height:34.375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:22.625rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG { display:block; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container { width:47.75rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IVJfwAS2OZZHMBdfIEKHVTJeTKqzCrwf { 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) { #svXDkBlFbodoMFzOByMtZl5dabi0IwSP { width:47.75rem;height:45.625rem;top:9.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lo7r9UDXC2QsB78Vv1MyidT8xM5uJBdu { width:2.25rem;height:2.25rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBR8XRUURARq6KSC9tR0e2WPsUTbTSAs { width:2.25rem;height:2.25rem;top:30.9375rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { display:block; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M3Z3EPzrBV79ZIZcJQqQV29Tpo15qE9X { width:47.1875rem;height:2.11230625rem;top:3.125rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUIZ6bwK10eOvUVz7KXoNAtooegZsuqE { width:47.75rem;height:22.5rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF0Mi6ac3TC7chJuGBEw1id4F0rf0ecO { width:2.25rem;height:2.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxuo89A5uoB6UXGzAai6Exa8IsdKrwCA { width:2.25rem;height:2.25rem;top:18.25rem;left:45.5rem;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:27.875rem;height:5.19921875rem;top:14rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:12.4375rem;height:1.29980625rem;top:11.0625rem;left:17.65625rem;font-size:1rem;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:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:7.0625rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:8.125rem;height:2.3125rem;top:1.4375rem;left:8.875rem;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) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;display:block; }
#Azdr3sp09W1iKdbuwyBE7yy5en7OESyP { display:flex;width:18rem;height:5.0625rem;top:5.4375rem;left:0.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #etsTQnuHBsgwamntCNtlMt8vUiI6vthF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #c1TxWfoLLTNPaldq1qDNkheCB6TlTg6d {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #RpwrOpXpdNxmiU2bIJB8w3Cq9vZtKEbM {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #oE9ag6iQrvShcMPF1XkMngE8Gru9Vnmo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #SmQSXf9K4urieP2XaWTDASyCD0DQtsdg {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #R0lkr8r3BR1NMbmv8W4bAJftvQcs13vK {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #J3l1NOV9oe961C3TEBxPhsLtLc5xTkS4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #DcH5zwNXt7fUbNqqyCQysUcRi8iHZsev {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #hsJ5R1Sk1c2woKen76HUNczNMIbqXpuz {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #QZJKNl9xRF7rQcd4wObgag6bdbXn4vku { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #oGQp4SXRmCkvsryyZT5ulN2f1pclnVbs {  }
 }@media only screen and (max-width: 763px) { #Azdr3sp09W1iKdbuwyBE7yy5en7OESyP #TQI6IvpMccsw1ACSOBdBLsrAys25hfXU {  }
 }@media only screen and (max-width: 763px) { #oGwXrL24vOTlHBsWRXUtr1gbAIzhDxhi { width:20rem;height:0.8125rem;top:4.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9a971c5-4682-44ea-92ae-acd3994031b4/UEGenericHero1c1.png");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:130.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:18.4375rem;height:2.11230625rem;top:11.9375rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.4375rem;height:1.29980625rem;top:21.6875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:32.9375rem;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) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:20rem;height:77.1875rem;top:50.6875rem;left:0rem;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) { #xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { width:11.8125rem;height:3.0625rem;top:37.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:41.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:20rem;height:0.9746125rem;top:43.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qo8dexvMTMsuxhU6qDmn1agRU5ri2zKT { width:18.4375rem;height:1.13671875rem;top:27.75rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbt3xpsHrLrKhmBi42TsKpUQrN56GrBx { width:20rem;height:2.11230625rem;top:46.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { width:4.625rem;height:5rem;top:2.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { width:5rem;height:5rem;top:2.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { width:5.0625rem;height:5.0625rem;top:2.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { width:5rem;height:5rem;top:9.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { width:11.75rem;height:5rem;top:16.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { width:5.125rem;height:5.125rem;top:9.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { width:5.1875rem;height:5.1875rem;top:9.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v { display:block; }#cMrGhmXgr1Tc0zr2bJ4QxmX2ZXspql9v > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV6Vs1Ph1ecHo2N3wtO6W9HKHvwfcaZR { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaJ5axX7ZZ87wwwu5dVOWz1m96iK0v6U { width:20rem;height:1.29980625rem;top:9rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnpvflCGJMv923SRzQWN4cr1M2Nf4Pps { width:16.1875rem;height:3.4375rem;top:18.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1WHwFtIUybweLeXB7PnmLmZA1ofg5CX { display:block; }
 }@media only screen and (max-width: 763px) { #FU4rezmp0o8hC55dui5qVynAMpqyiTwl { width:20rem;height:28.125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { width:2.25rem;height:2.25rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTKAKGWH3beeipp0oErm78470n3LEa51 { width:2.25rem;height:2.25rem;top:30.8125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { width:20rem;height:2.11230625rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { width:20rem;height:1.29980625rem;top:7.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { height:11.25rem;width:20rem;top:28.095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5QUX2kygspVneCqGD183LkNR6882TE2 { width:20rem;height:3.4375rem;top:44.408203125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMKEUGFQyR2ACtiPAnqSbRT42eD8cqv { display:block; }
 }@media only screen and (max-width: 763px) { #XDzH7huOmH46Sam7T6Zysl9JixKgOov7 { width:20rem;height:1.13671875rem;top:40.283203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl { display:block; }#sW2SLxnTqmkpxOJzsPvEkVfhk85SoRyl > .row .container { width:20rem;height:114.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WESaTDxQQITEnf3HaopePcpQXGQyKNa5 { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaG27dnEmMk7mgq8D4JQkPvXusUAVAG8 { width:5rem;height:6.3125rem;top:12.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZAr5sq7CZ8smMaxyNydHgu8DhWMqVB { width:20rem;height:1.4624rem;top:20.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQfGTf47ORRpnvXXdEQmWCwgzmPqLq8b { width:20rem;height:1.29980625rem;top:23.0859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQd9u5iARfgnQZnAE7fClHELmFhQwR2p { width:4.6875rem;height:5.375rem;top:31.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQQsO49F4Q6TMezMvRBABofiVfSadszD { width:20rem;height:1.4624rem;top:38.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5U89qoei0TyaxKOAoawl5MBDW8TMkV5 { width:20rem;height:1.29980625rem;top:40.7734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagT4SolGzxnB95U7zXUigGpDp2uhqoK { width:4.0625rem;height:5.1875rem;top:47.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JekdLM43lCLUlJXdDB92SXCAK0cKoZgB { width:20rem;height:1.4624rem;top:54.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0P5WEVyQ1TJyMLeGhyuRi51CpysryVN { width:20rem;height:1.29980625rem;top:56.9609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC6AEJxoOAIMZEMnGTEdbxlZySx6QtAT { width:3.375rem;height:5.75rem;top:62.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV6MW62vd3GmhSCuvoO7bflegRQkZ0xV { width:20rem;height:1.4624rem;top:69.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSTKHJ0vh9TmbvaEBVcN9kUBNFATINoX { width:20rem;height:1.29980625rem;top:72.39453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xdqhc3TQJzzGKMTpHoq4BzoZzn3Tu7 { width:4.9375rem;height:5.625rem;top:79.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt9KMNln8IpkSlmR0adZMHTN90I92kK8 { width:20rem;height:1.4624rem;top:86.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmpuInxlkDKwVOueyTT6k1IggTv3Ra9D { width:20rem;height:1.29980625rem;top:89.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZu36UCixrS9PwrUwbySglQsQ5ilF386 { width:4rem;height:6.3125rem;top:97.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc9hc2G7yCKimOWgC3qursUkvXFaeCli { width:20rem;height:1.4624rem;top:104.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZsQIFEd6UocBoEOKpRfwkDFgwT7cks7 { width:20rem;height:1.29980625rem;top:107.6484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX { display:block; }#TQ89uwEQMatftpiiS8pR2WZNGPHy8VdX > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4WZm7noUbNFI7KH6o4me9n229T0vOWd { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvC8Ggg9TZlwXyOhhf8cThXk7XW7vGGZ { width:20rem;height:34.375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCvdhEWBHg7rsRSA54KGlKaTis7ZJ2Z { width:2.25rem;height:2.25rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvu59i0iTXr5Clrg8vtdo3sLzzbINhQ { width:2.25rem;height:2.25rem;top:17.3125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP { display:block; }#gEudBdsEy4xhHUkhi8HBKVerTVPhKoIP > .row .container { width:20rem;height:117.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BM60IcoddJ46Dc2yKPKfd506eGK8LPBO { width:20rem;height:2.11230625rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZGcW565VVGtqIGxmS9BDT6V1OVwH0df { width:16.25rem;height:3.4375rem;top:9.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7flTV8HeAFFZC0wq2kgbJSK6tF4gLV { display:block; }
 }@media only screen and (max-width: 763px) { #p6bXxnvVEBmHFOucnc7U9ysacJ3NRvxc { width:16.25rem;height:3.4375rem;top:14.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GBbyNo4LZyy6NnMUcBa2HMOxCNoWDG { display:block; }
 }@media only screen and (max-width: 763px) { #lN0aro9hPnKNIT97qVOmxFBAcGiFJPLJ { width:16.25rem;height:3.4375rem;top:19.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg5Ribn5NxzCXQByJPhco3WL6kqA2zr3 { display:block; }
 }@media only screen and (max-width: 763px) { #A9BbQ7u3T8oxnmsu8GC6PpTpTHgapfq1 { width:16.25rem;height:3.4375rem;top:24.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgVp2CR8JqW58wDQtC07rqVzEK5qVsJI { display:block; }
 }@media only screen and (max-width: 763px) { #zXRLt6VabdPJfetoT0CUJLBttv3IbPIu { width:20rem;height:4.2246125rem;top:32.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #svlR5bNJLiaVvOB0rMrwgy6KEQDWoMXl { width:20rem;height:12.5693125rem;top:39.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEvZAegmgEU5tzmorATFziDL4pF4orse { width:20rem;height:1.29980625rem;top:53.142578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2BOg68yo8omw6pVWKqZn2Ugaa1QQUwA { width:20rem;height:1.70605625rem;top:55.1923828125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIGkIf9MO04Fw6MGnIIHIZBSfyCpyaX { width:20rem;height:1.29980625rem;top:57.8359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crz1DzSbVz7xk9fbRgwkyW7HRTthyQEe { width:20rem;height:1.29980625rem;top:82.8408203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FucETRzUDP0RXMHlnzQDkEzQpHIUy7en { width:20rem;height:12.568375rem;top:62.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLgJEdc9VXQ2dHz4P8Fwko28oIyUA6e5 { width:20rem;height:1.29980625rem;top:76.44140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ2FIpJCLe3MZT0uJasuTsw0XlGANOIa { width:20rem;height:1.70605625rem;top:78.4912109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slJIWpfktJBvIAiNBaxFbHFTVttTb380 { width:20rem;height:1.29980625rem;top:106.130859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PixF13PgQvqayLVRpPoCfPZ8w81KWrkg { width:20rem;height:12.568375rem;top:87.3154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePWiPlauPwe4vMXl4GWb3pkVlJS3R1mq { width:20rem;height:1.29980625rem;top:101.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BppnJ1J2ABrZgXWc5ksueRqfBz4wTOqq { width:20rem;height:1.70605625rem;top:103.4873046875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1LTaue5EX16QUWICq2qbgmshnpFttx { width:10.625rem;height:3.4375rem;top:112.48046875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da8koetQPN8LoqoNHaRZxGpR4Q0TJLIo { display:block; }
 }@media only screen and (max-width: 763px) { #nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE { display:block; }#nT6hugwvIcBTrD4E6b2GtadJAIV6PXgE > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CelHHnSZvrW4gaQfbQX1Wn5nL3sOHW4c { width:20rem;height:4.2246125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXfe6yWG6X9wmLlcIFxD8NR8M5K7R4DR { width:20rem;height:12.5625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcWBsVWMoTe3fu9QyQkRgmxchT7M4UV { width:20rem;height:1.29980625rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVyxINpdXeAFUai2qZ4SCa0oDSILURmT { width:20rem;height:1.70605625rem;top:24.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx16KfaEHr37mUvTLDsKegKP1eDy8uqN { width:20rem;height:1.29980625rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzJv1xRVpES2mxlhlALxP2rC4cEpOmL { width:20rem;height:1.29980625rem;top:50.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeCu4GFu8km9hXfeBMA6JQcleAE5mr0i { width:20rem;height:12.5625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRV7c9rF2JfAkxsBe5haT0SUf8hSTUxf { width:20rem;height:1.29980625rem;top:46.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3KxOpLJaADhKrUTqAknzpaDwbGKQQ5b { width:20rem;height:1.70605625rem;top:48.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq9vFRl6zpodWzZthf6Wz6HrbW5Emo4x { width:20rem;height:1.29980625rem;top:75.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9XRoVAsEhUZTK9kUe0TQqA0lTH1rsfM { width:20rem;height:12.5625rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbN1oSkGb7CChscnxlskDFdeS3TRlqQu { width:20rem;height:1.29980625rem;top:69.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb2SaDForyS8AuWtkm17PkcKVSIFhEzd { width:20rem;height:1.70605625rem;top:71.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NzcdGLuixMsNEgqzSSe7TimN0sTWkI { width:10.625rem;height:3.4375rem;top:82.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMUxT4xps1B2brpPFzcCfhOnmag2OMuh { display:block; }
 }@media only screen and (max-width: 763px) { #w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl { display:block; }#w3P8lfk2kRHiVVDZd0gcKHHQE146RXzl > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhwtb6s53OAJyxNndvwHaHfBA5NLzTaX { width:20rem;height:4.2246125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQCCTgQvWyXZDU96QsamM4gVdftggX1s { width:20rem;height:12.5625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp7lAEqTHxbXnbPNzMmmcb4i86FzI9Hx { width:20rem;height:1.29980625rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5GmTiR8BiJFp8gaIURUq7taIP2EUsTo { width:20rem;height:1.70605625rem;top:27.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI19vqQa6TuTeTmXm6tbv4JN2D26HUd3 { width:20rem;height:1.29980625rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QlUy1JRBIevRKsobcbtqhqm1pVhffG { width:20rem;height:1.29980625rem;top:54.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdRT3q0I1FED2Kw0D9RzcDXnatnt0Uka { width:20rem;height:12.5625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDFlGBzS0Ngk2BGPV1C0rhI4sMvJQC6 { width:20rem;height:1.29980625rem;top:48.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJRep9M1cKD5U8K0Owz0fi6CI4oaupBJ { width:20rem;height:1.70605625rem;top:50.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTSU2B3tTgV1CHuBmX2P8sq3ClMkVq7 { width:20rem;height:1.29980625rem;top:81.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzCAMS9N2C72urcfn4obqNHTMUPX9CTp { width:20rem;height:12.5625rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvvDrlT5R9kQbGV6WSo0hies4sAZFoJk { width:20rem;height:1.29980625rem;top:73.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVhZs3aw2mUaBK3UIO12DlKm0BoVTOT { width:20rem;height:1.70605625rem;top:75.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaA6JyRi5e2KARNvIy3BupX7O8NVNrfO { width:10.625rem;height:3.4375rem;top:88rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHWKf0aig7X7en6N3yTL1f0fygUvet1q { display:block; }
 }@media only screen and (max-width: 763px) { #Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP { display:block; }#Wn6f9WwaX6IGepvQPcf1vWTpPabPo7DP > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKyxc0avpFx5nNZKamtgDrwDnhzu6TiN { width:20rem;height:4.2246125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKCZQQZnIqoaviNLS0Xcm4Cp9Lsr1vQk { width:20rem;height:12.5625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0TW27EI5rTzC7kkIDksFzA0LkAlDkf3 { width:20rem;height:1.29980625rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwWav2MCNGH6c9MPiHXwsGFf5spMwhK7 { width:20rem;height:1.70605625rem;top:24.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSqsedT5K6f2USSkPhUQ5erlu4atUqb { width:20rem;height:1.29980625rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8kamzwcIDRcUlibTNi50GmDABgQWvuZ { width:20rem;height:1.29980625rem;top:52rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMb6nHlsc8XaRWC0RsyBwsUmpy2l5zim { width:20rem;height:12.5625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQSFtCWK6XKLbV0K0eLOVFPS8Myfkpuu { width:20rem;height:1.29980625rem;top:47.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulFmsm6vyG54WKx9WFmqxdJJWaSGqHFn { width:20rem;height:1.70605625rem;top:49.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqIcyeG3hvWdaTOiHiBBE9QfCIlExOCv { width:10.625rem;height:3.4375rem;top:58.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhepecRyTlKUxwtqwwni3qpbg0CTnCl { display:block; }
 }@media only screen and (max-width: 763px) { #MqfOqwzUXMi6l06a2xua01SSGXLrFbFn { display:block; }#MqfOqwzUXMi6l06a2xua01SSGXLrFbFn > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crfTBTmG55ViOm0xDOuFIkOA5mTtJwTh { width:20rem;height:2.11230625rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCCJLlcEJ7xfr9QUyrAcvsCNZJDqkWRv { width:17.5rem;height:3.4375rem;top:12.19921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQF2qrX3OsJ3WTCMmty3EhsyKXRHLQM { display:block; }
 }@media only screen and (max-width: 763px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:20rem;height:26.25rem;top:9.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:18.25rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG { display:block; }#KG7demi0NZCyuidtoU6G3QO3pZy4ZLMG > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVJfwAS2OZZHMBdfIEKHVTJeTKqzCrwf { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svXDkBlFbodoMFzOByMtZl5dabi0IwSP { width:20rem;height:23.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo7r9UDXC2QsB78Vv1MyidT8xM5uJBdu { width:2.25rem;height:2.25rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBR8XRUURARq6KSC9tR0e2WPsUTbTSAs { width:2.25rem;height:2.25rem;top:23.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw { display:block; }#xbhwie9ipncOXI5xFt5ZbtMexMvTKQOw > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3Z3EPzrBV79ZIZcJQqQV29Tpo15qE9X { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUIZ6bwK10eOvUVz7KXoNAtooegZsuqE { width:20rem;height:27.5rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0Mi6ac3TC7chJuGBEw1id4F0rf0ecO { width:2.25rem;height:2.25rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxuo89A5uoB6UXGzAai6Exa8IsdKrwCA { width:2.25rem;height:2.25rem;top:21.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:27.8125rem;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:7.7988125rem;top:12.3623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:12.375rem;height:1.29980625rem;top:9.755859375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;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:22.0625rem;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:22.125rem;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:22.0625rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }