.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:219,242,221;--color-primary-1:136,211,142;--color-primary-2:16,167,28;--color-primary-3:8,84,14;--color-primary-4:2,25,4;--color-secondary-0:244,217,220;--color-secondary-1:218,130,138;--color-secondary-2:180,4,21;--color-secondary-3:90,2,11;--color-secondary-4:27,1,3;--color-tertiary-0:255,255,255;--color-tertiary-1:176,175,175;--color-tertiary-2:123,122,122;--color-tertiary-3:100,100,100;--color-tertiary-4:35,34,34;--headlines-font-family:"Okta Neue";--paragraphs-font-family:"Okta Neue"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#x3bCsNSeq7JyvwgxtNlWLlqmQLkoiTlW { position:absolute;display:block;z-index:15000;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.8125rem;width:9.75rem;top:1.75rem;left:4.1875rem;overflow:hidden;display:block; }
#J40RWSGdqooomVyRZhRfOXql2Zq7eDNy { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.75rem;left:35.1875rem;height:2.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxNkHCkOIZQUPad7MRDnzkTKHSgIaybu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.875rem;left:33.25rem; }
#DnCtIHQQti63tp1oC291ZsJWemctwB6O { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:1.75rem;left:48.6875rem;height:2.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8c0Wsw0olF5iHlCxZp0oqdfVwwxPhpn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.875rem;left:46.75rem; }
#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4344848-0210-49f8-bbe9-b46cf8a6be72/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.adaptive-delivery-prevent-bg, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyload, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyloading { background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { background-color: transparent; background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .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); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { border-width: 0; border-radius: 0; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#ZqCaFnlz090f0mbvX04nQQAp3cAHopQz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LKaCws6roHZssQXDeiCwpTy62LQzAbku { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.5rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S1gl8h4yqfOIU53CTTHbXRVwB0lJZaHI { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:24.0625rem;left:7.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRtQw8JSbnXffusOx3Qyno9HGw6VICha { box-sizing:content-box;height:6.1875rem;width:23.9375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;top:24.75rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#yhDARaka1akAiHP9KM8cqBLt5snrxzys { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:26.5rem;left:1.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVGKWkWLh9sq6l7TKzrqOSJzVx8Dg6RC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.1875rem 0.75rem rgba(3,97,10,0.7) ;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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.436875rem;height:4.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.123481750488rem;left:0rem;display:block; }
#EB9usMrX8XQECUbTaPdKNWIiRy69h0ne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wl5rHFAFnZ1Mgzbf3qCkQLrzBUDkleLJ { box-sizing:content-box;height:2.125rem;width:10.3125rem;position:absolute;display:block;z-index:15015;background-color:#b40415;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:6.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sgvbPSDEqSPdqlUTFS4WDpJmoXA9Qpg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:37.25rem;left:2.5625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pA1q0vWLpnxkp7TZIhw9Oe8aeE46hg2C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.3125rem;left:20.9375rem; }
#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container { background-color: transparent; background-image: none; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container > .video-iframe-container { display: none; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row > .video-iframe-container { display: none; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .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); }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container { border-width: 0; border-radius: 0; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#os82eKH3ASo9OpNmSXRVWTwTKpXHFn1M { color:#ffffff;display:block;width:27.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.625rem;height:1.7871125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Esv2oeXM7kwZq6B8Zvq85TzGZTbvV6Fu { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62413125rem;width:13.811875rem;top:0.875rem;left:35.75rem;overflow:hidden;display:block; }
#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET { 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; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container { background-color: transparent; background-image: none; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container > .video-iframe-container { display: none; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row > .video-iframe-container { display: none; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .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); }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container { border-width: 0; border-radius: 0; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#cKv9DAMVMXDu65MBzC4Sy8mROMBmibAM { 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:7.0625rem;width:7.0625rem;top:4.1875rem;left:6.46875rem;overflow:hidden;display:block; }
#i7mAgbEJwOSlewdAUzRQwEA9BXFahy54 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:11.4375rem;left:4.4375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZx33O0HHK6ecEeKH9Nx4CZLvBnfOxtT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:15.5rem;left:4.3125rem;height:4.53515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEAtdz4pgGBRDlh4tsTu2SwARUsnRbA3 { box-sizing:content-box;height:20.8125rem;width:17.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(35,34,34,0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:1.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#stSQMTbhL1aleBu5WMBqp44U4zmTTFd1 { box-sizing:content-box;height:20.8125rem;width:17.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(35,34,34,0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:21.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#aLQq817OR9IXV7vcXF1eNhw9ITsVOb5i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:11.5rem;left:22.9375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TltfJrxG4ev26sQfuODXQBEXsz4yltoA { 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:7.0625rem;width:7.0625rem;top:3.5625rem;left:26.5rem;overflow:hidden;display:block; }
#IJ0G0uvylRBvUiq17HOFnFyN0CLIoGtI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:15.5rem;left:23.25rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzrBZV1z5Qk6eTsPJ1Bd1Wa4XR0WQsHE { 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:7.0625rem;width:7.0625rem;top:3.75rem;left:46.5rem;overflow:hidden;display:block; }
#CRagzAuenxmfFzLZTvh7CDpitnc2KT15 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:11.4375rem;left:45.3125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVigxwMK0WF50nmNhlTSdsbJTZ7oQhtr { box-sizing:content-box;height:20.8125rem;width:17.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(35,34,34,0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:41.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#V7s2C3Vd2r7RSfpJMJ1p6QKdUzqTTRSt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:15.5rem;left:43.125rem;height:4.53515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP { 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; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container { background-color: transparent; background-image: none; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container > .video-iframe-container { display: none; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row > .video-iframe-container { display: none; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .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); }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container { border-width: 0; border-radius: 0; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#uJf47ZBS56ygCK17oPV6zzSrHSeqmoXW { color:#373737;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.3125rem;left:14.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUVtmGW9hwrlHfBmM6o7PMMciD65LTIn { color:#373737;display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:5.8125rem;left:11.9375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI { 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; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container { background-color: transparent; background-image: none; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container > .video-iframe-container { display: none; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row > .video-iframe-container { display: none; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .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); }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container { border-width: 0; border-radius: 0; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#isGGT02TlxUzi3otKFPJOFIvVnshZCaL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:29.8125rem;width:27.875rem;top:2.125rem;left:29.6875rem;overflow:hidden;display:block; }
#e6UG0schNTkBmKTesy2eSq2nqIMauUMT { color:#373737;display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.8125rem;left:5.1875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#usBTSX2XFusn0o1zuDJ79N4uXyGkWkqc { color:#373737;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:7.125rem;left:5.1875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTWmfonhDSDaHaTnIb67gdyNqG3DnRgH { color:#373737;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:12.4375rem;left:5.1875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqTU9ZD53bAw9dbtzaO6b4kVJHEfnHvo { color:#373737;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:16.25rem;left:5.1875rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g13OLJCT5vKRR0VTbIrGLwwqCZPVMQBD { color:#373737;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:23rem;left:5.1875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQORTnGCHRbkB4lxkMuTGtptoxTaNP6y { color:#373737;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:28.625rem;left:5.1875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoJi6SoVrhKS6wRbxLIb490T52HT5yDK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.5rem;left:2.4375rem; }
#Q5gpWPRM1HPDZlKt1UM3iNv504V2gWyP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7rem;left:2.4375rem; }
#T7abLBJFr4PMvA2oT3br4lmI73PT9XC4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.125rem;left:2.4375rem; }
#GvGcb3W32iQ1hD1Tz3U5gTX9UGNOtPEa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.125rem;left:2.4375rem; }
#ruWBCduQ7SkGy6Eg5cdcOEVBw9Vu7Na6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.9375rem;left:2.4375rem; }
#GXafpwmToCaKsLqiDnG86p1u03mSHHTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:28.3125rem;left:2.4375rem; }
#yzoTxWQmhIqZgF2SpUSZyeoRpJLQpUWB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.1875rem 0.75rem rgba(3,97,10,0.7) ;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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.1875rem;left:16.8125rem;display:block; }
#L0Nkh6kah50LQfQnSPB4pSTZuJFNC3dH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FruUgbtNyIBGHTDkKc10rVTbo1H4u0OS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:40.8125rem;left:20.4375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OqPFfJr6ENzRTws169f4tIumzp0ms8VD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:40.875rem;left:38.8125rem; }
#T7JbQwMLRG0JslXiB0DnogkgCcnoHFRE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.1875rem 0.75rem rgba(3,97,10,0.7) ;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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.1875rem;left:16.8125rem;display:none; }
#cHJqhlfk1i7Ft2kUL0hhq8Im22QeyJQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 { 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; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container { background-color: transparent; background-image: none; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container > .video-iframe-container { display: none; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row > .video-iframe-container { display: none; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .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); }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container { border-width: 0; border-radius: 0; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#GucLbuipf45Hpp72LQFKBMXDL96WoX2U { color:#373737;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.375rem;left:16.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX { 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; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container { background-color: transparent; background-image: none; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container > .video-iframe-container { display: none; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row > .video-iframe-container { display: none; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .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); }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container { border-width: 0; border-radius: 0; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#MoKXMlvtMfXTfmXJ4a6m0DJJZrJR9V5L { color:rgba(var(--color-secondary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.875rem;left:14.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L3qwuNVi1vHkMbEobtVKZE3WBQenRC8K { color:#373737;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4.5rem;left:14.1875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efPQTS0pSH3POITL98lXfo54P9LlWDyb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image:none;top:1.875rem;left:10rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#zfRRIbIt7Vq0JT9r6usQQKbl4g5RM8S1 { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:2.1875rem;left:10.875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqoFF7zry7BLE5XT8Ik45q6FWTT4tL9m { color:rgba(var(--color-secondary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:10.0625rem;left:14.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbuhphigxJhCl6DS010SKrx2ZTMNX2iC { color:#373737;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.375rem;left:14.1875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oAOM5QDZsok2DtI2TFhCIWOy8vDmHslX { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image:none;top:10.1875rem;left:10rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#TiDz3RQ0TM0dN9ZLmdbASwUimdOVX4p1 { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:10.5rem;left:10.875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8MZoIANgatbwvSGpD2FxQZQKhDSg320 { color:#373737;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:20.875rem;left:14.1875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AV9AUHZWWS9HHZSW9LOJagKllKVbTXm2 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:transparent;background-image:none;top:18.75rem;left:10rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#SE3Ir0HWl8XSZhprqTGs60vvhZFJea8x { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:19.0625rem;left:10.875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlUKXLaONibG6k5x3D5DDtarsKs5rSOh { color:rgba(var(--color-secondary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:18.5625rem;left:14.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbV9rMlN5raBRQzlxOIrGNZfsZfzmRx5 { color:#373737;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:28.25rem;left:14.1875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ewdtrCo2dm37WmpK3S5PASuKVZtHwNaN { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image:none;top:26.125rem;left:10rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#nkBP8JQfTAkh3aT7N07pzZvceWR8gS3x { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:26.4375rem;left:10.875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COkcrqTyvArq6yhtkLJJzXnK7mTJTePk { color:rgba(var(--color-secondary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:25.9375rem;left:14.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oUhUbswZuLdvzl40BAXe78BQ65cQ1Omt { color:#373737;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:36.5rem;left:14.1875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7IhUIdysiAJwS9FUktWpGtMT3OmeIgb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:transparent;background-image:none;top:34.25rem;left:10rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#liAdSRqTVWfXiX4mb7DJuFksXM3FOWVU { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:34.5625rem;left:10.875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3LEqk1fGtw94ertr2eAcOh31kMmTlQs { color:rgba(var(--color-secondary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:34.1875rem;left:14.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJinpxHQuFCe6E0Ns2txKyufGccvHhJk { box-sizing:content-box;height:3.6875rem;width:1.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:5.875rem;left:11.625rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;display:block; }
#ot034o1NMsVr8cZPZmnfXy7nDAtItBGB { box-sizing:content-box;height:3.5625rem;width:1.25rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:14.375rem;left:11.625rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;display:block; }
#CUQMWUZI7yManaRgCGSiDqct9w7x4WIZ { box-sizing:content-box;height:2.5625rem;width:1.25rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:22.875rem;left:11.625rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;display:block; }
#vSsVw03GzsolFsvkIpKiIH7lzZThisw2 { box-sizing:content-box;height:3.3125rem;width:1.25rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:30.1875rem;left:11.625rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;display:block; }
#sImEXl0MQWZRTrgTGRk7gPKJE33fIuPz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.1875rem 0.75rem rgba(3,97,10,0.7) ;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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:43.75rem;left:15.71875rem;display:block; }
#oJfnBRtTl4Ki0uuziSMq16XhBRZOQBLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8HlZyQ1vrTtg822Tvt9oR4S9sf6K5FX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.1875rem 0.75rem rgba(3,97,10,0.7) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:44.25rem;left:15.71875rem;display:none; }
#pmie9TEdHqnx0Db4rW4pQUpqUSkg8vVg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOTuRJ92ckZh82XG4oU5QMcx3RtJDLgw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:48.3125rem;left:20.375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yamLma57bhxBIM7MhM3ser3Qoip7qlnD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:48.375rem;left:38.75rem; }
#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt { 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; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container { background-color: transparent; background-image: none; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container > .video-iframe-container { display: none; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row > .video-iframe-container { display: none; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .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); }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container { border-width: 0; border-radius: 0; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#m7ILbxGpTaXsqA2liEyvvTXzPhhIM6Bv { color:#373737;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.28125rem;left:16.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT { 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; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container { background-color: transparent; background-image: none; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container > .video-iframe-container { display: none; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row > .video-iframe-container { display: none; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .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); }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container { border-width: 0; border-radius: 0; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#nBLM7dsblNTKODDRJZWTIa1OMwaSJu6i { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;display:block;z-index:15041;background-color:#eaeaea;background-image:none;top:3.4375rem;left:1.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#PgDvx3TeAJOUCbe30RyFCsnpAh1iKuQG { position:absolute;display:block;z-index:15042;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.75rem;width:2.75rem;top:4.25rem;left:2.5rem;overflow:hidden;display:block; }
#yQeqOZOweoUVmGLVgcvTmmsUKzHIsfxd { color:rgba(var(--color-secondary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.4375rem;left:7.625rem;height:7.7995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LtLTlBcVw5K2dLhTfACJlMrqw8EA1RD0 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;display:block;z-index:15043;background-color:#eaeaea;background-image:none;top:3.4375rem;left:32.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#OAPv0FModOIJ2ig2e4NPnfLCbFF9hlKX { position:absolute;display:block;z-index:15044;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.75rem;width:2.75rem;top:4.25rem;left:33.375rem;overflow:hidden;display:block; }
#lPkiORBzcehcJeD9CHhBtX8r40Xpb0y9 { color:rgba(var(--color-secondary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:3.4375rem;left:38.5625rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf { 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; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container { background-color: transparent; background-image: none; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container > .video-iframe-container { display: none; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row > .video-iframe-container { display: none; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .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); }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container { border-width: 0; border-radius: 0; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#LUhI7yKCZb7l8vWmHNk1vNX5MsEQvQQ5 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;display:block;z-index:15041;background-color:#eaeaea;background-image:none;top:3.4375rem;left:1.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#V9Z97N1ZhhWUI54Q7amFpT9bkXXcxoe3 { position:absolute;display:block;z-index:15042;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.75rem;width:2.75rem;top:4.25rem;left:2.375rem;overflow:hidden;display:block; }
#GMc6yMLg22DiFHzwTNwbVWFyyT4oB4xb { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.4375rem;left:7.15625rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#quH0oIDtnHcdbAwXvFqAXoaam8EnZ9gq { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;display:block;z-index:15043;background-color:#eaeaea;background-image:none;top:3.4375rem;left:32.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#yW1imDhgfhH8wUwMFM23QWIuqFBLLS4W { position:absolute;display:block;z-index:15044;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.75rem;width:2.75rem;top:4.25rem;left:33.25rem;overflow:hidden;display:block; }
#kGxh7yWoumKCvCBCHJTH4ODlubW8vqsM { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:3.4375rem;left:38.5625rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373737;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; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container { background-color: transparent; background-image: none; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container > .video-iframe-container { display: none; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row > .video-iframe-container { display: none; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .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); }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container { border-width: 0; border-radius: 0; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#Wz341nW1fifnTK2vDHFrAMLrTlXowTPO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:4.5625rem;left:10rem;height:9.06900625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnXevQsWZcUlenTc5HFmubiuXZaPQGvH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18rem;left:10rem;height:9.06900625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rq7bqX1NoVTXdQdpptbGZPZ7FLU726I4 { box-sizing:content-box;height:0.8125rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:15.5625rem;left:7.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#n1sobMRbCktXq4LUQqQPOh4kO5GfzkZl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.5625rem;left:7.8125rem; }
#qTLWRMa7TGn1yvqw7Q9dWrvRNIVraMvg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18rem;left:7.8125rem; }
#a9ykdQACUbvTC5300evQZNzEuEITnwhr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:4.625rem;left:36.3125rem;height:7.5575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Taey0lpw6FCBdSVwgO1rizA9MQ3IexTy { box-sizing:content-box;height:0.8125rem;width:18rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:15.5625rem;left:34.125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#p3qEcsgLWXwZ198zGTMBdB6tVaBBTqbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.625rem;left:34.125rem; }
#md0OrP5HXNmColsRvf5XTcG9uer45vnM { position:absolute;display:block;z-index:15023;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:3.125rem;width:11.25rem;top:32rem;left:24.375rem;overflow:hidden;display:block; }
#kTAny89HiS7M3ie0L2sakp2HmnVmkTx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:18rem;left:36.375rem;height:9.06900625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDI8TTQKF5S1xLg83sm1STlHZKLlyE7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18rem;left:34.1875rem; }
#VVRittr4w9uv4O34Tmd189l5BtqUGLOg { box-sizing:content-box;height:0.8125rem;width:18rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.5625rem;left:34.125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3bCsNSeq7JyvwgxtNlWLlqmQLkoiTlW { width:9.75rem;height:2.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J40RWSGdqooomVyRZhRfOXql2Zq7eDNy { width:8.625rem;height:2.6875rem;top:1.75rem;left:29.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNkHCkOIZQUPad7MRDnzkTKHSgIaybu { width:1.5625rem;height:1.5625rem;top:1.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCtIHQQti63tp1oC291ZsJWemctwB6O { width:7.125rem;height:2.6875rem;top:1.75rem;left:40.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8c0Wsw0olF5iHlCxZp0oqdfVwwxPhpn { width:1.5625rem;height:1.5625rem;top:1.875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk { display:block; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqCaFnlz090f0mbvX04nQQAp3cAHopQz { width:30.625rem;height:10.3125rem;top:4.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKaCws6roHZssQXDeiCwpTy62LQzAbku { width:28.4375rem;height:6.25rem;top:15.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gl8h4yqfOIU53CTTHbXRVwB0lJZaHI { width:9.8125rem;height:1.5rem;top:24.0625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRtQw8JSbnXffusOx3Qyno9HGw6VICha { width:23.9375rem;height:6.1875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDARaka1akAiHP9KM8cqBLt5snrxzys { width:20.9375rem;height:2.9375rem;top:26.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVGKWkWLh9sq6l7TKzrqOSJzVx8Dg6RC { width:24.4375rem;height:4.0625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9usMrX8XQECUbTaPdKNWIiRy69h0ne { display:block; }
 }@media only screen and (max-width: 763px) { #wl5rHFAFnZ1Mgzbf3qCkQLrzBUDkleLJ { width:10.3125rem;height:2.125rem;top:23.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgvbPSDEqSPdqlUTFS4WDpJmoXA9Qpg4 { width:18.1875rem;height:1rem;top:37.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1q0vWLpnxkp7TZIhw9Oe8aeE46hg2C { width:0.9375rem;height:0.9375rem;top:37.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu { display:block; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os82eKH3ASo9OpNmSXRVWTwTKpXHFn1M { width:27.875rem;height:1.75rem;top:1.875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esv2oeXM7kwZq6B8Zvq85TzGZTbvV6Fu { width:13.75rem;height:3.6078957192633rem;top:0.875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET { display:block; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKv9DAMVMXDu65MBzC4Sy8mROMBmibAM { width:7.0625rem;height:7.0625rem;top:4.1875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7mAgbEJwOSlewdAUzRQwEA9BXFahy54 { width:11.125rem;height:3.4375rem;top:11.4375rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZx33O0HHK6ecEeKH9Nx4CZLvBnfOxtT { width:11.375rem;height:4.5rem;top:15.5rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEAtdz4pgGBRDlh4tsTu2SwARUsnRbA3 { width:17.125rem;height:20.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stSQMTbhL1aleBu5WMBqp44U4zmTTFd1 { width:17.125rem;height:20.8125rem;top:1.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLQq817OR9IXV7vcXF1eNhw9ITsVOb5i { width:14.1875rem;height:3.4375rem;top:11.5rem;left:16.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TltfJrxG4ev26sQfuODXQBEXsz4yltoA { width:7.0625rem;height:7.0625rem;top:3.5625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0G0uvylRBvUiq17HOFnFyN0CLIoGtI { width:13.5rem;height:4.125rem;top:15.5rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzrBZV1z5Qk6eTsPJ1Bd1Wa4XR0WQsHE { width:7.0625rem;height:7.0625rem;top:3.75rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRagzAuenxmfFzLZTvh7CDpitnc2KT15 { width:9.375rem;height:3.4375rem;top:11.4375rem;left:35rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVigxwMK0WF50nmNhlTSdsbJTZ7oQhtr { width:17.125rem;height:20.8125rem;top:1.375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7s2C3Vd2r7RSfpJMJ1p6QKdUzqTTRSt { width:13.75rem;height:4.5rem;top:15.5rem;left:32.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP { display:block; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJf47ZBS56ygCK17oPV6zzSrHSeqmoXW { width:31.5625rem;height:2.0625rem;top:3.3125rem;left:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUVtmGW9hwrlHfBmM6o7PMMciD65LTIn { width:36.1875rem;height:1.6875rem;top:5.8125rem;left:5.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI { display:block; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isGGT02TlxUzi3otKFPJOFIvVnshZCaL { width:27.875rem;height:29.8125rem;top:2.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UG0schNTkBmKTesy2eSq2nqIMauUMT { width:19.625rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBTSX2XFusn0o1zuDJ79N4uXyGkWkqc { width:19.1875rem;height:3.25rem;top:7.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWmfonhDSDaHaTnIb67gdyNqG3DnRgH { width:22.3125rem;height:1.625rem;top:12.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTU9ZD53bAw9dbtzaO6b4kVJHEfnHvo { width:21.1875rem;height:4.9375rem;top:16.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13OLJCT5vKRR0VTbIrGLwwqCZPVMQBD { width:23rem;height:3.25rem;top:23rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQORTnGCHRbkB4lxkMuTGtptoxTaNP6y { width:22.8125rem;height:1.625rem;top:28.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoJi6SoVrhKS6wRbxLIb490T52HT5yDK { width:2.3125rem;height:2.3125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gpWPRM1HPDZlKt1UM3iNv504V2gWyP { width:2.3125rem;height:2.3125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7abLBJFr4PMvA2oT3br4lmI73PT9XC4 { width:2.3125rem;height:2.3125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGcb3W32iQ1hD1Tz3U5gTX9UGNOtPEa { width:2.3125rem;height:2.3125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWBCduQ7SkGy6Eg5cdcOEVBw9Vu7Na6 { width:2.3125rem;height:2.3125rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXafpwmToCaKsLqiDnG86p1u03mSHHTc { width:2.3125rem;height:2.3125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzoTxWQmhIqZgF2SpUSZyeoRpJLQpUWB { width:26.375rem;height:4rem;top:36.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Nkh6kah50LQfQnSPB4pSTZuJFNC3dH { display:block; }
 }@media only screen and (max-width: 763px) { #FruUgbtNyIBGHTDkKc10rVTbo1H4u0OS { width:18.1875rem;height:1rem;top:40.8125rem;left:14.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPFfJr6ENzRTws169f4tIumzp0ms8VD { width:0.9375rem;height:0.9375rem;top:40.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7JbQwMLRG0JslXiB0DnogkgCcnoHFRE { width:26.375rem;height:4rem;top:36.1875rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHJqhlfk1i7Ft2kUL0hhq8Im22QeyJQJ { display:block; }
 }@media only screen and (max-width: 763px) { #hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 { display:block; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GucLbuipf45Hpp72LQFKBMXDL96WoX2U { width:27.25rem;height:2.25rem;top:3.375rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX { display:block; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoKXMlvtMfXTfmXJ4a6m0DJJZrJR9V5L { width:27.25rem;height:2.25rem;top:1.875rem;left:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3qwuNVi1vHkMbEobtVKZE3WBQenRC8K { width:27.0625rem;height:3.3125rem;top:4.5rem;left:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efPQTS0pSH3POITL98lXfo54P9LlWDyb { width:3rem;height:3rem;top:1.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfRRIbIt7Vq0JT9r6usQQKbl4g5RM8S1 { width:1.5625rem;height:2.375rem;top:2.1875rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoFF7zry7BLE5XT8Ik45q6FWTT4tL9m { width:27.25rem;height:2.25rem;top:10.0625rem;left:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbuhphigxJhCl6DS010SKrx2ZTMNX2iC { width:29.9375rem;height:3.3125rem;top:12.375rem;left:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOM5QDZsok2DtI2TFhCIWOy8vDmHslX { width:3rem;height:3rem;top:10.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiDz3RQ0TM0dN9ZLmdbASwUimdOVX4p1 { width:1.5625rem;height:2.375rem;top:10.5rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MZoIANgatbwvSGpD2FxQZQKhDSg320 { width:35.875rem;height:1.625rem;top:20.875rem;left:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9AUHZWWS9HHZSW9LOJagKllKVbTXm2 { width:3rem;height:3rem;top:18.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3Ir0HWl8XSZhprqTGs60vvhZFJea8x { width:1.5625rem;height:2.375rem;top:19.0625rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlUKXLaONibG6k5x3D5DDtarsKs5rSOh { width:27.25rem;height:2.25rem;top:18.5625rem;left:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbV9rMlN5raBRQzlxOIrGNZfsZfzmRx5 { width:35.875rem;height:3.75rem;top:28.25rem;left:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdtrCo2dm37WmpK3S5PASuKVZtHwNaN { width:3rem;height:3rem;top:26.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkBP8JQfTAkh3aT7N07pzZvceWR8gS3x { width:1.5625rem;height:2.375rem;top:26.4375rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #COkcrqTyvArq6yhtkLJJzXnK7mTJTePk { width:27.25rem;height:2.25rem;top:25.9375rem;left:8.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUhUbswZuLdvzl40BAXe78BQ65cQ1Omt { width:35.875rem;height:3.75rem;top:36.5rem;left:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7IhUIdysiAJwS9FUktWpGtMT3OmeIgb { width:3rem;height:3rem;top:34.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAdSRqTVWfXiX4mb7DJuFksXM3FOWVU { width:1.5625rem;height:2.375rem;top:34.5625rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3LEqk1fGtw94ertr2eAcOh31kMmTlQs { width:27.25rem;height:2.25rem;top:34.1875rem;left:8.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJinpxHQuFCe6E0Ns2txKyufGccvHhJk { width:1.25rem;height:3.6875rem;top:5.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot034o1NMsVr8cZPZmnfXy7nDAtItBGB { width:1.25rem;height:3.5625rem;top:14.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQMWUZI7yManaRgCGSiDqct9w7x4WIZ { width:1.25rem;height:2.5625rem;top:22.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSsVw03GzsolFsvkIpKiIH7lzZThisw2 { width:1.25rem;height:3.3125rem;top:30.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sImEXl0MQWZRTrgTGRk7gPKJE33fIuPz { width:28.5625rem;height:4rem;top:43.75rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJfnBRtTl4Ki0uuziSMq16XhBRZOQBLi { display:block; }
 }@media only screen and (max-width: 763px) { #l8HlZyQ1vrTtg822Tvt9oR4S9sf6K5FX { width:28.5625rem;height:4rem;top:44.25rem;left:9.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmie9TEdHqnx0Db4rW4pQUpqUSkg8vVg { display:block; }
 }@media only screen and (max-width: 763px) { #sOTuRJ92ckZh82XG4oU5QMcx3RtJDLgw { width:18.1875rem;height:1rem;top:48.3125rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yamLma57bhxBIM7MhM3ser3Qoip7qlnD { width:0.9375rem;height:0.9375rem;top:48.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEm3wKTZbLqLTyK1pX3qrahma7heVDQt { display:block; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7ILbxGpTaXsqA2liEyvvTXzPhhIM6Bv { width:27.25rem;height:2.625rem;top:2.25rem;left:10.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT { display:block; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBLM7dsblNTKODDRJZWTIa1OMwaSJu6i { width:4.3125rem;height:4.3125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDvx3TeAJOUCbe30RyFCsnpAh1iKuQG { width:2.75rem;height:2.75rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQeqOZOweoUVmGLVgcvTmmsUKzHIsfxd { width:18.5rem;height:7.9375rem;top:3.4375rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLTlBcVw5K2dLhTfACJlMrqw8EA1RD0 { width:4.3125rem;height:4.3125rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAPv0FModOIJ2ig2e4NPnfLCbFF9hlKX { width:2.75rem;height:2.75rem;top:4.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkiORBzcehcJeD9CHhBtX8r40Xpb0y9 { width:16rem;height:5.9375rem;top:3.4375rem;left:29.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf { display:block; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUhI7yKCZb7l8vWmHNk1vNX5MsEQvQQ5 { width:4.3125rem;height:4.3125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Z97N1ZhhWUI54Q7amFpT9bkXXcxoe3 { width:2.75rem;height:2.75rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMc6yMLg22DiFHzwTNwbVWFyyT4oB4xb { width:15.6875rem;height:5.9375rem;top:3.4375rem;left:4.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quH0oIDtnHcdbAwXvFqAXoaam8EnZ9gq { width:4.3125rem;height:4.3125rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW1imDhgfhH8wUwMFM23QWIuqFBLLS4W { width:2.75rem;height:2.75rem;top:4.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGxh7yWoumKCvCBCHJTH4ODlubW8vqsM { width:15.125rem;height:5.9375rem;top:3.4375rem;left:29.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP { display:block; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wz341nW1fifnTK2vDHFrAMLrTlXowTPO { width:15.4375rem;height:9.0625rem;top:4.5625rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnXevQsWZcUlenTc5HFmubiuXZaPQGvH { width:15.6875rem;height:9.0625rem;top:18rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq7bqX1NoVTXdQdpptbGZPZ7FLU726I4 { width:17.25rem;height:0.8125rem;top:15.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1sobMRbCktXq4LUQqQPOh4kO5GfzkZl { width:1.6875rem;height:1.6875rem;top:4.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLWRMa7TGn1yvqw7Q9dWrvRNIVraMvg { width:1.6875rem;height:1.6875rem;top:18rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ykdQACUbvTC5300evQZNzEuEITnwhr { width:17.3125rem;height:7.5rem;top:4.625rem;left:30.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taey0lpw6FCBdSVwgO1rizA9MQ3IexTy { width:18rem;height:0.8125rem;top:15.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qEcsgLWXwZ198zGTMBdB6tVaBBTqbX { width:1.6875rem;height:1.6875rem;top:4.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #md0OrP5HXNmColsRvf5XTcG9uer45vnM { width:11.25rem;height:3.125rem;top:32rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTAny89HiS7M3ie0L2sakp2HmnVmkTx7 { width:15.75rem;height:9.0625rem;top:18rem;left:30.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDI8TTQKF5S1xLg83sm1STlHZKLlyE7T { width:1.6875rem;height:1.6875rem;top:18rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVRittr4w9uv4O34Tmd189l5BtqUGLOg { width:18rem;height:0.8125rem;top:12.5625rem;left:28rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3bCsNSeq7JyvwgxtNlWLlqmQLkoiTlW { width:11rem;height:3.1875rem;top:1.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J40RWSGdqooomVyRZhRfOXql2Zq7eDNy { width:7.1875rem;height:2.69965rem;top:6.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNkHCkOIZQUPad7MRDnzkTKHSgIaybu { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #DnCtIHQQti63tp1oC291ZsJWemctwB6O { width:7.125rem;height:2.69965rem;top:6.4375rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8c0Wsw0olF5iHlCxZp0oqdfVwwxPhpn { display:flex;width:1.5625rem;height:1.5625rem;top:6.5rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/73b140a0-993a-47f2-9135-261ee8357410/BGMOBILE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.adaptive-delivery-prevent-bg, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyload, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyloading { background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { background-color: transparent; background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .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); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqCaFnlz090f0mbvX04nQQAp3cAHopQz { width:18.5rem;height:11.545125rem;top:1.6401910781861rem;left:0.74978297948838rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKaCws6roHZssQXDeiCwpTy62LQzAbku { width:18rem;height:7.5rem;top:14.096571922303rem;left:0.99934905767444rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1gl8h4yqfOIU53CTTHbXRVwB0lJZaHI { width:9.8125rem;height:1.5rem;top:23.75rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRtQw8JSbnXffusOx3Qyno9HGw6VICha { width:17.5625rem;height:7.4375rem;top:24.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDARaka1akAiHP9KM8cqBLt5snrxzys { width:15.5rem;height:4.4987rem;top:26.3125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVGKWkWLh9sq6l7TKzrqOSJzVx8Dg6RC { width:20rem;height:4.375rem;top:33.624133586884rem;left:0rem;font-size:1.375rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EB9usMrX8XQECUbTaPdKNWIiRy69h0ne { display:block; }
 }@media only screen and (max-width: 763px) { #wl5rHFAFnZ1Mgzbf3qCkQLrzBUDkleLJ { width:10.3125rem;height:2.125rem;top:23.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgvbPSDEqSPdqlUTFS4WDpJmoXA9Qpg4 { width:18.1875rem;height:1.04980625rem;top:39rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1q0vWLpnxkp7TZIhw9Oe8aeE46hg2C { display:flex;width:0.9375rem;height:0.9375rem;top:39.000001907349rem;left:18.687066376209rem; }
 }@media only screen and (max-width: 763px) { #nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu { display:block; }#nr7GkQazwzPlQzeUDVhfafdp0M3Gk7Lu > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os82eKH3ASo9OpNmSXRVWTwTKpXHFn1M { width:14.3120625rem;height:3.2487rem;top:1.8098959922791rem;left:2.8439672589302rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Esv2oeXM7kwZq6B8Zvq85TzGZTbvV6Fu { width:13.75rem;height:3.6078957192633rem;top:5.373046875rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET { display:block; }#vxCuIr7ey2rimNTVeXiOZRf6FMUHe3ET > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKv9DAMVMXDu65MBzC4Sy8mROMBmibAM { width:7.0625rem;height:7.0625rem;top:4.0625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7mAgbEJwOSlewdAUzRQwEA9BXFahy54 { width:11.125rem;height:3.4375rem;top:11.3125rem;left:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZx33O0HHK6ecEeKH9Nx4CZLvBnfOxtT { width:11.375rem;height:4.53515625rem;top:15.375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEAtdz4pgGBRDlh4tsTu2SwARUsnRbA3 { width:17.125rem;height:20.8125rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stSQMTbhL1aleBu5WMBqp44U4zmTTFd1 { width:17.125rem;height:20.8125rem;top:23.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLQq817OR9IXV7vcXF1eNhw9ITsVOb5i { width:14.1875rem;height:3.4375rem;top:33.4375rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TltfJrxG4ev26sQfuODXQBEXsz4yltoA { width:7.0625rem;height:7.0625rem;top:25.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0G0uvylRBvUiq17HOFnFyN0CLIoGtI { width:13.5rem;height:4.125rem;top:37.4375rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzrBZV1z5Qk6eTsPJ1Bd1Wa4XR0WQsHE { width:7.0625rem;height:7.0625rem;top:47.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRagzAuenxmfFzLZTvh7CDpitnc2KT15 { width:9.375rem;height:3.4375rem;top:55.4375rem;left:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVigxwMK0WF50nmNhlTSdsbJTZ7oQhtr { width:17.125rem;height:20.8125rem;top:45.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7s2C3Vd2r7RSfpJMJ1p6QKdUzqTTRSt { width:13.75rem;height:4.53515625rem;top:59.5rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP { display:block; }#r1d9oBAGtqZXqF6zoLa3sqn2vlXcAQRP > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJf47ZBS56ygCK17oPV6zzSrHSeqmoXW { width:20rem;height:4.39886875rem;top:3.0625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BUVtmGW9hwrlHfBmM6o7PMMciD65LTIn { width:20rem;height:3.4375rem;top:8.1484375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI { display:block; }#RkuTA0fM4nMvn3IZTRhqxlPlxKg9DWTI > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isGGT02TlxUzi3otKFPJOFIvVnshZCaL { width:19rem;height:20.3125rem;top:42.9619140625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UG0schNTkBmKTesy2eSq2nqIMauUMT { width:12.75rem;height:3.298825rem;top:2.8125rem;left:3.8125rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #usBTSX2XFusn0o1zuDJ79N4uXyGkWkqc { width:15.25rem;height:4.94824375rem;top:7.6875rem;left:3.75rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nTWmfonhDSDaHaTnIb67gdyNqG3DnRgH { width:13.25rem;height:3.298825rem;top:14.5625rem;left:3.5625rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTU9ZD53bAw9dbtzaO6b4kVJHEfnHvo { width:15.5rem;height:6.597625rem;top:19.6875rem;left:3.4375rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g13OLJCT5vKRR0VTbIrGLwwqCZPVMQBD { width:13.25rem;height:6.597625rem;top:28.625rem;left:3.4375rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FQORTnGCHRbkB4lxkMuTGtptoxTaNP6y { width:13rem;height:3.298825rem;top:37.625rem;left:3.5625rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uoJi6SoVrhKS6wRbxLIb490T52HT5yDK { display:flex;width:2.3125rem;height:2.3125rem;top:2.5625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Q5gpWPRM1HPDZlKt1UM3iNv504V2gWyP { display:flex;width:2.3125rem;height:2.3125rem;top:7.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T7abLBJFr4PMvA2oT3br4lmI73PT9XC4 { display:flex;width:2.3125rem;height:2.3125rem;top:14.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GvGcb3W32iQ1hD1Tz3U5gTX9UGNOtPEa { display:flex;width:2.3125rem;height:2.3125rem;top:19.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ruWBCduQ7SkGy6Eg5cdcOEVBw9Vu7Na6 { display:flex;width:2.3125rem;height:2.3125rem;top:28.5rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GXafpwmToCaKsLqiDnG86p1u03mSHHTc { display:flex;width:2.3125rem;height:2.3125rem;top:37.5rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yzoTxWQmhIqZgF2SpUSZyeoRpJLQpUWB { width:19rem;height:4rem;top:68.400390625rem;left:0.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0Nkh6kah50LQfQnSPB4pSTZuJFNC3dH { display:block; }
 }@media only screen and (max-width: 763px) { #FruUgbtNyIBGHTDkKc10rVTbo1H4u0OS { width:18.1875rem;height:1.04980625rem;top:71.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPFfJr6ENzRTws169f4tIumzp0ms8VD { display:flex;width:0.9375rem;height:0.9375rem;top:71.249343872069rem;left:18.687066376209rem; }
 }@media only screen and (max-width: 763px) { #T7JbQwMLRG0JslXiB0DnogkgCcnoHFRE { width:20rem;height:4.74935rem;top:65.499141693113rem;left:0rem;font-size:1.4375rem;z-index:15005;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cHJqhlfk1i7Ft2kUL0hhq8Im22QeyJQJ { display:block; }
 }@media only screen and (max-width: 763px) { #hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 { display:block; }#hfOlZu345p4U7gmx9ZAs1C4nDsaUTOT4 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GucLbuipf45Hpp72LQFKBMXDL96WoX2U { width:20rem;height:4.39886875rem;top:2.1875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX { display:block; }#TRnhyWeBcS1nsUNfmX6cLustrsPxAVHX > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoKXMlvtMfXTfmXJ4a6m0DJJZrJR9V5L { width:11.1875rem;height:6.2988125rem;top:2.25rem;left:4.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3qwuNVi1vHkMbEobtVKZE3WBQenRC8K { width:14.125rem;height:4.94824375rem;top:9.28125rem;left:4.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efPQTS0pSH3POITL98lXfo54P9LlWDyb { width:3rem;height:3rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfRRIbIt7Vq0JT9r6usQQKbl4g5RM8S1 { width:1.5625rem;height:2.3990875rem;top:2.9370574951172rem;left:1.4995661377907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoFF7zry7BLE5XT8Ik45q6FWTT4tL9m { width:12.875rem;height:4.19921875rem;top:17.375rem;left:4.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbuhphigxJhCl6DS010SKrx2ZTMNX2iC { width:14.125rem;height:4.94824375rem;top:22.1591796875rem;left:4.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOM5QDZsok2DtI2TFhCIWOy8vDmHslX { width:3rem;height:3rem;top:17.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiDz3RQ0TM0dN9ZLmdbASwUimdOVX4p1 { width:1.5625rem;height:2.3990875rem;top:17.99934387207rem;left:1.5618489384651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MZoIANgatbwvSGpD2FxQZQKhDSg320 { width:12.8125rem;height:4.94824375rem;top:35.625rem;left:4.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9AUHZWWS9HHZSW9LOJagKllKVbTXm2 { width:3rem;height:3rem;top:30.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3Ir0HWl8XSZhprqTGs60vvhZFJea8x { width:1.5625rem;height:2.3990875rem;top:31.374572753906rem;left:1.5618489384651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlUKXLaONibG6k5x3D5DDtarsKs5rSOh { width:10.3125rem;height:4.19921875rem;top:30.9931640625rem;left:4.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbV9rMlN5raBRQzlxOIrGNZfsZfzmRx5 { width:14.125rem;height:4.94824375rem;top:48.9267578125rem;left:4.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdtrCo2dm37WmpK3S5PASuKVZtHwNaN { width:3rem;height:3rem;top:43.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkBP8JQfTAkh3aT7N07pzZvceWR8gS3x { width:1.5625rem;height:2.3990875rem;top:44.436645507812rem;left:1.4993489384651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #COkcrqTyvArq6yhtkLJJzXnK7mTJTePk { width:12.875rem;height:3.75rem;top:44.3125rem;left:4.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUhUbswZuLdvzl40BAXe78BQ65cQ1Omt { width:14.125rem;height:6.597625rem;top:61.7734375rem;left:4.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7IhUIdysiAJwS9FUktWpGtMT3OmeIgb { width:3rem;height:3rem;top:57.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAdSRqTVWfXiX4mb7DJuFksXM3FOWVU { width:1.5625rem;height:2.3990875rem;top:57.6875rem;left:1.5618489384651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3LEqk1fGtw94ertr2eAcOh31kMmTlQs { width:14rem;height:3.75rem;top:57.1875rem;left:4.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJinpxHQuFCe6E0Ns2txKyufGccvHhJk { width:1.25rem;height:9.9375rem;top:6.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot034o1NMsVr8cZPZmnfXy7nDAtItBGB { width:1.25rem;height:8.625rem;top:21.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQMWUZI7yManaRgCGSiDqct9w7x4WIZ { width:1.25rem;height:8.4375rem;top:34.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSsVw03GzsolFsvkIpKiIH7lzZThisw2 { width:1.25rem;height:8.8125rem;top:47.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sImEXl0MQWZRTrgTGRk7gPKJE33fIuPz { width:18.0625rem;height:4.8125rem;top:70.2109375rem;left:0.96875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJfnBRtTl4Ki0uuziSMq16XhBRZOQBLi { display:block; }
 }@media only screen and (max-width: 763px) { #l8HlZyQ1vrTtg822Tvt9oR4S9sf6K5FX { width:20rem;height:5.37435rem;top:70.561628341675rem;left:0rem;font-size:1.375rem;z-index:15002;line-height:1.2;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pmie9TEdHqnx0Db4rW4pQUpqUSkg8vVg { display:block; }
 }@media only screen and (max-width: 763px) { #sOTuRJ92ckZh82XG4oU5QMcx3RtJDLgw { width:18.1875rem;height:1.04980625rem;top:76.875rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yamLma57bhxBIM7MhM3ser3Qoip7qlnD { display:flex;width:0.9375rem;height:0.9375rem;top:76.81228637695rem;left:18.750001251698rem; }
 }@media only screen and (max-width: 763px) { #TEm3wKTZbLqLTyK1pX3qrahma7heVDQt { display:block; }#TEm3wKTZbLqLTyK1pX3qrahma7heVDQt > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7ILbxGpTaXsqA2liEyvvTXzPhhIM6Bv { width:20rem;height:2.25rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT { display:block; }#XaqZD1Ily54E7moyPJP77Mg7ZABSx5AT > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBLM7dsblNTKODDRJZWTIa1OMwaSJu6i { width:4.3125rem;height:4.3125rem;top:2rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDvx3TeAJOUCbe30RyFCsnpAh1iKuQG { width:2.75rem;height:2.75rem;top:2.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQeqOZOweoUVmGLVgcvTmmsUKzHIsfxd { width:11.9375rem;height:9.375rem;top:2.5rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLTlBcVw5K2dLhTfACJlMrqw8EA1RD0 { width:4.3125rem;height:4.3125rem;top:15.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAPv0FModOIJ2ig2e4NPnfLCbFF9hlKX { width:2.75rem;height:2.75rem;top:16.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkiORBzcehcJeD9CHhBtX8r40Xpb0y9 { width:11.875rem;height:7.5rem;top:15.75rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf { display:block; }#cmSbZKI6oJK9ThnFzb9BITkvoFOU8CHf > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUhI7yKCZb7l8vWmHNk1vNX5MsEQvQQ5 { width:4.3125rem;height:4.3125rem;top:1.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Z97N1ZhhWUI54Q7amFpT9bkXXcxoe3 { width:2.75rem;height:2.75rem;top:2.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMc6yMLg22DiFHzwTNwbVWFyyT4oB4xb { width:10.1875rem;height:9.375rem;top:2.1875rem;left:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quH0oIDtnHcdbAwXvFqAXoaam8EnZ9gq { width:4.3125rem;height:4.3125rem;top:14.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW1imDhgfhH8wUwMFM23QWIuqFBLLS4W { width:2.75rem;height:2.75rem;top:15.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGxh7yWoumKCvCBCHJTH4ODlubW8vqsM { width:10.1875rem;height:9.375rem;top:14.89453125rem;left:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP { display:block; }#kl65cRPiNUqpXE7hKkUtT8yv72q6XwgP > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wz341nW1fifnTK2vDHFrAMLrTlXowTPO { width:14.1875rem;height:8.66535625rem;top:3.3125rem;left:4.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LnXevQsWZcUlenTc5HFmubiuXZaPQGvH { width:14.25rem;height:10.10958125rem;top:15.4375rem;left:4.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rq7bqX1NoVTXdQdpptbGZPZ7FLU726I4 { width:15rem;height:0.8125rem;top:13.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1sobMRbCktXq4LUQqQPOh4kO5GfzkZl { display:flex;width:1.6875rem;height:1.6875rem;top:3.3125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #qTLWRMa7TGn1yvqw7Q9dWrvRNIVraMvg { display:flex;width:1.6875rem;height:1.6875rem;top:29.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #a9ykdQACUbvTC5300evQZNzEuEITnwhr { width:14.5625rem;height:8.66535625rem;top:29.4375rem;left:4.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Taey0lpw6FCBdSVwgO1rizA9MQ3IexTy { width:15.25rem;height:0.875rem;top:27.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qEcsgLWXwZ198zGTMBdB6tVaBBTqbX { display:flex;width:1.6875rem;height:1.6875rem;top:15.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #md0OrP5HXNmColsRvf5XTcG9uer45vnM { width:11.625rem;height:3.25rem;top:56.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTAny89HiS7M3ie0L2sakp2HmnVmkTx7 { width:14.6875rem;height:10.10958125rem;top:42.25rem;left:4.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDI8TTQKF5S1xLg83sm1STlHZKLlyE7T { display:flex;width:1.6875rem;height:1.6875rem;top:41.9375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #VVRittr4w9uv4O34Tmd189l5BtqUGLOg { width:15.25rem;height:0.875rem;top:40.25rem;left:2rem;z-index:15022;display:block; }
 }