.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:255,233,217;--color-primary-1:255,180,128;--color-primary-2:255,105,0;--color-primary-3:128,53,0;--color-primary-4:38,16,0;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Anton";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f8b5086-93b3-4537-b6b0-65edb2d3104e/NATIONALEVERGREENHEADER3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM.adaptive-delivery-prevent-bg, #Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM.lazyload, #Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM.lazyloading { background-image: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container { background-color: transparent; background-image: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.05); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container > .video-iframe-container { display: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.05); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row > .video-iframe-container { display: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .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); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container { border-width: 0; border-radius: 0; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;overflow:visible;position:relative;display:block; }#dpzXZIoJPUc7x1o1STwITJ7DSG2HsE2W { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:anton;font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.66);top:25.5rem;left:0.8125rem;height:9.26175rem;font-style:normal;display:block; }
#Z0PLhgexE4T9BD6OKMWeW9MONXKgPgff { color:rgba(var(--color-tertiary-0),1);display:block;width:47.87475rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:29.5625rem;left:0.8125rem;height:1.625rem;font-style:normal;display:block; }
#sbXD7w0OAfiJMOZLXxWRkmGAtT7n9Lme { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33.0625rem;left:14.5rem;display:block; }
#GSie44P6wJUOWOtxCHVpzTuMceEwHF4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlWGso8hx7JBura7uDq30FhUZOX5UMtS { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.4375rem;left:14.75rem;display:block; }
#vCOP7smqcvXLidqpBdGF9yStUnRt1yFO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8745rem;width:6.8745rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.4375rem;left:0rem; }
#haq595KIFdRUJ1zG835AuENNym5KnBUq { color:#ffd900;display:block;width:20.31225rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.1875rem;left:6.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#UeCXbB8euknX289ESZTK7E2pSl6SSkSd { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.5rem;left:0.8125rem;display:block; }
#dZXlcvO3tClkxT3O2UEexVGqqgpAzNU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPtWgv41EdFThWPmSGrcfOwd41X6eh6y { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:anton;font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.66);top:28.625rem;left:0.8125rem;height:4.6308625rem;font-style:normal;display:none; }
#RzhgpulZy2LArdZZCdC0zxwZA0iiC4oQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.1875rem;left:14.5rem;display:none; }
#CywDHlym4tlT4z9rut0MExhfglTOX3Lx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtDM52tkOgiyVg12d9FSpuQzBNo7Z2Iy { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.625rem;left:0.8125rem;display:none; }
#usSA54CyyeAn5TbkHVHdAXGNCdhGLXTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WS1KFh3oW8i0cdVelWzCK1tty8TvhE7J { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5625rem;left:14.75rem;display:none; }
#NI0hWTwi1CuybQ4KbbPUZWTKU6CZspDm { color:rgba(var(--color-tertiary-0),1);display:block;width:47.87475rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.8125rem;height:1.625rem;font-style:normal;display:none; }
#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container { background-color: transparent; background-image: none; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container > .video-iframe-container { display: none; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row > .video-iframe-container { display: none; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .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); }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container { border-width: 0; border-radius: 0; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#UToOlqAn7QxEBA50pA8O4h3mJ2AmxAKN { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4370125rem;width:11.93625rem;top:1.06201171875rem;left:0.99755859375rem;overflow:hidden;display:block; }
#vhp41fpZUti91NTT5PBy4kIlcBObJ2iz { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.40625rem;left:61.375rem;display:block; }
#IkZnGUiWwaMFAT14frM2g5x6BNQ9t8vA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 { 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; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container { background-color: transparent; background-image: none; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container > .video-iframe-container { display: none; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row > .video-iframe-container { display: none; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .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); }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container { border-width: 0; border-radius: 0; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#lMxLH20OEqgiPEhBHkOhE3Ly9eRTHOm8 { position:absolute;display:block;z-index:15006;height:6.875rem;width:75rem;top:0.125rem;left:0rem;display:block; }
#DvtB74sZIRHeST69APVbshmnM2zCf2sa { position:relative;display:block; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa { background-color: transparent; background-image: none; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container > .video-iframe-container { display: none; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row > .video-iframe-container { display: none; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .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); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa { border-width: 0; border-radius: 0; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QNw7zFVvOpGqvM4AX5PEya4y82BhXkTy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.124rem;position:absolute;font-family:barlow;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:22.43798828125rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#dmntXr0htU0X1CHpr46rV8cMX3T5z5Mf { position:absolute;display:block;z-index:15000;height:42.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { background-color: transparent; background-image: none; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container > .video-iframe-container { display: none; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row > .video-iframe-container { display: none; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .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); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { border-width: 0; border-radius: 0; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK { position:relative;display:block; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK { background-color: transparent; background-image: none; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row .container > .video-iframe-container { display: none; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row > .video-iframe-container { display: none; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .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); }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK { border-width: 0; border-radius: 0; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pSeRgh5azk5VPDz0SnStdaB9dRzmLNz9 { color:rgba(var(--color-secondary-2),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2rem;left:22.5625rem;height:6.5810625rem;text-align:center;text-align-last:center;display:block; }
#Bn3m8Tm5OTh3ggI2nCA2huERLADyKH3K { position:absolute;display:block;z-index:15072;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:1.93725625rem;width:1.93725625rem;top:32.875rem;left:4.9375rem;overflow:hidden;display:block; }
#R8Kp13nT6G3y8SUxoZGf37OhNMmpVdZV { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:32.9375rem;left:7.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#EVhabTArWap0OJmqW9ApEmeT9n10u2nu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:33.0625rem;left:27.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#cKcDP6odi0dfcZQymHspBuLqOUC2LLlP { position:absolute;display:block;z-index:15078;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:1.93725625rem;width:1.93725625rem;top:33rem;left:24.625rem;overflow:hidden;display:block; }
#pJZ0LQ1lGkPZGC3tB3Se6L8E3RtzOFBI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:33.0625rem;left:45.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#SSHPevXc8I2qMMRRn06OHOGVncA0LAxp { position:absolute;display:block;z-index:15084;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:1.93725625rem;width:1.93725625rem;top:33rem;left:43rem;overflow:hidden;display:block; }
#pnvosVMgCA9K9Rrx4smQ4sm1dGElhz1d { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:33.0625rem;left:64.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#mrOBzlQEDwF9bKH2wvx6Vr30GzUoqh49 { position:absolute;display:block;z-index:15090;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:1.93725625rem;width:1.93725625rem;top:33rem;left:61.9375rem;overflow:hidden;display:block; }
#FxTLQr8eFUnBwRZlTv8SfzOiwITTT59R { position:absolute;display:block;z-index:15071;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.12475625rem;width:2.12475625rem;top:30.4375rem;left:4.875rem;overflow:hidden;display:block; }
#zeUU8mtShz6xrWLXz17AML40A1XzeSVd { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:30.6875rem;left:7.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TuVP1G4cT9828LCoeoSqlGSsEEZ7xG0W { position:absolute;display:block;z-index:15077;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.12475625rem;width:2.12475625rem;top:30.5625rem;left:24.625rem;overflow:hidden;display:block; }
#EBo4XSp9TBoAacabSIg5O5FrNCP439zr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:30.8125rem;left:27.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#qZpFgE2nzDaTLzScgGKUzUeZgDcBD6b4 { position:absolute;display:block;z-index:15083;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.12475625rem;width:2.12475625rem;top:30.5625rem;left:43rem;overflow:hidden;display:block; }
#SfR0RQaEhiXFqx8xBsUShtVhtNuV7OPR { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.8125rem;left:45.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#EmVlbh2seJHqRqO9EuzopHNJrDgi3pVM { position:absolute;display:block;z-index:15089;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.12475625rem;width:2.12475625rem;top:30.5625rem;left:61.9375rem;overflow:hidden;display:block; }
#FvdL1JdhbPIFxSe5m0kQSDJ8lC5vTiPr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:30.8125rem;left:64.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#T6U0TqsSRnwEtAbPUz4TTMcTCnid0IbX { position:absolute;display:block;z-index:15070;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:1.93725625rem;width:1.93725625rem;top:28.1875rem;left:5rem;overflow:hidden;display:block; }
#mDLFIzfvgynEADzMblMNmykxo8VetF4S { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:28.4375rem;left:7.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#I2TWQm6eGaK67O82VKHJ3FW688cDC7QT { position:absolute;display:block;z-index:15076;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:1.93725625rem;width:1.93725625rem;top:28.3125rem;left:24.6875rem;overflow:hidden;display:block; }
#NXbxNiF1r7sCU4N037RxNh4VrOd1aH4H { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:28.5625rem;left:27.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#iJxlkbnOB1agzVnng917MshuC2uZX4TO { position:absolute;display:block;z-index:15082;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:1.93725625rem;width:1.93725625rem;top:28.3125rem;left:43.0625rem;overflow:hidden;display:block; }
#Rg0i79TyHgrTeR1fZ3waksK7dICxdZgx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:28.5625rem;left:45.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QyMlZmKaXxK0GouxtBivlysuuKKKm9Py { position:absolute;display:block;z-index:15088;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:1.93725625rem;width:1.93725625rem;top:28.3125rem;left:62rem;overflow:hidden;display:block; }
#gJ0wB4vJ3QdPXGini4oIuE21F2mHXHEf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:28.5625rem;left:64.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ZvzB3GEmlX97pex9WGqGXOeU89QfBwZp { color:#000000;display:block;width:10.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:25.4375rem;left:3.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TL15chv1Sxi4RrhncFQApUB0PpmWrCOS { color:#000000;display:block;width:10.7485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:25.4375rem;left:23.125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Po8Rs7tV5EHURFf4DRqZIb5ANQA7v38B { color:#000000;display:block;width:15.1235625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:25.4375rem;left:39.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#NN0JIwmG72Jl2W9vP0QnSZVegtu0EMcm { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:25.4375rem;left:59.1875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#BLfgv00A3ntygdUSTJQrs3FIw3e8mqXB { position:absolute;display:block;z-index:15007;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:4.5620125rem;width:16.5rem;top:19.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#tdThyhpX3cgAHbOFnGq8XwLL9NyT8Lzd { position:absolute;display:block;z-index:15008;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:4.7495125rem;width:17.1860625rem;top:19.4375rem;left:19.9375rem;overflow:hidden;display:block; }
#N6Jw0ZCT0ktckxqldUp6TKRl1ya7OGKH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:16.6875rem;top:19.6875rem;left:38.5rem;overflow:hidden;display:block; }
#G4nx5TZ6D6WEUfmw4E1qyoSiPh2SXkud { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4370125rem;width:16.4360625rem;top:19.625rem;left:57.625rem;overflow:hidden;display:block; }
#LN9uRKz0coioV9AFnEMdytwuiVyBxV9R { position:absolute;display:block;z-index:15104;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:1.93725625rem;width:1.93725625rem;top:57.9375rem;left:5.5rem;overflow:hidden;display:block; }
#C6o74fgXCfw1RgoHOIWb5isq3qllvt4T { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:58rem;left:8.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Xz5rViIPC6Oyiy8OTnfVCIAInzEkmnaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:58.125rem;left:27.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#xalXc88Tt7tckTFQa5Nv69DAlfwO4pIW { position:absolute;display:block;z-index:15110;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:1.93725625rem;width:1.93725625rem;top:58.0625rem;left:24.4375rem;overflow:hidden;display:block; }
#HD8mqnccunw24LNJqg08em62PWEaDvUf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:58.125rem;left:45.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#y9AWZqSaOB1wBwxrNyqX31cW4s3ptnhe { position:absolute;display:block;z-index:15116;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:1.93725625rem;width:1.93725625rem;top:58.0625rem;left:43.125rem;overflow:hidden;display:block; }
#qBtQGk63bfKQuQTJz52GdUyz8lwJnMgo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:58.125rem;left:65rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#IkQfTyvkTiTNc7acztBHQrnGIRpTxQvH { position:absolute;display:block;z-index:15122;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:1.93725625rem;width:1.93725625rem;top:58.0625rem;left:62.25rem;overflow:hidden;display:block; }
#b1HXDfOlOg9VoVTMWzkaKzoxoJeqecLC { position:absolute;display:block;z-index:15103;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.12475625rem;width:2.12475625rem;top:55.5rem;left:5.4375rem;overflow:hidden;display:block; }
#JRsa9WoLAgRy9hCnnXnsPV4ePgIGvDwa { position:absolute;display:block;z-index:15109;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.12475625rem;width:2.12475625rem;top:55.625rem;left:24.4375rem;overflow:hidden;display:block; }
#ctKDDoEBGLAO5ioQAIqPACVVPBwtBg9I { position:absolute;display:block;z-index:15115;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.12475625rem;width:2.12475625rem;top:55.625rem;left:43.125rem;overflow:hidden;display:block; }
#ynrEvrrKZgzsFITbK8N9XhgVPvPFAidD { position:absolute;display:block;z-index:15121;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.12475625rem;width:2.12475625rem;top:55.625rem;left:62.25rem;overflow:hidden;display:block; }
#Pbtw3ShbM6LeM9ZANZa9RkarAqh9A8q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:55.75rem;left:8.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#q8If2HQyHHcO3vXSHcKEgNPT4d25rl4x { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:55.875rem;left:27.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ewUTKVzpgoA4hGJHTeMRLeouoGaI8tro { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:55.875rem;left:45.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wtm7cXTBlVuZiLZ6ZPdgMcdDT96KJReU { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:55.875rem;left:64.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#it1RzIZQnzZHU25XK3DQBtTfdn3oqIUm { position:absolute;display:block;z-index:15102;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:1.93725625rem;width:1.93725625rem;top:53.25rem;left:5.5625rem;overflow:hidden;display:block; }
#HCtxJpkAuvPsI1OAhta1FTpslB5SC4bL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:53.5rem;left:8.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#JOMNpLnETnOII380uztZV65iCTwXQ9q6 { position:absolute;display:block;z-index:15108;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:1.93725625rem;width:1.93725625rem;top:53.375rem;left:24.5rem;overflow:hidden;display:block; }
#ZTzzuNQC4C5VGSaS29ug4cIaLuNdxoC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:53.625rem;left:27.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#LZF4t9sBSVkBT7Z2ub8vfFpHbp62NLsr { position:absolute;display:block;z-index:15114;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:1.93725625rem;width:1.93725625rem;top:53.375rem;left:43.1875rem;overflow:hidden;display:block; }
#B1rIwS0btRyHhpzvZCWLDTPgz8NwlPE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:53.625rem;left:45.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#o7ZqU5uiSVofCpyTd7vKXfQprK18sGa5 { position:absolute;display:block;z-index:15120;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:1.93725625rem;width:1.93725625rem;top:53.375rem;left:62.3125rem;overflow:hidden;display:block; }
#HH9DHfdZatRls02m0T6STuAw4VnlaK0d { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:53.625rem;left:64.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#W2xQycPWhTOANoRGCySbHL4o5UJQPBBB { color:#000000;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:50.625rem;left:1.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#q4rapousOTwIbs3D8pSrAhbixHoRqKwx { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:50.625rem;left:19.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Nr2OIZQF4fKqXpAOcpAZ5puGKHlQISEX { color:#000000;display:block;width:15.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:50.625rem;left:39.375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#fXHAAArBQ2urvU5NTgRDzPwQ9daGScXA { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:50.625rem;left:58.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#NzoH61uK8d13ZL5Ds1K30F0sxI1K3Do9 { position:absolute;display:block;z-index:15039;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:4.4375rem;width:16.8125rem;top:44.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#DNDQ2IHsePNGJhEic5pVhwM8WCWu0r8T { position:absolute;display:block;z-index:15040;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:4.625rem;width:17.5625rem;top:44.6875rem;left:19.125rem;overflow:hidden;display:block; }
#QoS1tZryE7pKkQTfSXTh3ku5yNgBu97h { 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:5.0625rem;width:17.9375rem;top:44.3125rem;left:56.5625rem;overflow:hidden;display:block; }
#bUn1ObZM6yHEu4bbeqPirLkB5X2megHt { position:absolute;display:block;z-index:15041;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:5.25rem;width:17.375rem;top:44.3125rem;left:38.25rem;overflow:hidden;display:block; }
#sPTIbbdd5lotMnCVHKuUlVVXQlNQZ8wW { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:42.5625rem;left:61.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUNG8b74wXop4PgfnT3T9TeEovEoc4Te { box-sizing:content-box;height:1.0625rem;width:8.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.625rem;left:61.5625rem;display:block; }
#BJQuiDKKKUTnP1hAPUF9f47O9HfVoB2Q { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:65.375rem;left:31.15625rem;display:block; }
#RltQSesKot5olxvfG2E0hVE4OCaApHB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJeIDKwf0EBW3aik0HhqZafXl7r7KrAD { box-sizing:content-box;height:20.875rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:56.875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#cm2rqz5yEltaUWyGVDeTVMAe7BKKBLdQ { box-sizing:content-box;height:20.9375rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:38.125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#dqC8VJhFTiTVQJwn1TkM0mfEqyfPcdam { box-sizing:content-box;height:21rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:19.25rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#hqTQ1WWmcIosFJcTBAlMsEDXSv1GuODG { box-sizing:content-box;height:21rem;width:17.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:0.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#an8IJ01Ek7fka9SJ8TeikX7fgN99KE7Q { box-sizing:content-box;height:21rem;width:17.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:56.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#kIkz7Iyd8uofmSlBnUrTNx1QKSdQuC5M { box-sizing:content-box;height:21rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:38.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#x4XZUWTGmkpIBmH48cc69yXVWIIGCTCG { box-sizing:content-box;height:21rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:19.375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#GLESq4N7hkO78rEwRZCg6XlcruEZvBep { box-sizing:content-box;height:21rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:0.625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#OwOzZqIPRv3TINKisqdGU4yPdT8FupsS { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15122;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.4375rem;left:5rem;display:block; }
#CmmVQopvdyweL1rM2G8Af2ycJSIRKEc9 { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:60.5rem;left:5.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iNVAOmsg9J1UZ5Bu6xMqXqkMRsyN7xdg { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:60.5rem;left:25.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#KD1qd4eqOLW0GDaaBpL3cUzTUD0isr2M { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.4375rem;left:24.25rem;display:block; }
#k14Fi7NQUb6LUrHG0FkZbDHSE7kxwHOo { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.375rem;left:43.0625rem;display:block; }
#GA77U95ICc5tqopALFRy0raNZzK4XpMS { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:60.4375rem;left:43.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RQckpo6aBCoXvxX6gcUOKC4eZV0ILJEA { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.4375rem;left:61.75rem;display:block; }
#uzcykXV3oqJRrfidvV5r6eTCPpU7G27I { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:60.5rem;left:62.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#omLCQWMPDIaAaFBcOVOBQTuJAE2ZR5O9 { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:4.9375rem;display:block; }
#H1JqxqQKAuABULeOEGJugkHDnAZ4qOlE { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:35.875rem;left:5.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Mv5c5XI4yhfCBqBAVpM8cHfLqHuuUg2w { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:24.3125rem;display:block; }
#oRbZFkcKZVHCcLMQlEl4R36RRqcQnOph { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:35.875rem;left:25.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BsUewN1q7yaDpaiEaqg2rW2NyJfPyR17 { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:43rem;display:block; }
#yPOQlBSZUt8WSP4FfS1OtPvfABQZrV96 { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:35.875rem;left:43.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ssxpKfhNe3CLcres9uoHJC0ycOxUQTnT { box-sizing:content-box;height:1.8125rem;width:8rem;position:absolute;display:block;z-index:15129;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:61.8125rem;display:block; }
#A1PambMrlWwXgDOCkxRpbnNqk9zxaMQK { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:35.875rem;left:62.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Puopg8TAO2G0i0tBnxZFdcAJ1X1LWxkc { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:8.5807304382325rem;left:13.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container { background-color: transparent; background-image: none; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container > .video-iframe-container { display: none; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row > .video-iframe-container { display: none; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .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); }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container { border-width: 0; border-radius: 0; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:block; }#f0xkkV9JeLIT7mLybcUEgpLlCZvZn8bD { color:rgba(var(--color-secondary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.43603515625rem;left:13.59375rem;height:6.5810625rem;text-align:center;text-align-last:center;display:block; }
#QfoDFFElbrTmRtHtpRD42TmdBk2yaaAz { box-sizing:content-box;height:1.8125rem;width:8.75rem;position:absolute;display:block;z-index:15139;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5rem;left:6.3125rem;display:block; }
#LTF8OM3ArLuJoTt5Xq4LnzoGl9CqL1ST { color:rgba(var(--color-tertiary-1),1);display:block;width:7.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:31.625rem;left:6.75rem;height:;text-align:center;text-align-last:center;display:block; }
#sVTtKVSZ12q685eHzhkTWPhv9IZ1DcK1 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:23.8125rem;left:3.375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#cm7euA7WlfJ6xq9isMBUp5xGAaioxULm { position:absolute;display:block;z-index:15040;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:8.875rem;width:18.5625rem;top:14.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#TngM5OhORA5o1qO2U5IPVoe8w1hJupr3 { box-sizing:content-box;height:21rem;width:19.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:0.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#bkHtVAiF97QIDBRDva3xu1su1I6h3Kh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:26.5625rem;left:11.25rem;height:4.2246rem;text-align:right;text-align-last:right;display:block; }
#rkxCEpoVir6wHHoOeqNHOlPIv8xdq9Da { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:26.5625rem;left:1.6875rem;height:4.2246rem;text-align:left;text-align-last:left;display:block; }
#bv6VTeE5tRFGLxZ2a8HxhGvfDy6G3GD9 { box-sizing:content-box;height:21rem;width:19.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:27.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#VUAwFywfvG9XqTPzBVRUgCtHmiVSLSQh { box-sizing:content-box;height:1.8125rem;width:8.75rem;position:absolute;display:block;z-index:15146;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5rem;left:33.3125rem;display:block; }
#WeCbk5VvuD8NkroUNV045H0mTHQQEnHD { color:rgba(var(--color-tertiary-1),1);display:block;width:7.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15147;line-height:1.3;letter-spacing:0;top:31.625rem;left:33.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PGJTWAX4Hb7nBTvOxfJniWuC64bb9W4l { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:23.8125rem;left:30.375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#El1xJHoz45xoVaR1SKLZJpMBxedmk7um { position:absolute;display:block;z-index:15047;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:8.1875rem;width:18.6875rem;top:14.5625rem;left:28.375rem;overflow:hidden;display:block; }
#Z855UiOCSEDW717KFS7ZNHwev3k3nNy1 { box-sizing:content-box;height:21rem;width:19.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:54.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#euLcfs3nXruVToiDTJZRrv1OFQQooEPz { box-sizing:content-box;height:1.8125rem;width:8.75rem;position:absolute;display:block;z-index:15153;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5rem;left:59.9375rem;display:block; }
#zfPso02yHGqNIqt0vc3FmkL7oRzktWmg { color:rgba(var(--color-tertiary-1),1);display:block;width:7.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:31.625rem;left:60.375rem;height:;text-align:center;text-align-last:center;display:block; }
#ycxHCMIT4BMg7xasqT70MtahaawgNCVT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:23.8125rem;left:57rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#mRGz5oFBVGBIlyHPmMcyHpeL9NUTEHHp { position:absolute;display:block;z-index:15054;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:6.1875rem;width:18.625rem;top:15.5625rem;left:55rem;overflow:hidden;display:block; }
#hvo9Bf5lPkTZXTGJkkuq4nTSV0fMskpT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:27.625rem;left:38.25rem;height:2.1123rem;text-align:right;text-align-last:right;display:block; }
#g61RuIN4UrbGV0NPU5F6ZNVFwTE3Haea { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:27.125rem;left:29.3125rem;height:3.16845rem;text-align:left;text-align-last:left;display:block; }
#tGPraJflOvgexKLfR484WcmRGoC2UTHt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.0625rem;left:59.0625rem;height:3.16845rem;text-align:center;text-align-last:center;display:block; }
#W55Tw3eTOT0giIyV9sOFgqWWcHRAMGxo { box-sizing:content-box;height:21rem;width:19.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5625rem;left:0.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#gsDEucr0aiUeA1y5LcdvegqnAcki6oRn { box-sizing:content-box;height:21rem;width:19.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5625rem;left:27.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#D8mJU6zIBKlwISV77u1O5SLazLOliGUn { box-sizing:content-box;height:21rem;width:19.75rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5625rem;left:54.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#MnD17q0wHx0zTPrUAbiM2a45I9TXGhGI { box-sizing:content-box;height:1.8125rem;width:8.75rem;position:absolute;display:block;z-index:15159;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:6.3125rem;display:block; }
#FT0RrJUQ03RQgEIwkFfUR6x5lZmdd4st { color:rgba(var(--color-tertiary-1),1);display:block;width:7.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:57.625rem;left:6.75rem;height:;text-align:center;text-align-last:center;display:block; }
#DERgNfM6oi4QsaR5X7ss45eL72rQUurT { box-sizing:content-box;height:1.8125rem;width:8.75rem;position:absolute;display:block;z-index:15166;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:33.3125rem;display:block; }
#KVqR695PkmSKq66oOktkRFWJihqTUsZr { color:rgba(var(--color-tertiary-1),1);display:block;width:7.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:57.625rem;left:33.75rem;height:;text-align:center;text-align-last:center;display:block; }
#T8bLGBJc81xBRtvPJOvyBOaK7tSPCDTT { box-sizing:content-box;height:1.8125rem;width:8.75rem;position:absolute;display:block;z-index:15173;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:59.9375rem;display:block; }
#D5WWHOLvdmB0QCVzLJuh51vZVExMT5J6 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:57.625rem;left:60.375rem;height:;text-align:center;text-align-last:center;display:block; }
#T1DT1CERTtzZpT4mFgMfDupmZlIaGvbB { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:49.8125rem;left:2.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#QfwcfD1osJA0ZK3fs32IbdtxM5XcnUZa { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:49.8125rem;left:30.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ycSSIabA5nNKzB7vrxL9qG5Ucmciq9qu { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:49.8125rem;left:57rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#dZnPEfI18uTi67AzgTULrNoRQ0Kc9fkr { position:absolute;display:block;z-index:15060;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:6.5625rem;width:18.25rem;top:41.375rem;left:1.5625rem;overflow:hidden;display:block; }
#WyrgqS34c8XMyTdbJQhVU7sOeblPlwee { position:absolute;display:block;z-index:15067;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:6.625rem;width:18.8125rem;top:41.375rem;left:28.125rem;overflow:hidden;display:block; }
#g6y6I2TcMTI2K4oBaTfPkCCDTPUosC80 { position:absolute;display:block;z-index:15074;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:6.625rem;width:18.6875rem;top:41.375rem;left:55rem;overflow:hidden;display:block; }
#wuap5MMw4QydENgF1vTIQ5kBXcARHcZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:53.625rem;left:6.25rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#h2k6KIAnm9hw7LvcGIFv9uN6m71O24Lg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:53.625rem;left:32.25rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#SgZ1bt7JdFNqN2P340F7mEiZScPPcppe { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:53.625rem;left:59.375rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#GKbpvk9a8HsBFdprt3oxBdgzdsAMRFBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.955078125rem;left:22.34375rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9DD3zl7TsepMTW0CBDHRyi20917hbtL { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.8125rem;left:31.15625rem;display:block; }
#NyOOklSOOQZRlSS3HbGwL7v4Xq4WkrsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noFKFyKraTOKNwPioH3gREz2JJTLoH2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { background-color: transparent; background-image: none; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container > .video-iframe-container { display: none; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row > .video-iframe-container { display: none; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .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); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { border-width: 0; border-radius: 0; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs { 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; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container { background-color: transparent; background-image: none; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container > .video-iframe-container { display: none; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row > .video-iframe-container { display: none; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .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); }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container { border-width: 0; border-radius: 0; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#Koq0hB5tavTXfn4sHsqUoMIZPe8rJ5BQ { 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:14.0625rem;width:35.625rem;top:2.125rem;left:0.875rem;overflow:hidden;display:block; }
#qfTBsQE6F5DGq7cXxcBkDLmRTmgetS1h { position:absolute;display:block;z-index:15001;height:19.9370625rem;width:35.625rem;top:16.4375rem;left:0.875rem;display:block; }
#WcnEQIJObLIynzR1POQd9Ta0SlMFcxE3 { color:rgba(var(--color-secondary-2),1);display:block;width:17.625rem;position:absolute;font-family:anton;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:41.3125rem;height:5.76855625rem;text-align:left;text-align-last:left;display:block; }
#S06i2290J9tHDt3geZVNaPw5rG7OTOGD { color:#ff6900;display:block;width:16.6875rem;position:absolute;font-family:anton;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:41.3125rem;height:3.0874rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fhiRKeFuVrFtAeZQHp6BXVQipuesXiXM { color:rgba(var(--color-secondary-2),1);display:block;width:32.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.25rem;left:41.3125rem;height:3.5rem;display:block; }
#q6htQLLqqVb6VTv4P5BQlJgMkFyowumz { color:rgba(var(--color-secondary-2),1);display:block;width:29.937rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.625rem;left:41.3125rem;height:16.875rem;font-style:normal;display:block; }
#uUBKDVSKUbnFFXveTUVNQfROTGGNsdA7 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.6865234375rem;left:41.3125rem;display:block; }
#Bd9FAP187TLQ25CiKvX72LZJ2VEbDsQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 { 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; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container { background-color: transparent; background-image: none; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container > .video-iframe-container { display: none; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row > .video-iframe-container { display: none; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .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); }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container { border-width: 0; border-radius: 0; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#xd9ysDM4i7zc9VbXJS9mOaTsWfO20oIE { 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:14.0625rem;width:35.6875rem;top:1.5rem;left:37.0625rem;overflow:hidden;display:block; }
#S3wPsgKMHea8RHapEBip5W859avCN3Ua { position:absolute;display:block;z-index:15001;height:19.875rem;width:35.5625rem;top:15.9375rem;left:37.0625rem;display:block; }
#hK2iO8ZADqHZOlibE9grwGro0uKVkPbD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485625rem;position:absolute;font-family:anton;font-size:4.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.1875rem;height:6.01245rem;display:block; }
#ZPoLazpmeqJwJ0ZbnrK2SBfuzAziT5SB { color:rgba(var(--color-primary-2),1);display:block;width:27.374125rem;position:absolute;font-family:anton;font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.1875rem;height:2.68115rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVfHEHrPV9JgVfF21SFT1O9nQ8TBNWCb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.1875rem;height:4.8754875rem;display:block; }
#tbiOFNdE3yv5CTqJrUlOuXXonHlgPu5A { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5625rem;left:2.1875rem;height:13.125rem;display:block; }
#pJtgoVKTEiK1qvsxNs9yQwlF7S280BIy { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.125rem;left:2.1875rem;display:block; }
#UHzLoZuN1n9Wft7srFiwt3BswCsoXplS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);background-image:none;position:relative;border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { background-color: transparent; background-image: none; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container > .video-iframe-container { display: none; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row > .video-iframe-container { display: none; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .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); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { border-width: 0; border-radius: 0; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row > .video-iframe-container { border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#D5liVXGBp3dyDmeJLFPiUar7Gk12Opna { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0625rem;left:16.25rem;height:0;text-align:center;text-align-last:center;display:block; }
#LizFgpbVr7ZRoxGgVyaEOvir7qnSqAZT { box-sizing:content-box;height:4.3125rem;width:31.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:24rem;left:42.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GZLJtgTSZEkOHlppigVylrK28Xru4lfE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:5.0371125rem;display:block; }
#N0LLcWCIXECoRbxJPJDsvQg3sLpOTBgA { color:rgba(var(--color-primary-2),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.86865rem;display:block; }
#tCO6GOWmFLErpuzo4QUp4cQOMDpUtT6u { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:;display:block; }
#de1TeIzlwhaQmmpR5fD8QGMJoZfyP9eT { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.59375rem;left:44.03125rem;height:;text-align:justify;text-align-last:initial;display:block; }
#OoyiTW7MslXSTHMyqTIDHfbTVxep9pIq { box-sizing:content-box;height:2.3125rem;width:27.75rem;position:absolute;display:block;z-index:15021;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:0rem;display:block; }
#vs4XoudenpT2urQtfHOZOhwQxBFLg0Gn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.85595703125rem;left:0.34375rem;height:2.51855625rem;display:block; }
#zgeQitEKxZpHhTyPoVWL8PZtlmV22ktp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:31.25rem;top:2.3125rem;left:42.875rem;overflow:hidden;display:block; }
#RbxC6IrcMNksXZUiR6ZibtTq8pTCbNDx { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24rem;left:0rem;display:block; }
#nER7w8WUt5BxD9faJ7Gz02ygwWXIyFib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8353ae8c-25d0-479e-89da-1de6cd7b0c53/Untitleddesign49.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.adaptive-delivery-prevent-bg, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyload, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyloading { background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { background-color: transparent; background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .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); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { border-width: 0; border-radius: 0; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#QMT9dmhRmIkqBS1whv3UO8sFFbsicyTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:14rem;left:14.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#voUL3nKrZ2ruxK0l9rn6NiugSapSrsVd { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.25rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTVHwWQoGEP7wg8W4Am6JbqMSCIEHwS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4.1875rem;left:5.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#ifHSzP8qTI9JcZWQDn19eegydgBoVPOG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.52;top:4.125rem;left:12.375rem; }
#aJ4SnQdfkieG585n9lOetwlFTkADIK22 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4.0625rem;left:18.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Av5iHtAF3WDaAQ4TkcA7TW4f9cKdDgOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.52;top:4rem;left:25.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#S3nm37uCks2ESciXuIyzgKsT2NIEO2gQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#rSmwBKhmloLXHZQvvbuA41KXqzvWOapI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#t8dzSBVcntJnmCKpTBX5HNm1tkBOsXGg { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WhFIp34QlnF2vz9WvBBkO3ZwhTsldbkR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#a9N88XmPDA4ppqmXKz2JTda74fmdpGtG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#poan2BxJ8Q5qON7cUHemc6qMGiIbWou4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#tv8i65dLZqaCBesBDRHtckU6TMTuLT1F { box-sizing:content-box;height:8.5rem;width:41rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:40rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#E6SZl4R3Cfxce5E8VI1OxUT9dECSU1KO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:30.5rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GBrLFoSckTrKpGO0ktBTMkvMuglPw7fp { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:42.375rem;left:16.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rRg8TIPI1SntHtinU1QMqHvo1EeULZN4 { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#i1BZvsCsHXaMXHe9NmfT1luwtvCier2i { box-sizing:content-box;height:9.625rem;width:40.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:28.25rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#y6xVuqqPn1PSx5hcL4IMToyMWrzwWJzn { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:19.875rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPEwO2EJ4ScUEmSDZCTyzxlowDcNPP9t { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:31.25rem;left:3.8125rem;overflow:hidden;display:block; }
#v9srcF0vC26UzrZF8dzgoIsviMabxat2 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.625rem;left:3.8125rem;overflow:hidden;display:block; }
#qTJTlfUcdM5b4QTaKiXK99QKzkWQbeAy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:31.25rem;left:7.625rem; }
#BWiDC1Be5WzkBT2HoH0IpeG9Eq8IgPVV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:31.25rem;left:9rem; }
#nH81sfmiJ9lirT8DPTtmNNvM60d8IHV2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:31.25rem;left:10.375rem; }
#qOSR1FHxId1hl37EnawNl7uKnwPW13ff { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:31.25rem;left:11.6875rem; }
#hbNlLggWGAwvDESnsk8HwIRdCgTqlCCp { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:31.25rem;left:13.0625rem; }
#CO4Rp3PRfhJgFwdzlhJQyKxkIMvOpWur { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:42.5rem;left:14.25rem; }
#VorZfuLC7gTJ8XGow77i6T03wr1ELLX9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:42.5rem;left:12.875rem; }
#QfMOOC0Ir9KaXsQdmXKvCFlveBBK4LXp { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:42.5rem;left:11.5rem; }
#RnTLwqVJsBAfHhxG0TFqmM8V8lI4Ct24 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:42.5rem;left:10.125rem; }
#psJD3dx9BC2pFcHvFt601m0sKLCaWriF { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:42.5rem;left:8.8125rem; }
#esRk5SEGUQsn403xkswF6gwGnwXnNCll { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:21.1875rem;left:8.0625rem; }
#hxJtKlvCHADnALg3WKHuui9yGH1QF916 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.5rem;left:4.3125rem;overflow:hidden;display:block; }
#PTM8MT3kROTCoSPTWZV1wwlh03HWw074 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:8.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#vD0cqPGQB2FhwdaMNUZRZxPc0QbLEFll { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:43.8125rem;left:8.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#RiDbXWZIqaK8QqUJgLJrMOTPUmGWcCpf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:32.625rem;left:7.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#b0eTUyW825CNFKaf6ywJO3WIe9e2GHDl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:21.1875rem;left:12.1875rem; }
#CnF0LLAf8WNv1a7XTbTNSnIhU3BMPxPW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:21.1875rem;left:10.8125rem; }
#nQiKWR2b6ilQCTh4emwfHpnIAFeKOuG2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:21.1875rem;left:9.4375rem; }
#RE8wQOKq5q6r0DLZ0E2k1DngXxRXAge3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:21.1875rem;left:13.5625rem; }
#J37GDS0b4DacWp15BAhRHc3uoev8Ql0k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.52;top:3.9375rem;left:32.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#xX3P6HvkuNV2fxfzb1RL9M8VwSg1GE5y { position:absolute;display:block;z-index:15031;height:42.875rem;width:25.6875rem;top:5.8125rem;left:46.4375rem;display:block; }
#Bpee1pdnx467MtETPvr5Sd725ZZTx6Q7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#xaU0RLc2eGFiAzsJ6O2Ii5fNFreqgdwq { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#pOUGQsVzlvxgOGlyoqMAv40RA1sLlGD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aEEDPo64JI7VX331PUhTeMJhrOFPEdG6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:8.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#nbVTdQblyE6hUrz9a1uFNgZZmWvKiJag { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.625rem;left:3.8125rem;overflow:hidden;display:none; }
#oA7M5PqyfaskZHDz4VH0CdyHn2zaKUvP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:19.875rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OeEPtggTw6GszVbwMoxgttWDFHBEeppO { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#UIoaidaTvokvIyZKi56QzmDJL5t2mVAX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gr5AhimEkGZH8b3TnyzflMTDAzTOX79D { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#fTcgynTecGTT0sGJ3kTm7aizv3snHChl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ohi9WykntUZ9hMlNxUb8DaynCS1W76pW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:32.625rem;left:7.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#BuDKmwVKmxskVBirx1b7LJbp2mTmx4qE { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:31.25rem;left:3.8125rem;overflow:hidden;display:none; }
#ls9k3iiBUpQP4BMd8ze4IM5fubBowmPq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:30.5rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xqsEFAqgR0gPtRXt4fDewmBZL2T7weQa { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:43.8125rem;left:8.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#pxcUdmTlOJsHEedOdVd5wFUmpzLmObAS { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:42.375rem;left:16.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ie7RzW0CuDy8ApNTEkQ0Zu25r4ppFs9C { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.5rem;left:4.3125rem;overflow:hidden;display:none; }
#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.46);background-image:url("https://images.assets-landingi.com/uc/771c23ad-79df-4708-8fb8-e34a1e9656a9/GIFTCARDSECTION7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.adaptive-delivery-prevent-bg, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyload, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyloading { background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { background-color: transparent; background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .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); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { border-width: 0; border-radius: 0; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#Xwrzzb8VTBycNyXb1rXyGsLg3Jo0qO9i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:4.125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#vdAtct55x6WapafOiTXypCZob1WU3uAz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:anton;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.62890625rem;left:4.125rem;height:3.4121125rem;display:block; }
#ssEH5oJwSbqCTcLMWr5HQ7rJDDorZosN { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.4375rem;left:4.125rem;display:block; }
#mei1UZiGtmITZPL2PQPfwt4y6Rvs4MPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ { 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; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { background-color: transparent; background-image: none; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container > .video-iframe-container { display: none; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row > .video-iframe-container { display: none; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .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); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { border-width: 0; border-radius: 0; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger.adaptive-delivery-prevent-bg, #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger.lazyload, #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger.lazyloading { background-image: none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.311968803406rem;left:15.000000953674rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vkEsWm6fona1nuGiyTo1NPwg3dFzovP0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #uFTweuNCS5IPP5efeIgLBwAQlLTGhssL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Ug0D2F5OVcwnOsQlh7TRxKM9hX6afE1W { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ywRIQ5DEWzyfuTvzbSDwaeIcI9tTbPZc {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #QVODG095Xh0GrT0BpJsKyzdPQ74QTFi5 {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #r1PtG1b6hemUzFhRgB35EXzHK9y75ki5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #UypmZEsZfrxJpwnzlTmgTvRgMayvuQ6B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #s8d0LRBhEWd2zHgtWocx3fSD0XTBdSWl { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Wcbb2geTHxFn1Eerz2UyslXVQ6zB4qlo {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ySh3tcyDiDTSunV2wOBBI0AZKhzp1wPK { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bhGidwmE3aTTsebu58W7FltxRcoLFSVv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VVvS8wcsudahRaHxaZrse5wGmW6553hZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bbwboWVsPPxwxiiD3uQ4ywWggzGJqCZC { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bmfAitrXByli2QLgaxo9gV90Mf6RFutk {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #NsQhJz4tu2x6rsALIGKZdl0eANeGXE3d { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #eMRE7QMWLJ7lOtlSaFOd0FWKl7SetNSN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #T8DbweadFsXfUDiz1C3aDf3Ttmgb1U7O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #EaRQ2a5OWfPkd1VG0HWw0qtQLWlm0rgo { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vulhbeckzekNQpD6e12bKrnrNlxdquyM {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CBlpa5FKKT2RKqvgQJ2DqBb1O5ANKiu1 { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #sNnsVdrhZ2zkCezVk1Mc4ubmJ7uvWX0e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #hE1Ur0LJ9wn953Ci2C1SPCf7c6lnXEPc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #xb1m0GBSctfnuz6OH2kr6luTvCAVW6Tb { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #enyt02XMHg1ZAsnwOa3dKM4W5PBo7pgH {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #o5lnt4wT7QvpEvNLhVhReS99G6UmuW1Q { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E6Gy1FCUJFUV2AFoCSeuvO7LituI7GmV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #pNK3NBi5cc3q8rRgCniOq4HxivLRiNsG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZMkLEpN4BviHGXCD0c5SqbZTHls8kVyu { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #KRtNnb0W6hs2ctugANnGPBdAqDMHWEBk {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #DKxpnbvEATgGPaycV91aRSoxpO0QgdXa { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ty5LJtXZo32uy7mvvJXXWzxNdRlmVeTT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VWKzllzrxt22NyEzW5psarIiTDJ7KdIK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wrbW7UhkcQ65x0F3GDpgEAtBWP7Dvlu5 { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #kHq6rLV6vk2l3QTpTDS5QLSMmCcrS2Ut {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #rG3VT3G0ES8TPTor5TmtDOtwcGpsWx6V { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Fnn1XkUzSzflr9hVIDcKvtyJ1O5XIrA9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #On28NGHMzATgCEE1xHx7SxEfVARxhVRe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #oBsXAB9v5TRWtSKGiHlv6haiFF9dQ8O7 { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #MTPCoBToBewTTebtPJC3PCoogceMDLm6 {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #z5idWGUW996TGihw835IBSgA9I9RWnP3 { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Uef0wHun69Scmrdg80EMXEcHtVT0tk2O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wxdap8dyHBIe1mVKUb77PmWVvLxv6s2g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #BrhOH12fASxKTB363R5sbGQHgPRV1BLB { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #LHX71irebaRgNzv7li4BQMBNQ4Jwa3ck {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CJKRiA5OhWumRS8SDrxWeQWIWpwtN5BS { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Jum0D1uTxU6X30Rd7GixPBCglxkTqLAJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #fGHfnTih4HGwTwmz6KaWX5Zhbhu9L5Es { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #dRd3fiEWpHWIVK8gsmizMknpB657146e { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #JkVTn9OShRvCVnsL6Oa6fC1V2aKcVEBy {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E7U0neMFMTreICRHnlVT7WvZbn4oRoPb { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #yckliRKvt8xQU803fmuD1CR2ATzhH0TE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #gsX1OOCsK52BQObTr8QghFsy8kSMA1OT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #p7Fs4x1k8SDeZC2A57pRNgcfi1Pnb6bV { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZJTf6Tg8chnFT8mLb3xsbCJ9XyXbxsz0 {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #cwAuKc3FTVEI7BaItzu0tAkZNbRgQHiQ { display:none; }
#nulfvp92l8VQ4GX4USor9sm9fn0P9vKO { color:rgba(var(--color-primary-2),1);display:block;width:36.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1277122497559rem;left:19.312066078186rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#y1vzvy1UoBtsZO9kxuVPOfSOFhXUhN8I { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7827682495119rem;left:8.9366331100462rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v339aaVVnA28GHH2pk1H0aZ0L1KTOxAT { box-sizing:content-box;height:0.1875rem;width:73.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:67.50000190735rem;left:0.6875rem;display:block; }
#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX { 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;z-index:auto;display:block; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { background-color: transparent; background-image: none; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container > .video-iframe-container { display: none; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row > .video-iframe-container { display: none; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .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); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { border-width: 0; border-radius: 0; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#XlkTgVZ9dN10ZAUzLNhnuHXG2ZTPoJGZ { 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.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#uBSVk8Uc58PU1P937971633TtcGtRPnQ { color:rgba(var(--color-tertiary-4),0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.30019375rem;font-style:normal;display:block; }
#gEipAwC9cShORZkH3c5BviqArf4ZNSFT { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.30019375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM { display:block; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpzXZIoJPUc7x1o1STwITJ7DSG2HsE2W { top:25.5rem;left:0rem;width:46.9375rem;height:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0PLhgexE4T9BD6OKMWeW9MONXKgPgff { top:29.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbXD7w0OAfiJMOZLXxWRkmGAtT7n9Lme { width:6.875rem;height:1.625rem;top:33.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSie44P6wJUOWOtxCHVpzTuMceEwHF4w { display:block; }
 }@media only screen and (max-width: 763px) { #mlWGso8hx7JBura7uDq30FhUZOX5UMtS { top:34.4375rem;left:1.125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCOP7smqcvXLidqpBdGF9yStUnRt1yFO { top:21.4375rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haq595KIFdRUJ1zG835AuENNym5KnBUq { top:24.1875rem;left:0rem;width:20.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeCXbB8euknX289ESZTK7E2pSl6SSkSd { width:12.6875rem;height:2.75rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZXlcvO3tClkxT3O2UEexVGqqgpAzNU5 { display:block; }
 }@media only screen and (max-width: 763px) { #xPtWgv41EdFThWPmSGrcfOwd41X6eh6y { top:28.625rem;left:0rem;width:46.9375rem;height:4.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzhgpulZy2LArdZZCdC0zxwZA0iiC4oQ { width:6.875rem;height:1.625rem;top:36.1875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CywDHlym4tlT4z9rut0MExhfglTOX3Lx { display:block; }
 }@media only screen and (max-width: 763px) { #NtDM52tkOgiyVg12d9FSpuQzBNo7Z2Iy { width:12.6875rem;height:2.75rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #usSA54CyyeAn5TbkHVHdAXGNCdhGLXTN { display:block; }
 }@media only screen and (max-width: 763px) { #WS1KFh3oW8i0cdVelWzCK1tty8TvhE7J { top:37.5625rem;left:1.125rem;width:6.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI0hWTwi1CuybQ4KbbPUZWTKU6CZspDm { top:2.75rem;left:0rem;width:17.0625rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR { display:none; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UToOlqAn7QxEBA50pA8O4h3mJ2AmxAKN { top:1rem;left:0rem;width:11.875rem;height:1.4296385747199rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhp41fpZUti91NTT5PBy4kIlcBObJ2iz { width:11.5625rem;height:2.75rem;top:0.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkZnGUiWwaMFAT14frM2g5x6BNQ9t8vA { display:block; }
 }@media only screen and (max-width: 763px) { #nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 { display:block; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMxLH20OEqgiPEhBHkOhE3Ly9eRTHOm8 { top:0.125rem;left:0rem;width:47.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvtB74sZIRHeST69APVbshmnM2zCf2sa { display:block; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNw7zFVvOpGqvM4AX5PEya4y82BhXkTy { top:0rem;left:8.81298828125rem;width:30.0625rem;height:4.4375rem;font-size:3.4375rem;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) { #dmntXr0htU0X1CHpr46rV8cMX3T5z5Mf { top:0rem;left:0rem;width:47.75rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV { display:block; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK { display:block; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSeRgh5azk5VPDz0SnStdaB9dRzmLNz9 { top:2rem;left:8.9375rem;width:29.875rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3m8Tm5OTh3ggI2nCA2huERLADyKH3K { top:32.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Kp13nT6G3y8SUxoZGf37OhNMmpVdZV { top:32.9375rem;left:0rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhabTArWap0OJmqW9ApEmeT9n10u2nu { top:33.0625rem;left:13.75rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKcDP6odi0dfcZQymHspBuLqOUC2LLlP { top:33rem;left:11rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZ0LQ1lGkPZGC3tB3Se6L8E3RtzOFBI { top:33.0625rem;left:32.125rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSHPevXc8I2qMMRRn06OHOGVncA0LAxp { top:33rem;left:29.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvosVMgCA9K9Rrx4smQ4sm1dGElhz1d { top:33.0625rem;left:43.25rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrOBzlQEDwF9bKH2wvx6Vr30GzUoqh49 { top:33rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTLQr8eFUnBwRZlTv8SfzOiwITTT59R { top:30.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUU8mtShz6xrWLXz17AML40A1XzeSVd { top:30.6875rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVP1G4cT9828LCoeoSqlGSsEEZ7xG0W { top:30.5625rem;left:11rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBo4XSp9TBoAacabSIg5O5FrNCP439zr { top:30.8125rem;left:13.6875rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZpFgE2nzDaTLzScgGKUzUeZgDcBD6b4 { top:30.5625rem;left:29.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfR0RQaEhiXFqx8xBsUShtVhtNuV7OPR { top:30.8125rem;left:32.0625rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmVlbh2seJHqRqO9EuzopHNJrDgi3pVM { top:30.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvdL1JdhbPIFxSe5m0kQSDJ8lC5vTiPr { top:30.8125rem;left:43.8125rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6U0TqsSRnwEtAbPUz4TTMcTCnid0IbX { top:28.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDLFIzfvgynEADzMblMNmykxo8VetF4S { top:28.4375rem;left:0rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2TWQm6eGaK67O82VKHJ3FW688cDC7QT { top:28.3125rem;left:11.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbxNiF1r7sCU4N037RxNh4VrOd1aH4H { top:28.5625rem;left:13.6875rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJxlkbnOB1agzVnng917MshuC2uZX4TO { top:28.3125rem;left:29.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0i79TyHgrTeR1fZ3waksK7dICxdZgx { top:28.5625rem;left:32.0625rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyMlZmKaXxK0GouxtBivlysuuKKKm9Py { top:28.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ0wB4vJ3QdPXGini4oIuE21F2mHXHEf { top:28.5625rem;left:42.8125rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvzB3GEmlX97pex9WGqGXOeU89QfBwZp { top:25.4375rem;left:0rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL15chv1Sxi4RrhncFQApUB0PpmWrCOS { top:25.4375rem;left:9.5rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po8Rs7tV5EHURFf4DRqZIb5ANQA7v38B { top:25.4375rem;left:26rem;width:15.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN0JIwmG72Jl2W9vP0QnSZVegtu0EMcm { top:25.4375rem;left:34.4375rem;width:13.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfgv00A3ntygdUSTJQrs3FIw3e8mqXB { top:19.5625rem;left:0rem;width:16.5rem;height:4.56185rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdThyhpX3cgAHbOFnGq8XwLL9NyT8Lzd { top:19.4375rem;left:6.3125rem;width:17.125rem;height:4.7326131309348rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Jw0ZCT0ktckxqldUp6TKRl1ya7OGKH { top:19.6875rem;left:24.875rem;width:16.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4nx5TZ6D6WEUfmw4E1qyoSiPh2SXkud { top:19.625rem;left:31.375rem;width:16.375rem;height:4.4205008955428rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9uRKz0coioV9AFnEMdytwuiVyBxV9R { top:57.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6o74fgXCfw1RgoHOIWb5isq3qllvt4T { top:58rem;left:0rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz5rViIPC6Oyiy8OTnfVCIAInzEkmnaZ { top:58.125rem;left:13.5625rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xalXc88Tt7tckTFQa5Nv69DAlfwO4pIW { top:58.0625rem;left:10.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD8mqnccunw24LNJqg08em62PWEaDvUf { top:58.125rem;left:32.25rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9AWZqSaOB1wBwxrNyqX31cW4s3ptnhe { top:58.0625rem;left:29.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtQGk63bfKQuQTJz52GdUyz8lwJnMgo { top:58.125rem;left:43.25rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkQfTyvkTiTNc7acztBHQrnGIRpTxQvH { top:58.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1HXDfOlOg9VoVTMWzkaKzoxoJeqecLC { top:55.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRsa9WoLAgRy9hCnnXnsPV4ePgIGvDwa { top:55.625rem;left:10.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKDDoEBGLAO5ioQAIqPACVVPBwtBg9I { top:55.625rem;left:29.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEvrrKZgzsFITbK8N9XhgVPvPFAidD { top:55.625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbtw3ShbM6LeM9ZANZa9RkarAqh9A8q0 { top:55.75rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8If2HQyHHcO3vXSHcKEgNPT4d25rl4x { top:55.875rem;left:13.5rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUTKVzpgoA4hGJHTeMRLeouoGaI8tro { top:55.875rem;left:32.1875rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtm7cXTBlVuZiLZ6ZPdgMcdDT96KJReU { top:55.875rem;left:43.8125rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #it1RzIZQnzZHU25XK3DQBtTfdn3oqIUm { top:53.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtxJpkAuvPsI1OAhta1FTpslB5SC4bL { top:53.5rem;left:0rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOMNpLnETnOII380uztZV65iCTwXQ9q6 { top:53.375rem;left:10.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTzzuNQC4C5VGSaS29ug4cIaLuNdxoC6 { top:53.625rem;left:13.5rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZF4t9sBSVkBT7Z2ub8vfFpHbp62NLsr { top:53.375rem;left:29.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1rIwS0btRyHhpzvZCWLDTPgz8NwlPE7 { top:53.625rem;left:32.1875rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ZqU5uiSVofCpyTd7vKXfQprK18sGa5 { top:53.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9DHfdZatRls02m0T6STuAw4VnlaK0d { top:53.625rem;left:42.8125rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2xQycPWhTOANoRGCySbHL4o5UJQPBBB { top:50.625rem;left:0rem;width:15.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4rapousOTwIbs3D8pSrAhbixHoRqKwx { top:50.625rem;left:6.25rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr2OIZQF4fKqXpAOcpAZ5puGKHlQISEX { top:50.625rem;left:25.75rem;width:15.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXHAAArBQ2urvU5NTgRDzPwQ9daGScXA { top:50.625rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzoH61uK8d13ZL5Ds1K30F0sxI1K3Do9 { top:44.8125rem;left:0rem;width:16.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNDQ2IHsePNGJhEic5pVhwM8WCWu0r8T { top:44.6875rem;left:5.5rem;width:17.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoS1tZryE7pKkQTfSXTh3ku5yNgBu97h { top:44.3125rem;left:29.8125rem;width:17.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUn1ObZM6yHEu4bbeqPirLkB5X2megHt { top:44.3125rem;left:24.625rem;width:17.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTIbbdd5lotMnCVHKuUlVVXQlNQZ8wW { top:42.5625rem;left:39.3125rem;width:8.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNG8b74wXop4PgfnT3T9TeEovEoc4Te { top:42.625rem;left:39.5rem;width:8.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQuiDKKKUTnP1hAPUF9f47O9HfVoB2Q { width:12.6875rem;height:2.75rem;top:65.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RltQSesKot5olxvfG2E0hVE4OCaApHB3 { display:block; }
 }@media only screen and (max-width: 763px) { #OJeIDKwf0EBW3aik0HhqZafXl7r7KrAD { top:41.8125rem;left:30.125rem;width:17.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2rqz5yEltaUWyGVDeTVMAe7BKKBLdQ { top:41.8125rem;left:24.5rem;width:17.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqC8VJhFTiTVQJwn1TkM0mfEqyfPcdam { top:41.8125rem;left:5.625rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTQ1WWmcIosFJcTBAlMsEDXSv1GuODG { top:41.8125rem;left:0rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8IJ01Ek7fka9SJ8TeikX7fgN99KE7Q { top:17.375rem;left:30.125rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIkz7Iyd8uofmSlBnUrTNx1QKSdQuC5M { top:17.375rem;left:24.4375rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XZUWTGmkpIBmH48cc69yXVWIIGCTCG { top:17.375rem;left:5.75rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLESq4N7hkO78rEwRZCg6XlcruEZvBep { top:17.375rem;left:0rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwOzZqIPRv3TINKisqdGU4yPdT8FupsS { top:60.4375rem;left:0rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmmVQopvdyweL1rM2G8Af2ycJSIRKEc9 { top:60.5rem;left:0rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVAOmsg9J1UZ5Bu6xMqXqkMRsyN7xdg { top:60.5rem;left:11.4375rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD1qd4eqOLW0GDaaBpL3cUzTUD0isr2M { top:60.4375rem;left:10.625rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k14Fi7NQUb6LUrHG0FkZbDHSE7kxwHOo { top:60.375rem;left:29.4375rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA77U95ICc5tqopALFRy0raNZzK4XpMS { top:60.4375rem;left:30.25rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQckpo6aBCoXvxX6gcUOKC4eZV0ILJEA { top:60.4375rem;left:39.75rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzcykXV3oqJRrfidvV5r6eTCPpU7G27I { top:60.5rem;left:41.375rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omLCQWMPDIaAaFBcOVOBQTuJAE2ZR5O9 { top:35.75rem;left:0rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1JqxqQKAuABULeOEGJugkHDnAZ4qOlE { top:35.875rem;left:0rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5c5XI4yhfCBqBAVpM8cHfLqHuuUg2w { top:35.75rem;left:10.6875rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRbZFkcKZVHCcLMQlEl4R36RRqcQnOph { top:35.875rem;left:11.5625rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsUewN1q7yaDpaiEaqg2rW2NyJfPyR17 { top:35.75rem;left:29.375rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOQlBSZUt8WSP4FfS1OtPvfABQZrV96 { top:35.875rem;left:30.25rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssxpKfhNe3CLcres9uoHJC0ycOxUQTnT { top:35.75rem;left:39.75rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PambMrlWwXgDOCkxRpbnNqk9zxaMQK { top:35.875rem;left:41.375rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puopg8TAO2G0i0tBnxZFdcAJ1X1LWxkc { top:8.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO5oao6TetQxca2bAmw7BhTRdNCEhuWc { display:block; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0xkkV9JeLIT7mLybcUEgpLlCZvZn8bD { top:1.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfoDFFElbrTmRtHtpRD42TmdBk2yaaAz { top:31.5rem;left:0rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTF8OM3ArLuJoTt5Xq4LnzoGl9CqL1ST { top:31.625rem;left:0rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTtKVSZ12q685eHzhkTWPhv9IZ1DcK1 { top:23.8125rem;left:0rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm7euA7WlfJ6xq9isMBUp5xGAaioxULm { top:14.1875rem;left:0rem;width:18.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TngM5OhORA5o1qO2U5IPVoe8w1hJupr3 { top:13.5625rem;left:0rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHtVAiF97QIDBRDva3xu1su1I6h3Kh2 { top:26.5625rem;left:0rem;width:8.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkxCEpoVir6wHHoOeqNHOlPIv8xdq9Da { top:26.5625rem;left:0rem;width:9.5625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv6VTeE5tRFGLxZ2a8HxhGvfDy6G3GD9 { top:13.5625rem;left:14.1875rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUAwFywfvG9XqTPzBVRUgCtHmiVSLSQh { top:31.5rem;left:19.6875rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeCbk5VvuD8NkroUNV045H0mTHQQEnHD { top:31.625rem;left:20.125rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGJTWAX4Hb7nBTvOxfJniWuC64bb9W4l { top:23.8125rem;left:16.75rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #El1xJHoz45xoVaR1SKLZJpMBxedmk7um { top:14.5625rem;left:14.75rem;width:18.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z855UiOCSEDW717KFS7ZNHwev3k3nNy1 { top:13.5625rem;left:28rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #euLcfs3nXruVToiDTJZRrv1OFQQooEPz { top:31.5rem;left:39rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPso02yHGqNIqt0vc3FmkL7oRzktWmg { top:31.625rem;left:39.9375rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycxHCMIT4BMg7xasqT70MtahaawgNCVT { top:23.8125rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGz5oFBVGBIlyHPmMcyHpeL9NUTEHHp { top:15.5625rem;left:29.125rem;width:18.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvo9Bf5lPkTZXTGJkkuq4nTSV0fMskpT { top:27.625rem;left:24.625rem;width:7.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g61RuIN4UrbGV0NPU5F6ZNVFwTE3Haea { top:27.125rem;left:15.6875rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGPraJflOvgexKLfR484WcmRGoC2UTHt { top:27.0625rem;left:37.1875rem;width:10.5625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W55Tw3eTOT0giIyV9sOFgqWWcHRAMGxo { top:39.5625rem;left:0rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsDEucr0aiUeA1y5LcdvegqnAcki6oRn { top:39.5625rem;left:14.1875rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8mJU6zIBKlwISV77u1O5SLazLOliGUn { top:39.5625rem;left:28rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnD17q0wHx0zTPrUAbiM2a45I9TXGhGI { top:57.5rem;left:0rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0RrJUQ03RQgEIwkFfUR6x5lZmdd4st { top:57.625rem;left:0rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERgNfM6oi4QsaR5X7ss45eL72rQUurT { top:57.5rem;left:19.6875rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVqR695PkmSKq66oOktkRFWJihqTUsZr { top:57.625rem;left:20.125rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bLGBJc81xBRtvPJOvyBOaK7tSPCDTT { top:57.5rem;left:39rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WWHOLvdmB0QCVzLJuh51vZVExMT5J6 { top:57.625rem;left:39.9375rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DT1CERTtzZpT4mFgMfDupmZlIaGvbB { top:49.8125rem;left:0rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfwcfD1osJA0ZK3fs32IbdtxM5XcnUZa { top:49.8125rem;left:16.75rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycSSIabA5nNKzB7vrxL9qG5Ucmciq9qu { top:49.8125rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZnPEfI18uTi67AzgTULrNoRQ0Kc9fkr { top:41.375rem;left:0rem;width:18.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyrgqS34c8XMyTdbJQhVU7sOeblPlwee { top:41.375rem;left:14.5rem;width:18.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6y6I2TcMTI2K4oBaTfPkCCDTPUosC80 { top:41.375rem;left:29.0625rem;width:18.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuap5MMw4QydENgF1vTIQ5kBXcARHcZQ { top:53.625rem;left:0rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2k6KIAnm9hw7LvcGIFv9uN6m71O24Lg { top:53.625rem;left:18.625rem;width:10.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgZ1bt7JdFNqN2P340F7mEiZScPPcppe { top:53.625rem;left:37.8125rem;width:9.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbpvk9a8HsBFdprt3oxBdgzdsAMRFBZ { width:30.3125rem;height:2.3125rem;top:7.9375rem;left:8.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9DD3zl7TsepMTW0CBDHRyi20917hbtL { width:12.6875rem;height:2.75rem;top:63.8125rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyOOklSOOQZRlSS3HbGwL7v4Xq4WkrsW { display:block; }
 }@media only screen and (max-width: 763px) { #noFKFyKraTOKNwPioH3gREz2JJTLoH2B { display:block; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs { display:block; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Koq0hB5tavTXfn4sHsqUoMIZPe8rJ5BQ { top:2.125rem;left:0rem;width:35.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTBsQE6F5DGq7cXxcBkDLmRTmgetS1h { top:16.4375rem;left:0rem;width:35.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcnEQIJObLIynzR1POQd9Ta0SlMFcxE3 { top:2.125rem;left:27.6875rem;width:17.625rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S06i2290J9tHDt3geZVNaPw5rG7OTOGD { top:7.3125rem;left:27.6875rem;width:16.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhiRKeFuVrFtAeZQHp6BXVQipuesXiXM { top:11.25rem;left:14.9375rem;width:32.8125rem;height:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6htQLLqqVb6VTv4P5BQlJgMkFyowumz { top:15.625rem;left:17.875rem;width:29.875rem;height:16.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUBKDVSKUbnFFXveTUVNQfROTGGNsdA7 { width:12.6875rem;height:2.75rem;top:33.625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd9FAP187TLQ25CiKvX72LZJ2VEbDsQX { display:block; }
 }@media only screen and (max-width: 763px) { #PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 { display:block; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd9ysDM4i7zc9VbXJS9mOaTsWfO20oIE { top:1.5rem;left:12.125rem;width:35.625rem;height:14.037970493664rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3wPsgKMHea8RHapEBip5W859avCN3Ua { top:15.9375rem;left:12.25rem;width:35.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK2iO8ZADqHZOlibE9grwGro0uKVkPbD { top:2.625rem;left:0rem;width:25.1875rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPoLazpmeqJwJ0ZbnrK2SBfuzAziT5SB { top:7.8125rem;left:0rem;width:27.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVfHEHrPV9JgVfF21SFT1O9nQ8TBNWCb { top:11.5rem;left:0rem;width:32.9375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbiOFNdE3yv5CTqJrUlOuXXonHlgPu5A { top:17.5625rem;left:0rem;width:29.875rem;height:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtgoVKTEiK1qvsxNs9yQwlF7S280BIy { width:12.6875rem;height:2.75rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzLoZuN1n9Wft7srFiwt3BswCsoXplS { display:block; }
 }@media only screen and (max-width: 763px) { #BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 { display:block; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5liVXGBp3dyDmeJLFPiUar7Gk12Opna { top:7.0625rem;left:0rem;width:38.4375rem;height:0;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizFgpbVr7ZRoxGgVyaEOvir7qnSqAZT { top:24rem;left:0rem;width:31.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZLJtgTSZEkOHlppigVylrK28Xru4lfE { top:7.1875rem;left:0rem;width:30.375rem;height:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LLcWCIXECoRbxJPJDsvQg3sLpOTBgA { top:12.25rem;left:0rem;width:29.0625rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCO6GOWmFLErpuzo4QUp4cQOMDpUtT6u { top:14.75rem;left:0rem;width:37.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1TeIzlwhaQmmpR5fD8QGMJoZfyP9eT { top:24.5625rem;left:2.5rem;width:29.25rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyiTW7MslXSTHMyqTIDHfbTVxep9pIq { top:4.9375rem;left:0rem;width:27.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4XoudenpT2urQtfHOZOhwQxBFLg0Gn { top:4.8125rem;left:0rem;width:27.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeQitEKxZpHhTyPoVWL8PZtlmV22ktp { top:2.3125rem;left:0.5rem;width:31.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbxC6IrcMNksXZUiR6ZibtTq8pTCbNDx { width:12.6875rem;height:2.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nER7w8WUt5BxD9faJ7Gz02ygwWXIyFib { display:block; }
 }@media only screen and (max-width: 763px) { #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 { display:block; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMT9dmhRmIkqBS1whv3UO8sFFbsicyTJ { width:18.625rem;height:1.1875rem;top:14rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voUL3nKrZ2ruxK0l9rn6NiugSapSrsVd { width:38.4375rem;height:4.375rem;top:9.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTVHwWQoGEP7wg8W4Am6JbqMSCIEHwS5 { top:4.1875rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHSzP8qTI9JcZWQDn19eegydgBoVPOG { top:4.125rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ4SnQdfkieG585n9lOetwlFTkADIK22 { top:4.0625rem;left:5.3125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av5iHtAF3WDaAQ4TkcA7TW4f9cKdDgOb { top:4rem;left:11.9375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nm37uCks2ESciXuIyzgKsT2NIEO2gQ { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSmwBKhmloLXHZQvvbuA41KXqzvWOapI { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8dzSBVcntJnmCKpTBX5HNm1tkBOsXGg { width:20rem;height:2.5625rem;top:3rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhFIp34QlnF2vz9WvBBkO3ZwhTsldbkR { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9N88XmPDA4ppqmXKz2JTda74fmdpGtG { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #poan2BxJ8Q5qON7cUHemc6qMGiIbWou4 { width:18.625rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tv8i65dLZqaCBesBDRHtckU6TMTuLT1F { top:40rem;left:0rem;width:41rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6SZl4R3Cfxce5E8VI1OxUT9dECSU1KO { top:30.5rem;left:2.6875rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBrLFoSckTrKpGO0ktBTMkvMuglPw7fp { top:42.375rem;left:2.9375rem;width:26rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRg8TIPI1SntHtinU1QMqHvo1EeULZN4 { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1BZvsCsHXaMXHe9NmfT1luwtvCier2i { top:28.25rem;left:0rem;width:40.8125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xVuqqPn1PSx5hcL4IMToyMWrzwWJzn { top:19.875rem;left:2.6875rem;width:26.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPEwO2EJ4ScUEmSDZCTyzxlowDcNPP9t { top:31.25rem;left:0rem;width:3.4375rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9srcF0vC26UzrZF8dzgoIsviMabxat2 { top:20.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJTlfUcdM5b4QTaKiXK99QKzkWQbeAy { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWiDC1Be5WzkBT2HoH0IpeG9Eq8IgPVV { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH81sfmiJ9lirT8DPTtmNNvM60d8IHV2 { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOSR1FHxId1hl37EnawNl7uKnwPW13ff { top:31.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNlLggWGAwvDESnsk8HwIRdCgTqlCCp { top:31.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO4Rp3PRfhJgFwdzlhJQyKxkIMvOpWur { top:42.5rem;left:0.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VorZfuLC7gTJ8XGow77i6T03wr1ELLX9 { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfMOOC0Ir9KaXsQdmXKvCFlveBBK4LXp { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTLwqVJsBAfHhxG0TFqmM8V8lI4Ct24 { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJD3dx9BC2pFcHvFt601m0sKLCaWriF { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRk5SEGUQsn403xkswF6gwGnwXnNCll { top:21.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJtKlvCHADnALg3WKHuui9yGH1QF916 { top:42.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTM8MT3kROTCoSPTWZV1wwlh03HWw074 { top:22.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD0cqPGQB2FhwdaMNUZRZxPc0QbLEFll { top:43.8125rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiDbXWZIqaK8QqUJgLJrMOTPUmGWcCpf { top:32.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0eTUyW825CNFKaf6ywJO3WIe9e2GHDl { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnF0LLAf8WNv1a7XTbTNSnIhU3BMPxPW { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQiKWR2b6ilQCTh4emwfHpnIAFeKOuG2 { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8wQOKq5q6r0DLZ0E2k1DngXxRXAge3 { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37GDS0b4DacWp15BAhRHc3uoev8Ql0k { top:3.9375rem;left:18.5625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX3P6HvkuNV2fxfzb1RL9M8VwSg1GE5y { top:5.8125rem;left:22.0625rem;width:25.6875rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpee1pdnx467MtETPvr5Sd725ZZTx6Q7 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaU0RLc2eGFiAzsJ6O2Ii5fNFreqgdwq { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOUGQsVzlvxgOGlyoqMAv40RA1sLlGD7 { display:none; }
 }@media only screen and (max-width: 763px) { #aEEDPo64JI7VX331PUhTeMJhrOFPEdG6 { top:53.125rem;left:0rem;width:14.3125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbVTdQblyE6hUrz9a1uFNgZZmWvKiJag { top:20.625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oA7M5PqyfaskZHDz4VH0CdyHn2zaKUvP { top:19.875rem;left:2.6875rem;width:26.375rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeEPtggTw6GszVbwMoxgttWDFHBEeppO { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIoaidaTvokvIyZKi56QzmDJL5t2mVAX { display:none; }
 }@media only screen and (max-width: 763px) { #gr5AhimEkGZH8b3TnyzflMTDAzTOX79D { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTcgynTecGTT0sGJ3kTm7aizv3snHChl { display:none; }
 }@media only screen and (max-width: 763px) { #Ohi9WykntUZ9hMlNxUb8DaynCS1W76pW { top:66.625rem;left:0rem;width:14.3125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuDKmwVKmxskVBirx1b7LJbp2mTmx4qE { top:31.25rem;left:0rem;width:3.4375rem;height:3.8745125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ls9k3iiBUpQP4BMd8ze4IM5fubBowmPq { top:30.5rem;left:2.6875rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqsEFAqgR0gPtRXt4fDewmBZL2T7weQa { top:78.25rem;left:0rem;width:14.3125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxcUdmTlOJsHEedOdVd5wFUmpzLmObAS { top:42.375rem;left:2.9375rem;width:26rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ie7RzW0CuDy8ApNTEkQ0Zu25r4ppFs9C { top:42.5rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny { display:block; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwrzzb8VTBycNyXb1rXyGsLg3Jo0qO9i { top:9rem;left:0rem;width:34.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdAtct55x6WapafOiTXypCZob1WU3uAz { top:5.625rem;left:0rem;width:26.125rem;height:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssEH5oJwSbqCTcLMWr5HQ7rJDDorZosN { width:12.6875rem;height:2.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mei1UZiGtmITZPL2PQPfwt4y6Rvs4MPt { display:block; }
 }@media only screen and (max-width: 763px) { #OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ { display:block; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vkEsWm6fona1nuGiyTo1NPwg3dFzovP0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #uFTweuNCS5IPP5efeIgLBwAQlLTGhssL {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Ug0D2F5OVcwnOsQlh7TRxKM9hX6afE1W {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ywRIQ5DEWzyfuTvzbSDwaeIcI9tTbPZc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #QVODG095Xh0GrT0BpJsKyzdPQ74QTFi5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #r1PtG1b6hemUzFhRgB35EXzHK9y75ki5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #UypmZEsZfrxJpwnzlTmgTvRgMayvuQ6B {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #s8d0LRBhEWd2zHgtWocx3fSD0XTBdSWl {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Wcbb2geTHxFn1Eerz2UyslXVQ6zB4qlo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ySh3tcyDiDTSunV2wOBBI0AZKhzp1wPK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bhGidwmE3aTTsebu58W7FltxRcoLFSVv {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VVvS8wcsudahRaHxaZrse5wGmW6553hZ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bbwboWVsPPxwxiiD3uQ4ywWggzGJqCZC {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bmfAitrXByli2QLgaxo9gV90Mf6RFutk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #NsQhJz4tu2x6rsALIGKZdl0eANeGXE3d {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #eMRE7QMWLJ7lOtlSaFOd0FWKl7SetNSN {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #T8DbweadFsXfUDiz1C3aDf3Ttmgb1U7O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #EaRQ2a5OWfPkd1VG0HWw0qtQLWlm0rgo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vulhbeckzekNQpD6e12bKrnrNlxdquyM {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CBlpa5FKKT2RKqvgQJ2DqBb1O5ANKiu1 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #sNnsVdrhZ2zkCezVk1Mc4ubmJ7uvWX0e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #hE1Ur0LJ9wn953Ci2C1SPCf7c6lnXEPc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #xb1m0GBSctfnuz6OH2kr6luTvCAVW6Tb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #enyt02XMHg1ZAsnwOa3dKM4W5PBo7pgH {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #o5lnt4wT7QvpEvNLhVhReS99G6UmuW1Q {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E6Gy1FCUJFUV2AFoCSeuvO7LituI7GmV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #pNK3NBi5cc3q8rRgCniOq4HxivLRiNsG {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZMkLEpN4BviHGXCD0c5SqbZTHls8kVyu {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #KRtNnb0W6hs2ctugANnGPBdAqDMHWEBk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #DKxpnbvEATgGPaycV91aRSoxpO0QgdXa {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ty5LJtXZo32uy7mvvJXXWzxNdRlmVeTT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VWKzllzrxt22NyEzW5psarIiTDJ7KdIK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wrbW7UhkcQ65x0F3GDpgEAtBWP7Dvlu5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #kHq6rLV6vk2l3QTpTDS5QLSMmCcrS2Ut {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #rG3VT3G0ES8TPTor5TmtDOtwcGpsWx6V {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Fnn1XkUzSzflr9hVIDcKvtyJ1O5XIrA9 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #On28NGHMzATgCEE1xHx7SxEfVARxhVRe {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #oBsXAB9v5TRWtSKGiHlv6haiFF9dQ8O7 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #MTPCoBToBewTTebtPJC3PCoogceMDLm6 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #z5idWGUW996TGihw835IBSgA9I9RWnP3 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Uef0wHun69Scmrdg80EMXEcHtVT0tk2O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wxdap8dyHBIe1mVKUb77PmWVvLxv6s2g {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #BrhOH12fASxKTB363R5sbGQHgPRV1BLB {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #LHX71irebaRgNzv7li4BQMBNQ4Jwa3ck {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CJKRiA5OhWumRS8SDrxWeQWIWpwtN5BS {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Jum0D1uTxU6X30Rd7GixPBCglxkTqLAJ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #fGHfnTih4HGwTwmz6KaWX5Zhbhu9L5Es {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #dRd3fiEWpHWIVK8gsmizMknpB657146e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #JkVTn9OShRvCVnsL6Oa6fC1V2aKcVEBy {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E7U0neMFMTreICRHnlVT7WvZbn4oRoPb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #yckliRKvt8xQU803fmuD1CR2ATzhH0TE {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #gsX1OOCsK52BQObTr8QghFsy8kSMA1OT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #p7Fs4x1k8SDeZC2A57pRNgcfi1Pnb6bV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZJTf6Tg8chnFT8mLb3xsbCJ9XyXbxsz0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #cwAuKc3FTVEI7BaItzu0tAkZNbRgQHiQ {  }
 }@media only screen and (max-width: 763px) { #nulfvp92l8VQ4GX4USor9sm9fn0P9vKO { top:3.125rem;left:5.6870660781861rem;width:36.3125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1vzvy1UoBtsZO9kxuVPOfSOFhXUhN8I { top:6.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v339aaVVnA28GHH2pk1H0aZ0L1KTOxAT { top:67.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX { display:block; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlkTgVZ9dN10ZAUzLNhnuHXG2ZTPoJGZ { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSVk8Uc58PU1P937971633TtcGtRPnQ { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEipAwC9cShORZkH3c5BviqArf4ZNSFT { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e07be8a3-3e13-49d6-9a9c-b41a3dec683a/NATIONALEVERGREENHEADER12.svg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM.adaptive-delivery-prevent-bg, #Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM.lazyload, #Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM.lazyloading { background-image: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container { background-color: transparent; background-image: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.32); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container > .video-iframe-container { display: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.32); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row > .video-iframe-container { display: none; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .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); }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Xn8s8JG6tAMfPUtV6OeIaxyxwgfCQzyM > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpzXZIoJPUc7x1o1STwITJ7DSG2HsE2W { width:17.4375rem;height:0;top:16.375rem;left:1.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z0PLhgexE4T9BD6OKMWeW9MONXKgPgff { width:17.875rem;height:0;top:18.0625rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #sbXD7w0OAfiJMOZLXxWRkmGAtT7n9Lme { width:6.875rem;height:2rem;top:24rem;left:6.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSie44P6wJUOWOtxCHVpzTuMceEwHF4w { display:block; }
 }@media only screen and (max-width: 763px) { #mlWGso8hx7JBura7uDq30FhUZOX5UMtS { width:5.3125rem;height:0.125rem;top:25.5rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCOP7smqcvXLidqpBdGF9yStUnRt1yFO { display:flex;width:6.75rem;height:6.75rem;top:4.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #haq595KIFdRUJ1zG835AuENNym5KnBUq { width:13.0625rem;height:0.89355625rem;top:7.125rem;left:6.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffd900;font-family:barlow;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UeCXbB8euknX289ESZTK7E2pSl6SSkSd { width:17.125rem;height:2.3125rem;top:21.375rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZXlcvO3tClkxT3O2UEexVGqqgpAzNU5 { display:block; }
 }@media only screen and (max-width: 763px) { #xPtWgv41EdFThWPmSGrcfOwd41X6eh6y { width:17.4375rem;height:1.70605625rem;top:8.4375rem;left:1.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RzhgpulZy2LArdZZCdC0zxwZA0iiC4oQ { width:5.875rem;height:2rem;top:28.25rem;left:7.375rem;font-size:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CywDHlym4tlT4z9rut0MExhfglTOX3Lx { display:block; }
 }@media only screen and (max-width: 763px) { #NtDM52tkOgiyVg12d9FSpuQzBNo7Z2Iy { width:18.875rem;height:2.3125rem;top:25.625rem;left:0.5625rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #usSA54CyyeAn5TbkHVHdAXGNCdhGLXTN { display:block; }
 }@media only screen and (max-width: 763px) { #WS1KFh3oW8i0cdVelWzCK1tty8TvhE7J { width:5.3125rem;height:0.125rem;top:30.0625rem;left:7.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NI0hWTwi1CuybQ4KbbPUZWTKU6CZspDm { width:18rem;height:1.79980625rem;top:22.693359375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zIFChdHuMGyDlgTbTBN1NCRnCH11VGuR > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UToOlqAn7QxEBA50pA8O4h3mJ2AmxAKN { width:10.5625rem;height:0.875rem;top:0.40625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhp41fpZUti91NTT5PBy4kIlcBObJ2iz { width:13.125rem;height:1.5625rem;top:1.53125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkZnGUiWwaMFAT14frM2g5x6BNQ9t8vA { display:block; }
 }@media only screen and (max-width: 763px) { #nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 { display:block; }#nQiB51ClC53zEe3EK3vbLGFxO5mX1z05 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMxLH20OEqgiPEhBHkOhE3Ly9eRTHOm8 { width:20rem;height:6.875rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvtB74sZIRHeST69APVbshmnM2zCf2sa { display:block; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNw7zFVvOpGqvM4AX5PEya4y82BhXkTy { width:20rem;height:2.5996125rem;top:0.73095703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmntXr0htU0X1CHpr46rV8cMX3T5z5Mf { width:20rem;height:42.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV { display:block; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK { display:block; }#srUK7iCRsKymMi8ByLQhfL8tPtr2cTdK > .row .container { width:20rem;height:194.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSeRgh5azk5VPDz0SnStdaB9dRzmLNz9 { width:20rem;height:3.57470625rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3m8Tm5OTh3ggI2nCA2huERLADyKH3K { width:1.875rem;height:1.875rem;top:22rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Kp13nT6G3y8SUxoZGf37OhNMmpVdZV { width:3.75rem;height:1.3808625rem;top:22.4375rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVhabTArWap0OJmqW9ApEmeT9n10u2nu { width:3.75rem;height:1.3808625rem;top:44.9375rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKcDP6odi0dfcZQymHspBuLqOUC2LLlP { width:1.875rem;height:1.875rem;top:44.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZ0LQ1lGkPZGC3tB3Se6L8E3RtzOFBI { width:4.5rem;height:1.3808625rem;top:67.875rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSHPevXc8I2qMMRRn06OHOGVncA0LAxp { width:1.875rem;height:1.875rem;top:67.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvosVMgCA9K9Rrx4smQ4sm1dGElhz1d { width:3.875rem;height:1.3808625rem;top:90.4375rem;left:9.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrOBzlQEDwF9bKH2wvx6Vr30GzUoqh49 { width:1.875rem;height:1.875rem;top:90.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTLQr8eFUnBwRZlTv8SfzOiwITTT59R { width:2.0625rem;height:2.0625rem;top:19.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUU8mtShz6xrWLXz17AML40A1XzeSVd { width:3.25rem;height:1.3808625rem;top:20.125rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TuVP1G4cT9828LCoeoSqlGSsEEZ7xG0W { width:2.0625rem;height:2.0625rem;top:42.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBo4XSp9TBoAacabSIg5O5FrNCP439zr { width:3.625rem;height:1.3808625rem;top:42.6875rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZpFgE2nzDaTLzScgGKUzUeZgDcBD6b4 { width:2.0625rem;height:2.0625rem;top:65.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfR0RQaEhiXFqx8xBsUShtVhtNuV7OPR { width:3.9375rem;height:1.3808625rem;top:65.5rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmVlbh2seJHqRqO9EuzopHNJrDgi3pVM { width:2.0625rem;height:2.0625rem;top:87.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvdL1JdhbPIFxSe5m0kQSDJ8lC5vTiPr { width:3.4375rem;height:1.3808625rem;top:88.0625rem;left:9.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6U0TqsSRnwEtAbPUz4TTMcTCnid0IbX { width:1.875rem;height:1.875rem;top:17.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDLFIzfvgynEADzMblMNmykxo8VetF4S { width:4.3125rem;height:1.3808625rem;top:17.9375rem;left:9.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2TWQm6eGaK67O82VKHJ3FW688cDC7QT { width:1.875rem;height:1.875rem;top:40.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbxNiF1r7sCU4N037RxNh4VrOd1aH4H { width:4.1875rem;height:1.3808625rem;top:40.4375rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJxlkbnOB1agzVnng917MshuC2uZX4TO { width:1.875rem;height:1.875rem;top:62.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0i79TyHgrTeR1fZ3waksK7dICxdZgx { width:4.9375rem;height:1.3808625rem;top:63.1875rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QyMlZmKaXxK0GouxtBivlysuuKKKm9Py { width:1.875rem;height:1.875rem;top:85.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ0wB4vJ3QdPXGini4oIuE21F2mHXHEf { width:4.375rem;height:1.3808625rem;top:85.75rem;left:9.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZvzB3GEmlX97pex9WGqGXOeU89QfBwZp { width:10.75rem;height:2.03125rem;top:14.875rem;left:4.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL15chv1Sxi4RrhncFQApUB0PpmWrCOS { width:10.6875rem;height:2.03125rem;top:37.3125rem;left:4.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po8Rs7tV5EHURFf4DRqZIb5ANQA7v38B { width:15.0625rem;height:2.03125rem;top:59.9375rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NN0JIwmG72Jl2W9vP0QnSZVegtu0EMcm { width:13.3125rem;height:2.03125rem;top:82.8125rem;left:3.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLfgv00A3ntygdUSTJQrs3FIw3e8mqXB { width:16.5rem;height:4.4375rem;top:9.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdThyhpX3cgAHbOFnGq8XwLL9NyT8Lzd { width:17.125rem;height:4.732425rem;top:31.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Jw0ZCT0ktckxqldUp6TKRl1ya7OGKH { width:16.6875rem;height:4.3125rem;top:54.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4nx5TZ6D6WEUfmw4E1qyoSiPh2SXkud { width:16.375rem;height:4.4204125rem;top:77.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9uRKz0coioV9AFnEMdytwuiVyBxV9R { width:1.875rem;height:1.875rem;top:112.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6o74fgXCfw1RgoHOIWb5isq3qllvt4T { width:3.5625rem;height:1.3808625rem;top:113.0625rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xz5rViIPC6Oyiy8OTnfVCIAInzEkmnaZ { width:3.6875rem;height:1.3808625rem;top:136.125rem;left:9.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xalXc88Tt7tckTFQa5Nv69DAlfwO4pIW { width:1.875rem;height:1.875rem;top:135.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD8mqnccunw24LNJqg08em62PWEaDvUf { width:4.5rem;height:1.3808625rem;top:159.3125rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y9AWZqSaOB1wBwxrNyqX31cW4s3ptnhe { width:1.875rem;height:1.875rem;top:159.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtQGk63bfKQuQTJz52GdUyz8lwJnMgo { width:3.625rem;height:1.3808625rem;top:182rem;left:9.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkQfTyvkTiTNc7acztBHQrnGIRpTxQvH { width:1.875rem;height:1.875rem;top:181.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1HXDfOlOg9VoVTMWzkaKzoxoJeqecLC { width:2.0625rem;height:2.0625rem;top:110.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRsa9WoLAgRy9hCnnXnsPV4ePgIGvDwa { width:2.0625rem;height:2.0625rem;top:133.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKDDoEBGLAO5ioQAIqPACVVPBwtBg9I { width:2.0625rem;height:2.0625rem;top:156.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEvrrKZgzsFITbK8N9XhgVPvPFAidD { width:2.0625rem;height:2.0625rem;top:179.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbtw3ShbM6LeM9ZANZa9RkarAqh9A8q0 { width:3.5625rem;height:1.3808625rem;top:110.8125rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q8If2HQyHHcO3vXSHcKEgNPT4d25rl4x { width:3.4375rem;height:1.3808625rem;top:133.75rem;left:9.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewUTKVzpgoA4hGJHTeMRLeouoGaI8tro { width:3.9375rem;height:1.3808625rem;top:156.9375rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wtm7cXTBlVuZiLZ6ZPdgMcdDT96KJReU { width:3.25rem;height:1.3808625rem;top:179.625rem;left:9.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #it1RzIZQnzZHU25XK3DQBtTfdn3oqIUm { width:1.875rem;height:1.875rem;top:108.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtxJpkAuvPsI1OAhta1FTpslB5SC4bL { width:4.1875rem;height:1.3808625rem;top:108.625rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOMNpLnETnOII380uztZV65iCTwXQ9q6 { width:1.875rem;height:1.875rem;top:131.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTzzuNQC4C5VGSaS29ug4cIaLuNdxoC6 { width:4.1875rem;height:1.3808625rem;top:131.5625rem;left:9.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LZF4t9sBSVkBT7Z2ub8vfFpHbp62NLsr { width:1.875rem;height:1.875rem;top:154.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1rIwS0btRyHhpzvZCWLDTPgz8NwlPE7 { width:4.9375rem;height:1.3808625rem;top:154.625rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7ZqU5uiSVofCpyTd7vKXfQprK18sGa5 { width:1.875rem;height:1.875rem;top:177.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9DHfdZatRls02m0T6STuAw4VnlaK0d { width:3.9375rem;height:1.3808625rem;top:177.3125rem;left:9.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2xQycPWhTOANoRGCySbHL4o5UJQPBBB { width:15.5rem;height:2.03125rem;top:105.4375rem;left:2.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4rapousOTwIbs3D8pSrAhbixHoRqKwx { width:16.75rem;height:2.03125rem;top:128.5rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nr2OIZQF4fKqXpAOcpAZ5puGKHlQISEX { width:15.0625rem;height:2.03125rem;top:151.375rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXHAAArBQ2urvU5NTgRDzPwQ9daGScXA { width:14.625rem;height:2.03125rem;top:174.5rem;left:2.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzoH61uK8d13ZL5Ds1K30F0sxI1K3Do9 { width:16.8125rem;height:4.4375rem;top:99.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNDQ2IHsePNGJhEic5pVhwM8WCWu0r8T { width:17.5625rem;height:4.625rem;top:122.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoS1tZryE7pKkQTfSXTh3ku5yNgBu97h { width:17.9375rem;height:5.0625rem;top:168.1875rem;left:1.0625rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #bUn1ObZM6yHEu4bbeqPirLkB5X2megHt { width:17.375rem;height:5.25rem;top:145.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTIbbdd5lotMnCVHKuUlVVXQlNQZ8wW { width:8.4375rem;height:1.21875rem;top:167.5rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNG8b74wXop4PgfnT3T9TeEovEoc4Te { width:8.25rem;height:1.0625rem;top:167.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQuiDKKKUTnP1hAPUF9f47O9HfVoB2Q { width:19.375rem;height:2.75rem;top:189.474609375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RltQSesKot5olxvfG2E0hVE4OCaApHB3 { display:block; }
 }@media only screen and (max-width: 763px) { #OJeIDKwf0EBW3aik0HhqZafXl7r7KrAD { width:17.625rem;height:20.875rem;top:166.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2rqz5yEltaUWyGVDeTVMAe7BKKBLdQ { width:17.625rem;height:20.9375rem;top:144.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqC8VJhFTiTVQJwn1TkM0mfEqyfPcdam { width:17.625rem;height:21rem;top:121.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTQ1WWmcIosFJcTBAlMsEDXSv1GuODG { width:17.625rem;height:21rem;top:98.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8IJ01Ek7fka9SJ8TeikX7fgN99KE7Q { width:17.625rem;height:21rem;top:75.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIkz7Iyd8uofmSlBnUrTNx1QKSdQuC5M { width:17.625rem;height:21rem;top:53.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XZUWTGmkpIBmH48cc69yXVWIIGCTCG { width:17.625rem;height:21rem;top:30.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLESq4N7hkO78rEwRZCg6XlcruEZvBep { width:17.625rem;height:21rem;top:7.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwOzZqIPRv3TINKisqdGU4yPdT8FupsS { width:8rem;height:1.8125rem;top:115.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmmVQopvdyweL1rM2G8Af2ycJSIRKEc9 { width:6.375rem;height:1.625rem;top:116rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVAOmsg9J1UZ5Bu6xMqXqkMRsyN7xdg { width:6.375rem;height:1.625rem;top:139.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD1qd4eqOLW0GDaaBpL3cUzTUD0isr2M { width:8rem;height:1.8125rem;top:139.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #k14Fi7NQUb6LUrHG0FkZbDHSE7kxwHOo { width:8rem;height:1.8125rem;top:162.03125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA77U95ICc5tqopALFRy0raNZzK4XpMS { width:6.375rem;height:1.625rem;top:162.0625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQckpo6aBCoXvxX6gcUOKC4eZV0ILJEA { width:8rem;height:1.8125rem;top:184.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzcykXV3oqJRrfidvV5r6eTCPpU7G27I { width:6.375rem;height:1.625rem;top:184.75rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omLCQWMPDIaAaFBcOVOBQTuJAE2ZR5O9 { width:8rem;height:1.8125rem;top:24.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1JqxqQKAuABULeOEGJugkHDnAZ4qOlE { width:6.375rem;height:1.625rem;top:25.0625rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5c5XI4yhfCBqBAVpM8cHfLqHuuUg2w { width:8rem;height:1.8125rem;top:47.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRbZFkcKZVHCcLMQlEl4R36RRqcQnOph { width:6.375rem;height:1.625rem;top:47.8125rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsUewN1q7yaDpaiEaqg2rW2NyJfPyR17 { width:8rem;height:1.8125rem;top:70.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOQlBSZUt8WSP4FfS1OtPvfABQZrV96 { width:6.375rem;height:1.625rem;top:70.6875rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssxpKfhNe3CLcres9uoHJC0ycOxUQTnT { width:8rem;height:1.8125rem;top:93.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PambMrlWwXgDOCkxRpbnNqk9zxaMQK { width:6.375rem;height:1.625rem;top:93.5625rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puopg8TAO2G0i0tBnxZFdcAJ1X1LWxkc { width:17.5rem;height:1.79980625rem;top:4.662109375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pO5oao6TetQxca2bAmw7BhTRdNCEhuWc { display:block; }#pO5oao6TetQxca2bAmw7BhTRdNCEhuWc > .row .container { width:20rem;height:147.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0xkkV9JeLIT7mLybcUEgpLlCZvZn8bD { width:20rem;height:3.0058625rem;top:1.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfoDFFElbrTmRtHtpRD42TmdBk2yaaAz { width:8.75rem;height:1.8125rem;top:24.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTF8OM3ArLuJoTt5Xq4LnzoGl9CqL1ST { width:7.8125rem;height:1.625rem;top:24.8125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTtKVSZ12q685eHzhkTWPhv9IZ1DcK1 { width:14.625rem;height:2.03125rem;top:17rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cm7euA7WlfJ6xq9isMBUp5xGAaioxULm { width:18.5625rem;height:8.875rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TngM5OhORA5o1qO2U5IPVoe8w1hJupr3 { width:19.75rem;height:21rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHtVAiF97QIDBRDva3xu1su1I6h3Kh2 { width:8.4375rem;height:4.2246rem;top:19.75rem;left:10.4375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rkxCEpoVir6wHHoOeqNHOlPIv8xdq9Da { width:9.5625rem;height:4.2246rem;top:19.75rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bv6VTeE5tRFGLxZ2a8HxhGvfDy6G3GD9 { width:19.75rem;height:21rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUAwFywfvG9XqTPzBVRUgCtHmiVSLSQh { width:8.75rem;height:1.8125rem;top:47.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeCbk5VvuD8NkroUNV045H0mTHQQEnHD { width:7.8125rem;height:1.625rem;top:47.5rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGJTWAX4Hb7nBTvOxfJniWuC64bb9W4l { width:14.625rem;height:2.03125rem;top:39.6875rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #El1xJHoz45xoVaR1SKLZJpMBxedmk7um { width:18.6875rem;height:8.1875rem;top:30.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z855UiOCSEDW717KFS7ZNHwev3k3nNy1 { width:19.75rem;height:21rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euLcfs3nXruVToiDTJZRrv1OFQQooEPz { width:8.75rem;height:1.8125rem;top:70.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPso02yHGqNIqt0vc3FmkL7oRzktWmg { width:7.8125rem;height:1.625rem;top:70.375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycxHCMIT4BMg7xasqT70MtahaawgNCVT { width:14.625rem;height:2.03125rem;top:62.5625rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRGz5oFBVGBIlyHPmMcyHpeL9NUTEHHp { width:18.625rem;height:6.1875rem;top:54.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvo9Bf5lPkTZXTGJkkuq4nTSV0fMskpT { width:7.4375rem;height:2.1123rem;top:43.5rem;left:10.4375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #g61RuIN4UrbGV0NPU5F6ZNVFwTE3Haea { width:8.9375rem;height:3.16845rem;top:43rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tGPraJflOvgexKLfR484WcmRGoC2UTHt { width:10.5625rem;height:3.16845rem;top:65.8125rem;left:4.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W55Tw3eTOT0giIyV9sOFgqWWcHRAMGxo { width:19.75rem;height:21rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsDEucr0aiUeA1y5LcdvegqnAcki6oRn { width:19.75rem;height:21rem;top:97.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8mJU6zIBKlwISV77u1O5SLazLOliGUn { width:19.75rem;height:21rem;top:120.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MnD17q0wHx0zTPrUAbiM2a45I9TXGhGI { width:8.75rem;height:1.8125rem;top:93.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0RrJUQ03RQgEIwkFfUR6x5lZmdd4st { width:7.8125rem;height:1.625rem;top:93.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERgNfM6oi4QsaR5X7ss45eL72rQUurT { width:8.75rem;height:1.8125rem;top:115.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVqR695PkmSKq66oOktkRFWJihqTUsZr { width:7.8125rem;height:1.625rem;top:115.9375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bLGBJc81xBRtvPJOvyBOaK7tSPCDTT { width:8.75rem;height:1.8125rem;top:138.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WWHOLvdmB0QCVzLJuh51vZVExMT5J6 { width:7.8125rem;height:1.625rem;top:138.6875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DT1CERTtzZpT4mFgMfDupmZlIaGvbB { width:15.625rem;height:2.03125rem;top:85.375rem;left:2.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfwcfD1osJA0ZK3fs32IbdtxM5XcnUZa { width:14.625rem;height:2.03125rem;top:108.125rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycSSIabA5nNKzB7vrxL9qG5Ucmciq9qu { width:14.625rem;height:2.03125rem;top:130.875rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZnPEfI18uTi67AzgTULrNoRQ0Kc9fkr { width:18.25rem;height:6.5625rem;top:76.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyrgqS34c8XMyTdbJQhVU7sOeblPlwee { width:18.8125rem;height:6.625rem;top:99.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6y6I2TcMTI2K4oBaTfPkCCDTPUosC80 { width:18.6875rem;height:6.625rem;top:122.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuap5MMw4QydENgF1vTIQ5kBXcARHcZQ { width:8.9375rem;height:2.1123rem;top:89.1875rem;left:5.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2k6KIAnm9hw7LvcGIFv9uN6m71O24Lg { width:10.5625rem;height:2.1123rem;top:111.9375rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgZ1bt7JdFNqN2P340F7mEiZScPPcppe { width:9.9375rem;height:2.1123rem;top:134.6875rem;left:4.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKbpvk9a8HsBFdprt3oxBdgzdsAMRFBZ { width:20rem;height:1.04980625rem;top:4.255859375rem;left:0rem;font-size:0.75rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S9DD3zl7TsepMTW0CBDHRyi20917hbtL { width:18.875rem;height:2.75rem;top:143.537109375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyOOklSOOQZRlSS3HbGwL7v4Xq4WkrsW { display:block; }
 }@media only screen and (max-width: 763px) { #noFKFyKraTOKNwPioH3gREz2JJTLoH2B { display:block; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs { display:block; }#eoZVhPwp55FOOIO47gNVnPDkROV1f3Zs > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Koq0hB5tavTXfn4sHsqUoMIZPe8rJ5BQ { width:19.5625rem;height:7.6875rem;top:5.875rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qfTBsQE6F5DGq7cXxcBkDLmRTmgetS1h { width:20rem;height:11.875rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcnEQIJObLIynzR1POQd9Ta0SlMFcxE3 { width:17.3745rem;height:3.57470625rem;top:0.3125rem;left:2.4375rem;font-size:2.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #S06i2290J9tHDt3geZVNaPw5rG7OTOGD { width:16.9995rem;height:2.1933625rem;top:3.5rem;left:2.8125rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fhiRKeFuVrFtAeZQHp6BXVQipuesXiXM { width:17.0625rem;height:2.0996125rem;top:26.3125rem;left:1.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #q6htQLLqqVb6VTv4P5BQlJgMkFyowumz { width:16.875rem;height:10.96875rem;top:29.0625rem;left:1.5625rem;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uUBKDVSKUbnFFXveTUVNQfROTGGNsdA7 { width:19.25rem;height:2.75rem;top:40.65625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd9FAP187TLQ25CiKvX72LZJ2VEbDsQX { display:block; }
 }@media only screen and (max-width: 763px) { #PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 { display:block; }#PI0U4BtcHpwUlOZhgh17DbuA6NPpFNw6 > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd9ysDM4i7zc9VbXJS9mOaTsWfO20oIE { width:20rem;height:7.875rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S3wPsgKMHea8RHapEBip5W859avCN3Ua { width:20rem;height:12.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK2iO8ZADqHZOlibE9grwGro0uKVkPbD { width:13.9365rem;height:3.57470625rem;top:1.375rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZPoLazpmeqJwJ0ZbnrK2SBfuzAziT5SB { width:18.4375rem;height:1.94970625rem;top:4.625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVfHEHrPV9JgVfF21SFT1O9nQ8TBNWCb { width:17.75rem;height:2.94921875rem;top:28.3125rem;left:1.125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tbiOFNdE3yv5CTqJrUlOuXXonHlgPu5A { width:17.875rem;height:8.53125rem;top:31.6875rem;left:1.125rem;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pJtgoVKTEiK1qvsxNs9yQwlF7S280BIy { width:19.5rem;height:2.75rem;top:40.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzLoZuN1n9Wft7srFiwt3BswCsoXplS { display:block; }
 }@media only screen and (max-width: 763px) { #BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 { display:block; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5liVXGBp3dyDmeJLFPiUar7Gk12Opna { width:20rem;height:0;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizFgpbVr7ZRoxGgVyaEOvir7qnSqAZT { width:17.5625rem;height:2rem;top:18rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZLJtgTSZEkOHlppigVylrK28Xru4lfE { width:20rem;height:1.95rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LLcWCIXECoRbxJPJDsvQg3sLpOTBgA { width:20rem;height:0.975rem;top:4.57470703125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCO6GOWmFLErpuzo4QUp4cQOMDpUtT6u { width:17.875rem;height:6.82225rem;top:21.0625rem;left:1.0625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #de1TeIzlwhaQmmpR5fD8QGMJoZfyP9eT { width:15.875rem;height:1.6253875rem;top:18.25rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyiTW7MslXSTHMyqTIDHfbTVxep9pIq { width:14.9375rem;height:1.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4XoudenpT2urQtfHOZOhwQxBFLg0Gn { width:15.5rem;height:1.21875rem;top:1.23095703125rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgeQitEKxZpHhTyPoVWL8PZtlmV22ktp { width:17.125rem;height:11.3125rem;top:5.96875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbxC6IrcMNksXZUiR6ZibtTq8pTCbNDx { width:19rem;height:2.75rem;top:29.1337890625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nER7w8WUt5BxD9faJ7Gz02ygwWXIyFib { display:block; }
 }@media only screen and (max-width: 763px) { #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/108e48c3-6f16-4704-920e-4f141f397a95/Untitled320x800px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.adaptive-delivery-prevent-bg, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyload, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyloading { background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { background-color: transparent; background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .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); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMT9dmhRmIkqBS1whv3UO8sFFbsicyTJ { width:18.5625rem;height:0;top:45.3501rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #voUL3nKrZ2ruxK0l9rn6NiugSapSrsVd { width:19.9995rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fTVHwWQoGEP7wg8W4Am6JbqMSCIEHwS5 { display:flex;width:8.8125rem;height:8.8125rem;top:5.1001rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifHSzP8qTI9JcZWQDn19eegydgBoVPOG { display:flex;width:8.8125rem;height:8.8125rem;top:15.1626rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ4SnQdfkieG585n9lOetwlFTkADIK22 { display:flex;width:8.8125rem;height:8.8125rem;top:25.2251rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av5iHtAF3WDaAQ4TkcA7TW4f9cKdDgOb { display:flex;width:8.8125rem;height:8.8125rem;top:35.2876rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3nm37uCks2ESciXuIyzgKsT2NIEO2gQ { display:flex;width:4.5rem;height:4.5rem;top:0.65625rem;left:7.75rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #rSmwBKhmloLXHZQvvbuA41KXqzvWOapI { display:flex;width:4.375rem;height:4.375rem;top:0.71875rem;left:4.75rem;opacity:.55;z-index:15030; }
 }@media only screen and (max-width: 763px) { #t8dzSBVcntJnmCKpTBX5HNm1tkBOsXGg { width:20rem;height:3.16845625rem;top:2.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:400;font-style:normal;z-index:15046;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #WhFIp34QlnF2vz9WvBBkO3ZwhTsldbkR { display:flex;width:4.4375rem;height:4.4375rem;top:0.6875rem;left:1.6875rem;opacity:.55;z-index:15029; }
 }@media only screen and (max-width: 763px) { #a9N88XmPDA4ppqmXKz2JTda74fmdpGtG { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:10.875rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #poan2BxJ8Q5qON7cUHemc6qMGiIbWou4 { width:18.625rem;height:1.4625rem;top:5.15625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:italic;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tv8i65dLZqaCBesBDRHtckU6TMTuLT1F { width:19.875rem;height:8.5rem;top:40rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #E6SZl4R3Cfxce5E8VI1OxUT9dECSU1KO { width:20rem;height:auto;top:30.5rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #GBrLFoSckTrKpGO0ktBTMkvMuglPw7fp { width:20rem;height:auto;top:42.375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rRg8TIPI1SntHtinU1QMqHvo1EeULZN4 { width:19.875rem;height:7.25rem;top:18.8125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #i1BZvsCsHXaMXHe9NmfT1luwtvCier2i { width:19.875rem;height:9.625rem;top:28.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #y6xVuqqPn1PSx5hcL4IMToyMWrzwWJzn { width:20rem;height:auto;top:19.875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #IPEwO2EJ4ScUEmSDZCTyzxlowDcNPP9t { width:3.4375rem;height:3.8745125rem;top:31.25rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9srcF0vC26UzrZF8dzgoIsviMabxat2 { width:3.75rem;height:3.75rem;top:20.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTJTlfUcdM5b4QTaKiXK99QKzkWQbeAy { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWiDC1Be5WzkBT2HoH0IpeG9Eq8IgPVV { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH81sfmiJ9lirT8DPTtmNNvM60d8IHV2 { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOSR1FHxId1hl37EnawNl7uKnwPW13ff { display:flex;width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbNlLggWGAwvDESnsk8HwIRdCgTqlCCp { display:flex;width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CO4Rp3PRfhJgFwdzlhJQyKxkIMvOpWur { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VorZfuLC7gTJ8XGow77i6T03wr1ELLX9 { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfMOOC0Ir9KaXsQdmXKvCFlveBBK4LXp { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnTLwqVJsBAfHhxG0TFqmM8V8lI4Ct24 { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #psJD3dx9BC2pFcHvFt601m0sKLCaWriF { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #esRk5SEGUQsn403xkswF6gwGnwXnNCll { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxJtKlvCHADnALg3WKHuui9yGH1QF916 { width:3.75rem;height:3.75rem;top:42.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTM8MT3kROTCoSPTWZV1wwlh03HWw074 { width:14.3125rem;height:auto;top:22.625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD0cqPGQB2FhwdaMNUZRZxPc0QbLEFll { width:14.3125rem;height:auto;top:43.8125rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiDbXWZIqaK8QqUJgLJrMOTPUmGWcCpf { width:14.3125rem;height:auto;top:32.625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0eTUyW825CNFKaf6ywJO3WIe9e2GHDl { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnF0LLAf8WNv1a7XTbTNSnIhU3BMPxPW { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQiKWR2b6ilQCTh4emwfHpnIAFeKOuG2 { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE8wQOKq5q6r0DLZ0E2k1DngXxRXAge3 { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J37GDS0b4DacWp15BAhRHc3uoev8Ql0k { display:flex;width:8.875rem;height:8.875rem;top:3.9375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xX3P6HvkuNV2fxfzb1RL9M8VwSg1GE5y { width:20rem;height:34.6875rem;top:7.1328125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Bpee1pdnx467MtETPvr5Sd725ZZTx6Q7 { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:14.0625rem;opacity:.55;z-index:15032; }
 }@media only screen and (max-width: 763px) { #xaU0RLc2eGFiAzsJ6O2Ii5fNFreqgdwq { width:19.875rem;height:13.8125rem;top:43.3125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #pOUGQsVzlvxgOGlyoqMAv40RA1sLlGD7 { display:flex;top:53.1875rem;left:4.75rem;width:4.125rem;height:4.125rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #aEEDPo64JI7VX331PUhTeMJhrOFPEdG6 { width:14.3125rem;height:;top:53.125rem;left:4.75rem;font-size:0.875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #nbVTdQblyE6hUrz9a1uFNgZZmWvKiJag { width:3.125rem;height:3.125rem;top:53.125rem;left:0.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #oA7M5PqyfaskZHDz4VH0CdyHn2zaKUvP { width:18.625rem;height:7.875rem;top:44.5rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #OeEPtggTw6GszVbwMoxgttWDFHBEeppO { width:19.875rem;height:12.25rem;top:58.3125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #UIoaidaTvokvIyZKi56QzmDJL5t2mVAX { display:flex;top:66.625rem;left:4.75rem;width:4.125rem;height:4.125rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #gr5AhimEkGZH8b3TnyzflMTDAzTOX79D { width:19.875rem;height:10.5rem;top:71.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #fTcgynTecGTT0sGJ3kTm7aizv3snHChl { display:flex;top:78.25rem;left:4.875rem;width:4.125rem;height:4.125rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #Ohi9WykntUZ9hMlNxUb8DaynCS1W76pW { width:14.3125rem;height:;top:66.625rem;left:4.75rem;font-size:0.875rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #BuDKmwVKmxskVBirx1b7LJbp2mTmx4qE { width:2.875rem;height:3.25rem;top:66.625rem;left:0.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #ls9k3iiBUpQP4BMd8ze4IM5fubBowmPq { width:18.8125rem;height:6.5625rem;top:59.4375rem;left:0.625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #xqsEFAqgR0gPtRXt4fDewmBZL2T7weQa { width:14.3125rem;height:;top:78.25rem;left:4.75rem;font-size:0.875rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #pxcUdmTlOJsHEedOdVd5wFUmpzLmObAS { width:18.6875rem;height:5.25rem;top:72.75rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #ie7RzW0CuDy8ApNTEkQ0Zu25r4ppFs9C { width:3.125rem;height:3.125rem;top:78.25rem;left:0.6875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007329a6-f6cc-4c52-af2f-2f07cc7cd8cf/GIFTCARDSECTION6.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.adaptive-delivery-prevent-bg, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyload, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyloading { background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { background-color: transparent; background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .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); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwrzzb8VTBycNyXb1rXyGsLg3Jo0qO9i { width:16.3125rem;height:2.923825rem;top:4.365234375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdAtct55x6WapafOiTXypCZob1WU3uAz { width:16.9375rem;height:2.1933625rem;top:1.5625rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssEH5oJwSbqCTcLMWr5HQ7rJDDorZosN { width:18.9375rem;height:2.75rem;top:20.3505859375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mei1UZiGtmITZPL2PQPfwt4y6Rvs4MPt { display:block; }
 }@media only screen and (max-width: 763px) { #OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ { display:block; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn { display:flex;height:auto;width:17.5rem;top:7.4599609375rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vkEsWm6fona1nuGiyTo1NPwg3dFzovP0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #uFTweuNCS5IPP5efeIgLBwAQlLTGhssL {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Ug0D2F5OVcwnOsQlh7TRxKM9hX6afE1W {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ywRIQ5DEWzyfuTvzbSDwaeIcI9tTbPZc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #QVODG095Xh0GrT0BpJsKyzdPQ74QTFi5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #r1PtG1b6hemUzFhRgB35EXzHK9y75ki5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #UypmZEsZfrxJpwnzlTmgTvRgMayvuQ6B {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #s8d0LRBhEWd2zHgtWocx3fSD0XTBdSWl {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Wcbb2geTHxFn1Eerz2UyslXVQ6zB4qlo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ySh3tcyDiDTSunV2wOBBI0AZKhzp1wPK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bhGidwmE3aTTsebu58W7FltxRcoLFSVv {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VVvS8wcsudahRaHxaZrse5wGmW6553hZ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bbwboWVsPPxwxiiD3uQ4ywWggzGJqCZC {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bmfAitrXByli2QLgaxo9gV90Mf6RFutk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #NsQhJz4tu2x6rsALIGKZdl0eANeGXE3d {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #eMRE7QMWLJ7lOtlSaFOd0FWKl7SetNSN {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #T8DbweadFsXfUDiz1C3aDf3Ttmgb1U7O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #EaRQ2a5OWfPkd1VG0HWw0qtQLWlm0rgo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vulhbeckzekNQpD6e12bKrnrNlxdquyM {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CBlpa5FKKT2RKqvgQJ2DqBb1O5ANKiu1 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #sNnsVdrhZ2zkCezVk1Mc4ubmJ7uvWX0e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #hE1Ur0LJ9wn953Ci2C1SPCf7c6lnXEPc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #xb1m0GBSctfnuz6OH2kr6luTvCAVW6Tb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #enyt02XMHg1ZAsnwOa3dKM4W5PBo7pgH {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #o5lnt4wT7QvpEvNLhVhReS99G6UmuW1Q {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E6Gy1FCUJFUV2AFoCSeuvO7LituI7GmV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #pNK3NBi5cc3q8rRgCniOq4HxivLRiNsG {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZMkLEpN4BviHGXCD0c5SqbZTHls8kVyu {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #KRtNnb0W6hs2ctugANnGPBdAqDMHWEBk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #DKxpnbvEATgGPaycV91aRSoxpO0QgdXa {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ty5LJtXZo32uy7mvvJXXWzxNdRlmVeTT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VWKzllzrxt22NyEzW5psarIiTDJ7KdIK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wrbW7UhkcQ65x0F3GDpgEAtBWP7Dvlu5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #kHq6rLV6vk2l3QTpTDS5QLSMmCcrS2Ut {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #rG3VT3G0ES8TPTor5TmtDOtwcGpsWx6V {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Fnn1XkUzSzflr9hVIDcKvtyJ1O5XIrA9 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #On28NGHMzATgCEE1xHx7SxEfVARxhVRe {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #oBsXAB9v5TRWtSKGiHlv6haiFF9dQ8O7 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #MTPCoBToBewTTebtPJC3PCoogceMDLm6 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #z5idWGUW996TGihw835IBSgA9I9RWnP3 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Uef0wHun69Scmrdg80EMXEcHtVT0tk2O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wxdap8dyHBIe1mVKUb77PmWVvLxv6s2g {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #BrhOH12fASxKTB363R5sbGQHgPRV1BLB {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #LHX71irebaRgNzv7li4BQMBNQ4Jwa3ck {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CJKRiA5OhWumRS8SDrxWeQWIWpwtN5BS {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Jum0D1uTxU6X30Rd7GixPBCglxkTqLAJ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #fGHfnTih4HGwTwmz6KaWX5Zhbhu9L5Es {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #dRd3fiEWpHWIVK8gsmizMknpB657146e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #JkVTn9OShRvCVnsL6Oa6fC1V2aKcVEBy {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E7U0neMFMTreICRHnlVT7WvZbn4oRoPb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #yckliRKvt8xQU803fmuD1CR2ATzhH0TE {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #gsX1OOCsK52BQObTr8QghFsy8kSMA1OT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #p7Fs4x1k8SDeZC2A57pRNgcfi1Pnb6bV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZJTf6Tg8chnFT8mLb3xsbCJ9XyXbxsz0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #cwAuKc3FTVEI7BaItzu0tAkZNbRgQHiQ {  }
 }@media only screen and (max-width: 763px) { #nulfvp92l8VQ4GX4USor9sm9fn0P9vKO { width:20rem;height:2.2753875rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1vzvy1UoBtsZO9kxuVPOfSOFhXUhN8I { width:20rem;height:2.4375rem;top:4.2109379768372rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v339aaVVnA28GHH2pk1H0aZ0L1KTOxAT { width:20rem;height:0.1875rem;top:56.942739136719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX { position:relative;z-index:auto;display:block; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlkTgVZ9dN10ZAUzLNhnuHXG2ZTPoJGZ { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSVk8Uc58PU1P937971633TtcGtRPnQ { width:6.74925rem;height:1.05644375rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEipAwC9cShORZkH3c5BviqArf4ZNSFT { width:7.936375rem;height:1.05644375rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }