.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:172,172,172;--color-tertiary-2:117,116,116;--color-tertiary-3:82,81,81;--color-tertiary-4:0,0,0;--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); }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a47d9eec-d8b2-4ba1-a5a3-30678aa44807/b80ff680texturescheckersblack_12yo1o02yo06x0000qi01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh.adaptive-delivery-prevent-bg, #gPHyqSZ33BTLge60OSv6nKW3HI5JxASh.lazyload, #gPHyqSZ33BTLge60OSv6nKW3HI5JxASh.lazyloading { background-image: none; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container { background-color: transparent; background-image: none; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container > .video-iframe-container { display: none; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row > .video-iframe-container { display: none; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .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); }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container { border-width: 0; border-radius: 0; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#T249a966af98b3593efcaf9429903853 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;top:1.3125rem;left:73.125rem;display:block; }
#b6023d2c8668879af4b0533aae9a548b { color:rgba(var(--color-tertiary-3),1);display:block;width:1.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:73.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B8fe198831be8f3bbafec55eaf9edadd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:71.9375rem;display:block; }
#b99aa9638cb9bcf083ed54af33372db8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcd6df6c2ab05a916c16383df202d683 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.59375rem;left:59.8125rem;display:block; }
#bb1051d200d739925d4ad43f51b579e7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3JqdT0vO6J9wR5q99ZQB5LHyTQNol5B { position:absolute;display:block;z-index:15002;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.625rem;width:13.625rem;top:1.09375rem;left:3.75rem;overflow:hidden;display:block; }
#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dde5ed;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; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container { background-color: transparent; background-image: none; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container > .video-iframe-container { display: none; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row > .video-iframe-container { display: none; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .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); }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container { border-width: 0; border-radius: 0; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dde5ed;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; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container { background-color: transparent; background-image: none; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container > .video-iframe-container { display: none; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row > .video-iframe-container { display: none; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .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); }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container { border-width: 0; border-radius: 0; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#dnWkcUbknTqB7sAf7ynnkqeM3nAIOfCP { position:absolute;display:block;z-index:15001;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:2rem;width:16.4375rem;top:1rem;left:29.281251907349rem;overflow:hidden;display:block; }
#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 { position:relative;display:block; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 { background-color: transparent; background-image: none; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row .container > .video-iframe-container { display: none; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row > .video-iframe-container { display: none; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .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); }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 { border-width: 0; border-radius: 0; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .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; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#Xi7gOb5KAZgsF3GdOSBzPbwUap9kS1dT { 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:1.4375rem;width:6.5rem;top:2rem;left:40.3125rem;overflow:hidden;display:block; }
#LUM6tMECES0iEI3FOs8wpxbEQTJqbb4K { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:46.8125rem;height:1.4624rem;display:block; }
#BHAgUUCHguIzzzFiKEdFr5IVo0chkcxA { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:40.125rem;height:6.82425rem;font-style:normal;display:block; }
#HeJ8iiNoJbsEfCpp87WL7EO9ZfyiBT5l { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:10.3125rem;left:40.3125rem;height:4.5rem;font-style:normal;display:block; }
#lM6XIeRum18kQus6PJLN9JzH1bWa1BBO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:41.6875rem;height:1.5rem;font-style:normal;display:block; }
#TDW8kXNZL4wLBOqBVbNIvAWIOSFt9XIH { 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:1.0625rem;width:1rem;top:16.25rem;left:40.3125rem;overflow:hidden;display:block; }
#l4LNVFQgDoTHVHCm9P35LVLhllho8Kiq { 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:1.0625rem;width:1rem;top:18.5625rem;left:40.3125rem;overflow:hidden;display:block; }
#fFpDkPCghxsEOiaTb1Bci9Ovw1U2FbbG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.25rem;left:41.6875rem;height:1.5rem;font-style:normal;display:block; }
#I77kimoUtRJMaQPdMKLC517gGfT80Tlw { 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:1.0625rem;width:1rem;top:16.375rem;left:54.3125rem;overflow:hidden;display:block; }
#lTTPIedTdb9qimBSIeLlLNbGd3y2KHET { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.0625rem;left:55.875rem;height:1.5rem;font-style:normal;display:block; }
#rxQElVnc9eLeipxACg6o3cqRUcaQ6TFt { 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:1.0625rem;width:1rem;top:18.5625rem;left:54.3125rem;overflow:hidden;display:block; }
#f4bCaHnIhfrZTcZMBQveeo4ASDDVxAGn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.25rem;left:56rem;height:1.5rem;font-style:normal;display:block; }
#WKI9SHrkZXZvtNWFlpzoBunkEHTOEkSd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0615rem;height:2.5620125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.1630859375rem;left:48.46923828125rem;display:block; }
#eeakfL8pocMhSkMxBr7RywqBvIrpDr4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFiinUtdrbsIgtebmtdQLlQ6z8T20SVX { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7062501907349rem;left:46.85000038147rem;height:1.4625rem;display:none; }
#QkyhP22BW4saB1pTUbRaeEuhLEHmnRX4 { box-sizing:content-box;height:4.25rem;width:30.8125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:21.193359375rem;left:39.53125rem;border-top:0.0625rem solid rgba(118,118,118,0.85);border-left:0.0625rem solid rgba(118,118,118,0.85);border-right:0.0625rem solid rgba(118,118,118,0.85);border-bottom:0.0625rem solid rgba(118,118,118,0.85);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#s2LaNaSqIgCqg83ssssLupTCSOPvz6ns { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.875rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.312rem;height:1.8120125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.96875rem;left:61.43798828125rem;display:block; }
#o59qOgoWyn4KIgESBlLiOecrATQUVTqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzLcEe9pF1icfcyxMPEierXi3fLgZ4Og { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.3125rem;left:40.375rem;height:1.13720625rem;display:block; }
#wSXou2eOCc6TiwARTbJ52ZqbqvJsFV6y { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.1875rem;left:40.3125rem;height:1.3808625rem;display:block; }
#k1zEiO5xreMbPUkEP0GeKETecN9h91m0 { 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:1.0625rem;width:1rem;top:17.1875rem;left:43.5rem;overflow:hidden;display:none; }
#PUyDgvr8VWubRH3omDKaDyRyHS0sX2ck { 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:1.0625rem;width:1rem;top:17.1875rem;left:43.5rem;overflow:hidden;display:none; }
#wGSOGLbkZd0dsGKoC9xU9U7bfEDwlpBt { 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:1.0625rem;width:1rem;top:17.1875rem;left:43.5rem;overflow:hidden;display:none; }
#c2eJ1gFba9xgy4prDzwN2vyfHZTSFkah { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.875rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.75rem;left:64.25rem;display:none; }
#wbt1plh6WO7qBBKN6Ceg7yTErLxtwqX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIU0gsPg0wqBP7mcabML0fMGmH3L4blV { color:rgba(var(--color-primary-2),1);display:block;width:8.5623125rem;position:absolute;font-family:saira;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:61.3125rem;height:1.0563125rem;text-align:left;text-align-last:left;display:none; }
#PN04pG6AEdlDTmasihPv5coA0fSoDlC8 { color:#ff6900;display:block;width:12.5rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.89453125rem;left:57.25rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZOQGlLbfURA2rigP3P0OSXn38THxAF6u { box-sizing:content-box;height:4.25rem;width:30.8125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:26rem;left:39.5625rem;border-top:0.0625rem solid rgba(118,118,118,0.85);border-left:0.0625rem solid rgba(118,118,118,0.85);border-right:0.0625rem solid rgba(118,118,118,0.85);border-bottom:0.0625rem solid rgba(118,118,118,0.85);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#Qba8dwx7Gn2IrWrxmS3PhThK8r3R27Tm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.875rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.312rem;height:1.8120125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.8125rem;left:61.4375rem;display:block; }
#reiiE2V1cpiEf1krqytcAwyJlpmgVVi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn8u9otrMckZccifOVPPEc9rQmVEuinA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28rem;left:40.3125rem;height:1.3808625rem;display:block; }
#z2Lheug4ayqfBSPtNBmKhAVaM29XwaRf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:27.125rem;left:40.375rem;height:1.13720625rem;display:block; }
#OrNOH3GcT25enmT4g4To2HpKKfN70XtN { color:#ff6900;display:block;width:12.5rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:26.6875rem;left:57.25rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#khCTZEA835fx8ITOQrWVxlrO68vZmcvA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:34.375rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container { background-color: transparent; background-image: none; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container > .video-iframe-container { display: none; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row > .video-iframe-container { display: none; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .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); }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container { border-width: 0; border-radius: 0; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#t95R8xcGzSqfNiZLt25PTqr1J5FMschs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container { background-color: transparent; background-image: none; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container > .video-iframe-container { display: none; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row > .video-iframe-container { display: none; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .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); }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container { border-width: 0; border-radius: 0; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#aEiPinDwJMd3qp5tns3GuwXTAnrQDwTa { position:absolute;display:block;z-index:15000;height:9.0625rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv { position:relative;display:block; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv { background-color: transparent; background-image: none; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .row .container > .video-iframe-container { display: none; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .row > .video-iframe-container { display: none; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .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); }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv { border-width: 0; border-radius: 0; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .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; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .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; }#nfMvf15WUinfOrgMep0TMNlp8LBW7Ex3 { 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; }
#y5CokD8HQ5dMQX325Fta7Etm6rZlfxNS { 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; }
#MtH0a7Nv0MCUGEc9OLeBM6Sa9pTZ6JPS { 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; }
#fHFdOBHPOQ2v72azqUeiPbDUTp3Bfg9N { 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; }
#PKo5MotGuI6kM34ng8xktviiSvsMPrnr { 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; }
#lXek0i5fDks5CNINLCVUoG9U07VlbDua { 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; }
#GHV3txCq3XsnXaRpwsluwxrmx9SMD5Vg { 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; }
#dfHRedgu8Tkb23vfKA5Ngl0c3p42olMO { 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; }
#dakkW50dOgdyR1RfbqKSkomINI6auMuh { 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; }
#zJWpiny7Af8hs0OC3NRrSrggnoGrgsNN { 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; }
#sxAGcnG1taz097iOrmyAcXAHOD4F4Wq2 { 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; }
#svMhSrmT04BT6sfXDRkIpJZzxaqhCt6m { 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; }
#Efg1tggxyVBPrbBW1I9P7UTi9vDMXrTT { 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; }
#WKXIVlQI3uG1KSotTHzPan7ogHC6uDhT { 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; }
#fnw1ZfSJKtqNmRoHKCeqwqGxNbwLdRIM { 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; }
#f2UneugfqqOJwbHgz7Zx6dfItLJ343W3 { 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; }
#aIHtKhoy6HvDM9qkPBPDb5Fm88eOmMK6 { 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; }
#WOfOC59D7k1L9fwLcVzrRyIvTgpg3DV1 { 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; }
#nMrCahwzURCFAPlhq6G361im9rZ2DHJT { 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; }
#bMWNbq4qSldT0cbXHpxcXoJ6HgnVW0U8 { 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; }
#toCLPLN79PcIfHKQyN5pscn7Q1CCDV4t { 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; }
#iH2AmEUP7cWvfJ3XhOIPXooLUoMxUUNG { 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; }
#HC8wuHwQ7t909f7HelJVrfSK2I8mHXxr { 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; }
#fhnKMwnyTWff5qMReQ5DhKxxxMtehsxX { 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; }
#dPZAdkd1rtvTFG4dlAKyMI6QS2y1RzpO { 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; }
#tTChKoB4WPJatD0OVf04TC8zI3aalqG1 { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#GAfcE4VLKavMB2kPRnlveBvacUA70ZPZ { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ztrULwLRs1QiKidyH6DeiQJqBIM1XxBH { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#eQRmldv2iSJrTK05IJIfgcUfJPJcZTKn { 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; }
#tNhy6X163DzgL9zerQCFf6TEMJkzylNv { 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; }
#oSSTLDpuvefgJwb9fUoxfM3piTqOLG2d { 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; }
#CrukqCiWImsh297e5kWTuVfbWslDMgOn { 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; }
#SqPBy9Bp5a8kGaqy2BrZXMJQdAeCQhtH { 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; }
#bbLJS8KCs83zKFNFbxMLq4iBoTy7xsR4 { 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; }
#skV8U3eLIBIEVTXiM11p1IG1fi3KZ3kP { 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; }
#RtVdILU9kMcgk2SFUpEgT08BJLv333Ik { 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; }
#ykQ3tBXMFTPpWKTxFwpVA8AVxWD08XVn { 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; }
#gCdc7tZ9T7502ZLPlfD9scc9NNLwPggg { 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; }
#IwXMuRe0TyrXgKTwRtncnyLWHPDbV3RP { 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; }
#lIpWsevZDrlprlrC8nHOKyk9bWaTROB2 { 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; }
#lPEhN3lekiVZNHx65HoT1pO8t3r77qkv { 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; }
#MUCotlQgWeWenhT7DguKzo8fgf2TiNup { 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; }
#CSyAZTQTkGNiCHWrtZNTg0ANzSidnagB { 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; }
#nVfa86HyUXPIzZnf7dWsO3JMi1kaeQ1e { 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; }
#Nik3sp0bIyspcgSGvn8vskGnTXCk67oi { 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; }
#HZnULnFloyxOwcOfA00EqPATIFdFhGOp { 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; }
#QzTxUbFgJoJTQCXeMSqrpwyMhvMRMHfP { 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; }
#uQ2TQrTyc17calfOvKcCTST3QL8T9NSc { 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; }
#ase8i7IKWO52rsox3zGNheWKwzDM9KDq { 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; }
#eIEHbcJQxAqKa61aoo7nN7l1CffNv6qS { 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; }
#sT18ptkmTPiskFAGPcGMetIXAgQi5pN0 { 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; }
#cyERIz7M1qaAdE5t8VBZ7mVoNE8EwXuP { 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; }
#HNQ7XFJbpvWKrbPEUTon7frhqQAJZRKO { 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; }
#kqUFoG2HAulTNT2CW4BhG4xOxp7tCNa5 { 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; }
#iXDTnxcV2LzIhCd1P3tpgfll31ZGQx8b { 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; }
#EUksX1Tea3lw0uFy2GiUkv4Nn6e6hSgX { 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; }
#aPX72Idspir59sqLemsub9ibTnAHxTSi { 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; }
#BrSGcL2dzbQaqT6Ib1CbnDJCU3XGvsnP { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#gTF3AMPHpRoxtUGOJdPB4B6UeIqLBKb9 { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#R1Z8PqfXBG6KzezEARpQAM1vgPWzcwMM { 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; }
#warcrhZiD917TfvfB72RzoenJ8rC8S2s { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#HZyiqHT9Pg9dX0fiwcEc4gEMTLGZH0xy { 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; }
#berJEgEeQVIrop1krCKdqzAyrGioSTTL { 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; }
#FM7V5k5Wf9XXiO1aTXakye9ziLv08IFH { 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; }
#lmzDgEFSPinlQ7dT2WmX2uVgb04JZO1h { 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; }
#aSMITtRGcLskftXLSxaPOcurpiuI7XeE { 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; }
#xtNhaCvEi2chD6nmP5eiFO7qKfRRThpK { 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; }
#iqBqOchoBpR2epcteDAUmTpuwAQgKOcM { 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; }
#dpDgGGF7mi7Ms3q3QRWNi02Ix6d7HeGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tD9sFF9NBvLSaoBk1cC25p0ETZfaUlBU { 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; }
#cmc0rkkxW9L3ihbJCtlTPkf2xW2oFvJn { 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; }
#gxRKyqHOT2V1sfCpb7hLeWR5qJUCVMw4 { 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; }
#OsgPssKITTSTN87nTtQcmRAFswy6nid1 { 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; }
#MhMtrZg9SFfnWEMeOhSDGgWWKbvPUNcL { 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; }
#SZLVKFJ60r2yBm5a3TNd7yVTc4Q8wqqZ { 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; }
#QRZn37C0hnR9bw9WE6LRVbOR0Fdfb05e { 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; }
#a8mngLf1H7ETvxE9IPF4TBWSsAPCSJEr { 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; }
#Az3FtxXRIyiKFP0GkcewzXldBde0D0xK { 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; }
#TVQBVRpvgPzZkaWg6mxcIfWDWiQmLbOI { 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; }
#qnHzBos9pRhU5wJsRMM7h8IfvZAsd2Tm { 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; }
#LvK8F7t1DQNVmHGT7y35pED5hS2dFvcU { 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; }
#cnfDbzw5MzITH5gmnG5LefFev7fWNNoa { 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; }
#tubh5O7xrPWqIGtUC5OomoxPfEnm1Khz { 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; }
#SBiWpKBARHFipoOwpRsRvLw6toqPn5yN { 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; }
#T3ml0KCcDxenvzXHVuO9vOl8A0Bb2HXW { 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; }
#JwP8m3KG6hOeKpnmnBtTPKaB7mFbAV5L { 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; }
#Jhp3DymiNDCmt57GKFpWFC6pvi28WHfU { 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; }
#qCeqiismZNhweD0NTZk0941r5etqEPvB { 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; }
#gAAl9sFmXuIHNnU5b7xkgSLf0kIlcBNQ { 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; }
#BUiQWmWFaIqOFQaSlSCP1RJwhJVbvRH7 { 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; }
#EgliFKSaPhPQTqElmqblA3hOTiJwGrId { 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; }
#LG4y7xKl1VIQiFnWB3HT72SDrEh6LHxJ { 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; }
#ddwZscMDGp8p6DT8c2HXbpn0Bq6Xt3sN { 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; }
#HUt6Xd4cdd76P5eidb5iIKOqaMoqZgDL { 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; }
#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 { 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; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container { background-color: transparent; background-image: none; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container > .video-iframe-container { display: none; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row > .video-iframe-container { display: none; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .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); }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container { border-width: 0; border-radius: 0; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:block; }#bhtL0OHe9lHsKlGevALUfK2VBJWTaNfh { color:rgba(var(--color-secondary-2),1);display:block;width:38.375rem;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.375rem;left:18.3125rem;height:6.5810625rem;text-align:center;text-align-last:center;display:block; }
#R8qTBVZLKwBOCLlE4Bh6IntlGOM5XXc7 { 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; }
#xUSm9OLmWHBwNMaT5lDI4RBb0LsB1fWH { 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; }
#FStvOxORFRSL5fbVBD5o5qGuTirDD8qH { 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; }
#hxeqghe5eXKo1rKWGgvHC3kK67KOU0Pb { 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; }
#mgZv58QD6WCJnIL74feVyAVZNti6COCh { 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; }
#Tm7Z9k0naRg9vfEezrXJwIXxsQTcrGBk { 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; }
#mXar4fs5KR4dONGoZ6O2BByi9KS4UROs { 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; }
#TyWNREAMyhN4OPWxJks38Jh6EJ3MgU6L { 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; }
#Fz2tNgI4LTCWTp7WpadIwSmi2hKPprsn { 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; }
#GuwwEreQKtCEKpQz1O3M0WteD2ugI1pK { 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; }
#MHnzmdiBb08MUNe3wE351qUE5zlQm7O6 { 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; }
#hFGewccyoQVpu5dy0HkRiBpzVcL0gEcc { 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; }
#OAtrWlQokA2vvHfy4uHezhXHnusOHRzI { 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; }
#DwV9PExui4defCHKlyRSVcyTOCynBHaR { 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; }
#W43aoUCy78siC7NIsuV0U4vVezWBCTqw { 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; }
#ZrxytQmnhuJIbXUO9fHerUB3M7Gi46A9 { 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; }
#hqHoi2ILlU9ozs3shs7wpzQb3e7uTbg7 { 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; }
#WDnaS4CO6u4Ea24fTvLTCTCmrqxwmsfs { 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; }
#TeRLbFtfVTTW7QDaUUHiLhHe2okX1Hiv { 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; }
#vyhz1i4cxoUmuse2b5wTz3cDy47Th0xL { 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; }
#ktC3PXq1eKBk55vSqzF7K1M4qrFJVFS8 { 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; }
#T82v8ENcHrQHaRg2JLiWh3lTWq7WXEoH { 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; }
#chO2oAOq4s7GZBz3038FqfhRt35wCXAQ { 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; }
#hFbSkw4dGENb8lqgitmUxQ8dN7Z19VWq { 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; }
#GzsWMml7uQVIghA33Jql4TShuVqCTV9s { 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; }
#XJeRbxgw3R2WxmadUJukBIFp2UysuLEx { 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; }
#KXzUCSS5BKT16hhFLf999k1WFxVXzci0 { 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; }
#eJQArgfcDdUBoe5wJPwIhFzm9OUWz1kH { 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; }
#zBFQpLSmbuyIAwV7DLdXhmSnUhVQEqlJ { 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; }
#TJNDt3Fqvf7ZyTF1KlRD3nFMeQQ7Wd9L { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ExcXIcwuFRVXoRD0J6qXfl80kXfOix7u { 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:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Tb8fJgSVH7MGvNQvPWAoWbaiLlHOkdP0 { 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; }
#g6c2A6hdih3wUQs7h2610gZTWCi4pSfH { 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; }
#JdM6VRkbi0l1fGsTUqTsn0X8eCCNxri2 { 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; }
#VIuIAoX2umD0h1ghm0zSpDT0GM83Izqp { 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; }
#ANdbJe4J3WoI0D01D0R0DzbOef1caAVa { 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; }
#MLBKanoGHdv33fyLhm3gtdp11xMbOw6M { 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; }
#Xlmgr15uTJGlrTRCP2pTTNHJTMTsGgMc { 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; }
#caqfz4EKUJpPwdXvdZLMyn7aNhzlK4bB { 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; }
#TxTx0Un4o9ChESAXUCzOlXnIqXXtkZTA { 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; }
#BfpboPpba7Ul0kbmAA5wPfeq6xO8M7CU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srCTB44euqPQGOlJNh03XfNfXRoHxIwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE.adaptive-delivery-prevent-bg, #srCTB44euqPQGOlJNh03XfNfXRoHxIwE.lazyload, #srCTB44euqPQGOlJNh03XfNfXRoHxIwE.lazyloading { background-image: none; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container { background-color: transparent; background-image: none; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container > .video-iframe-container { display: none; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row > .video-iframe-container { display: none; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .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); }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container { border-width: 0; border-radius: 0; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#tDnbC37tWBybwHDgmnQTEL8WlcwLAZmW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:5.0625rem;display:block; }
#ON9JDkJ9UmaWLSp88e00cPqyqnF6lKOf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:22.125rem;display:block; }
#nVpT1cAWqdQ1bZQPyeOL0lJq2wL27wr3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:38.9375rem;display:block; }
#D8CvH9eFO9SkeIwmo7G4nnsoa6wLgyhO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:55.75rem;display:block; }
#eLTasC8NCAvPgIlCVVZvsN4UFLSEyOyR { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6250038146973rem;left:16.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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:none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9.adaptive-delivery-prevent-bg, #wm5d7qIBtxkTWLuXptTOateHfP2VwGT9.lazyload, #wm5d7qIBtxkTWLuXptTOateHfP2VwGT9.lazyloading { background-image: none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container { border-width: 0; border-radius: 0; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#To0F5R9vsWo1gwE3GwdRNksXDZT1ekAz { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6250038146973rem;left:16.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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:none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ.adaptive-delivery-prevent-bg, #hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ.lazyload, #hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ.lazyloading { background-image: none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container { border-width: 0; border-radius: 0; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#GJ7pfdy8gE7nTeNupM5liN0uS3BvW46o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:5.0625rem;display:none; }
#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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:none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg.adaptive-delivery-prevent-bg, #wG3VzDtger7VD8CMcnux6vgbv8H4i4tg.lazyload, #wG3VzDtger7VD8CMcnux6vgbv8H4i4tg.lazyloading { background-image: none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container { border-width: 0; border-radius: 0; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#x31nmbtnykITAqHo6m6tI4JhKUiptMeO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:5.0625rem;display:none; }
#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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:none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t.adaptive-delivery-prevent-bg, #HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t.lazyload, #HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t.lazyloading { background-image: none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container { border-width: 0; border-radius: 0; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#OAK07M3Cx7PWKI0IGLzeBbSeoCsLBQDJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:5.0625rem;display:none; }
#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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:none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf.adaptive-delivery-prevent-bg, #aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf.lazyload, #aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf.lazyloading { background-image: none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container { border-width: 0; border-radius: 0; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#umqtEvWPQtkvrXDd1bzxw4swsTBtUL9b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.25rem;top:10.375rem;left:5.0625rem;display:none; }
#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 { position:relative;display:none; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 { border-width: 0; border-radius: 0; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .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; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .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:18.75rem;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:none; }#zAwKzgCf9dSuqUaP9hXkstp6yIdDJ1g5 { 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; }
#f438zEaLKNltftGy15PSZSPZ91vUGhQs { 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; }
#RqpExsvAeVJtN2JIACUlU0as1zzivMsr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mCW3i5OnTPvIofTDL4izwN5TikUAxlrT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#NMMUTeLbKmCSfc5dCvsrqXOtJReWKhZG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#O4t3fPGI0in0UQVJmcI6GaO58tB8TaSG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/86fe04c8-adcd-44ea-8cb8-2c68a7b45160/30OFF16.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; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP.adaptive-delivery-prevent-bg, #C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP.lazyload, #C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP.lazyloading { background-image: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container { background-color: transparent; background-image: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container > .video-iframe-container { display: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row > .video-iframe-container { display: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .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); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container { border-width: 0; border-radius: 0; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#b2079256d4f8ae75bb86551de6093d4f { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.6875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bf5e76b951f792560c34d3f3559753d4 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.75rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbd9b1bd9776e7b3876ede43672e42b3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.75rem;left:2.6875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cd5f1055957b7163cd6881969ea0493d { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.4375rem;left:2.6875rem;display:block; }
#w998c5570a984af152a3ffbb8465a644 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5d4179ad24be71d5bd27d054d8990df { 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:28.0625rem;width:31.5rem;display:none; }
#n81ed3ddb2fc3ad3e8f2c14c225bcbd5 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.75rem;left:2.6875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL { position:relative;display:none; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL { border-width: 0; border-radius: 0; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .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; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .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:18.75rem;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:none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb { position:relative;display:block; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb { background-color: transparent; background-image: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container > .video-iframe-container { display: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row > .video-iframe-container { display: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .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); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb { border-width: 0; border-radius: 0; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .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; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#BfRG4d8tRMGhRc1G9CiDhO8lTTSmqPqG { position:absolute;display:block;z-index:15000;height:36.5625rem;width:38.75rem;top:0rem;left:0rem;display:block; }
#A6v0F0paPhTi9MQuIM45oKpkrWfCaiF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.624755859375rem;left:41.937255859375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yU9N4QO3U43blHgqzCimWfTrQvbToJNJ { box-sizing:content-box;height:3rem;width:8.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.75rem;left:53.1875rem;display:block; }
#ldeOXadpfy0ZOP6APx2lI7400k2TL7s2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.625rem;left:53.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xa8WEevbduinaGBiVdnHZMqHGCzorf2f { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.061859130859rem;left:41.936847686767rem;height:3.75rem;font-style:normal;display:block; }
#mo7TrEVdy7DZsJ39qR1DvvkCf2wnyV19 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.624375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.75rem;left:41.9375rem;height:1.6875rem;font-style:normal;display:block; }
#DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:41.9375rem;height:0;font-style:normal;display:none; }#DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
#yfVJzMWuUsdw21FKz94fBiuhyhrGDWFu { box-sizing:content-box;height:0.24956625rem;width:14.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:17.5rem;left:41.9375rem;display:block; }
#vNKowx9a86rrM7K1cNThhcFpSvPK2Kot { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:33.3125rem;left:41.9375rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8nfwEk5MTZc2TPmOQt4J65zxWeRXsW1 { box-sizing:content-box;height:1.5rem;width:2.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.1875rem;left:49.125rem;display:block; }
#rWF0SB08GXBToOus1nSHbck3PHN4vBoW { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:33.1875rem;left:49.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztMI0HmP0aFQbBphD6xym4vb9VCaWSBL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:41.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uaZ3axdebnb7aM0Iesst86NivImyxLNP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.0625rem;left:41.9375rem;height:3.75rem;font-style:normal;display:none; }
#vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:41.9375rem;height:6.9375rem;font-style:normal;display:none; }#vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
#mcJzTPXP9WWoG5oz1rT6vfpWi0GZFXT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.6875rem;left:41.9375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MCz0zUqF49bWixppcei8ZIv4TmCPR4Dq { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.625rem;left:49.281251907349rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UiffOdFGlxmsJQF5trT3HndhXdZNMNnC { position:absolute;display:block;z-index:15000;height:36.5625rem;width:38.75rem;top:0rem;left:0rem;display:none; }
#QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.749375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:18.498481750488rem;left:41.935764312744rem;height:14.1875rem;font-style:normal;display:block; }#QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ li:before{  }
#qVNhrg19vPTUebwRaCmnlUPc4aTDG56p { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:41.9375rem;height:6.9375rem;font-style:normal;display:none; }#qVNhrg19vPTUebwRaCmnlUPc4aTDG56p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qVNhrg19vPTUebwRaCmnlUPc4aTDG56p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
#nwROT71F7p7R0ifPaV5xfPWAyypSWdbr { position:relative;display:block; } #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection *:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="text"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="email"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="tel"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection textarea:focus-visible { outline: none; } #nwROT71F7p7R0ifPaV5xfPWAyypSWdbr > .row .container { position:relative;display:block; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 { position:relative;display:none; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 { border-width: 0; border-radius: 0; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .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; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .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:18.75rem;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:none; }#wO5FpaU45008WaTeWeEOeRWinZpLyCPX { 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:3rem;width:3rem;top:3.875rem;left:14.375rem;overflow:hidden;display:block; }
#O8TCTKypq4qDV9ZI6VA6yTorOGZcJ7Nr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbvUx9usZnNCdGvosLEP3fvEgTUU4Diz { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh { position:relative;display:none; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh { border-width: 0; border-radius: 0; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .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; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .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:18.75rem;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:none; }#gJkhpA3JauS9IsGDdtZnTbQBKE8hyRxd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Olm0PFthMHI6fUCKAonMqZ7Wl0ZTeDSf { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATkxmbPm0Xu6twTX7EX8hSvEgHEmCRqF { 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:3rem;width:3rem;top:3.8750095367432rem;left:36.000001907349rem;overflow:hidden;display:block; }
#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT { position:relative;display:none; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT { border-width: 0; border-radius: 0; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .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; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .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:18.75rem;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:none; }#RqiAvdmPvLwqhWAeL4xt2hZL3LJkmgJG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkZ09oH0DCgNbrS49zLQr9E3LpWnI8eB { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcyRK6IbkbTWdAKEALeKEV1PMVdb2ORd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:3.875rem;left:59.9375rem;overflow:hidden;display:block; }
#mcgP8L1ClHrHsi239VRlIhEht20UB47B { position:relative;display:none; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B { border-width: 0; border-radius: 0; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .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; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .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:18.75rem;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:none; }#hZb9bCgirrvV2Vtr2DlmQ3Eax1dJIG4A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9URv7HplX9ksZPOqWteulX1kBVwmTZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeub7AHSxJWTt4KLDUdWac38dABvROFk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:15.625rem;left:14.375rem;overflow:hidden;display:block; }
#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 { position:relative;display:none; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 { border-width: 0; border-radius: 0; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .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; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .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:18.75rem;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:none; }#K9eD7wEtf42t35l0xQm1tz1sk5SSTtT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOqbTyr0Ez8SyMB1kcOe4KUCmEypl5Gs { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z65W5ko8451ukobLvlrPQ2p3IZOhTfNa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:15.625009536743rem;left:36.000001907349rem;overflow:hidden;display:block; }
#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 { position:relative;display:none; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 { border-width: 0; border-radius: 0; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .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; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .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:18.75rem;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:none; }#Dt16BZzaJovQcO2ByDNHWDemRVkkP453 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7e7noFmRE2C8f1U4z0G1iBo8IEMRpoC { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfsTEktz4DQ7xnUEDkoesheG5sZrcTJx { position:absolute;display:block;z-index:15014;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:3rem;width:3rem;top:15.625rem;left:59.9375rem;overflow:hidden;display:block; }
#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU { position:relative;display:none; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU { border-width: 0; border-radius: 0; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .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; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .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:18.75rem;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:none; }#Sly9kKy8s68RLlkItnWvokhXXeaOmlvU { 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; }
#rQ6zUKIFpyXZA3vCzSuENai35Ta1IvAW { 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; }
#IG8S1KygW2h98sUr3zAXNQpb3kEiIwZ8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A3U11ZatdLOGJ78Rheni5auV8UPmzhv4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sNh8dxKxOTXV6fThhOSg7ZgoDTh2ICUW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#NicTTTzpbQmsfzu03AfnIOVry49K84EN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wd5zHe3arwVzMssWr2aRrQb3eNUFvg9t { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#a3KnEByROkNssRtK0iQ4okIpBTBMPU2E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JhQFTylveToHbh6IFbKTTZg65twhDS2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41e4b254-168e-48e5-af9a-b15f455c0c55/72d33531xtwebg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S.adaptive-delivery-prevent-bg, #JhQFTylveToHbh6IFbKTTZg65twhDS2S.lazyload, #JhQFTylveToHbh6IFbKTTZg65twhDS2S.lazyloading { background-image: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container { background-color: transparent; background-image: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container > .video-iframe-container { display: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row > .video-iframe-container { display: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .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); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container { border-width: 0; border-radius: 0; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#pWhBZwJmEq9GS4TwcFionwTnkiCJvzJ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.75rem;left:9.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daRGBcRa1r7iLngZTwkZLq7nF82snoK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.5622844696044rem;left:17.812500953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6RsgfmTsJffS4Ufy0DRZWoUIkFIwHVX { 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:14.125rem;width:21.75rem;top:13.75rem;left:1.75rem;overflow:hidden;display:block; }
#cCcqSin1mvHWOORmBzpI8XNzUZwxs3Nf { 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:14.125rem;width:21.75rem;top:13.75rem;left:26.6875rem;overflow:hidden;display:block; }
#yKnXk16Dp4Lg3CfXa3AbsV9HiFL4d0hr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:21.75rem;top:13.75rem;left:51.5625rem;overflow:hidden;display:block; }
#Xbo8y2pwBkdsdTRPr6uSy9mJfsEtrBiO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:29.0625rem;left:3.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQg9D0c083GCyoRoJJdNKsvUgPHmpWll { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.0625rem;left:27.125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRpZww7TIh04RbQqTWxZTst1NXPOW3gp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:29.0625rem;left:52rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqzPsAZcfIPvUc1NEFWdqaTa6KlwSD8D { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.399993896484rem;left:29.375001907349rem;display:block; }
#gfZgdPwq5HSGMx4WrLz1WZKO5zybfogQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChbfO0xW6KKsTszbVDCyLcvX29N031gF { position:relative;display:block; } #X5740dd62197df6626a7da6de4b74281.widget-smartsection *:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="text"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="email"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="tel"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection textarea:focus-visible { outline: none; } #ChbfO0xW6KKsTszbVDCyLcvX29N031gF > .row .container { position:relative;display:block; }#WV1uKuceIXWTz8x6MSbRHF7GgnXakinH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25292b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WV1uKuceIXWTz8x6MSbRHF7GgnXakinH > .row .container { border-width: 0; border-radius: 0; }#WV1uKuceIXWTz8x6MSbRHF7GgnXakinH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV1uKuceIXWTz8x6MSbRHF7GgnXakinH > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#XNTuOUNStSpsBPeK5ueoV0mryf8liXM8 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1874828338623rem;left:9.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpU9l3uSPqcw9RVyBom11VK9inAqolmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25292b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BpU9l3uSPqcw9RVyBom11VK9inAqolmL > .row .container { border-width: 0; border-radius: 0; }#BpU9l3uSPqcw9RVyBom11VK9inAqolmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpU9l3uSPqcw9RVyBom11VK9inAqolmL > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#n6P7vbHsT75iFXuThba4y1Fe1I8lLZm4 { box-sizing:content-box;height:21.3125rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.4375rem;left:2.125rem;display:block; }
#xbr0Bd0B20xP0vJJRqy5Fo9QeMdzBnzO { color:rgba(var(--color-tertiary-4),0.75);display:block;width:19.8125rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.65625rem;left:3.09375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDlszurcCR4uIvnP4yVH2osuC6rWOMeT { color:rgba(var(--color-tertiary-4),0.75);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:5.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohb8GVfSXzbi96yXEPhXqJ8sRdUby5To { color:rgba(var(--color-tertiary-4),0.75);display:block;width:8.3125rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:12.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFdMRFRt0CMlF3ud0gU58bo5okchmmkO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.25rem;top:10.268750190735rem;left:9.6875rem;overflow:hidden;display:block; }
#WKzOqTe3Dn8dLrVo31z1ykVpgHcTt8Oh { position:absolute;display:block;z-index:15014;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.0625rem;width:1.0625rem;top:26.25rem;left:10.875rem;overflow:hidden;display:block; }
#IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25292b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ > .row .container { border-width: 0; border-radius: 0; }#IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#wgk4ftSNUJ9i2EGC7FvrQpuLXeTzUIlI { box-sizing:content-box;height:21.3125rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.4375rem;left:2.125rem;display:block; }
#PKtdhmfoaB9crgUQZhFXA0EkfyVJRqNi { color:rgba(var(--color-tertiary-4),0.75);display:block;width:19.8125rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.65625rem;left:3.09375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUTW55Olu7m12JeU6OT0MMxKdTSLT5dq { color:rgba(var(--color-tertiary-4),0.75);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:5.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKV7wLA1ysX3mktbPGfXXz32hO59r7WC { color:rgba(var(--color-tertiary-4),0.75);display:block;width:8.3125rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:12.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cV3ik7uqkHvw94QFmDyGvXayovpzwMu2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.25rem;top:10.268750190735rem;left:9.6875rem;overflow:hidden;display:block; }
#JGlfzwHi2oZw3Dp22i6AewdOWQsQEHZe { position:absolute;display:block;z-index:15014;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.0625rem;width:1.0625rem;top:26.25rem;left:10.875rem;overflow:hidden;display:block; }
#AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25292b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp > .row .container { border-width: 0; border-radius: 0; }#AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#bfT1TAeshQqJ9BTMsTty4OqTdFf8ii2z { box-sizing:content-box;height:21.3125rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.4375rem;left:2.125rem;display:block; }
#d2JbJKd6Vf0ZC5Pb826S3snF9TmUa8Ze { color:rgba(var(--color-tertiary-4),0.75);display:block;width:19.8125rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.65625rem;left:3.09375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRdg0bsfk10yZy81gaVApFUmJ82WLMDV { color:rgba(var(--color-tertiary-4),0.75);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:5.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftiISaLmVmLskmPZH8zViCEh4JhaqE9n { color:rgba(var(--color-tertiary-4),0.75);display:block;width:8.3125rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:12.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVPgt7GJpzyGT7z09uwE9XJidv6JnxA1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.25rem;top:10.268750190735rem;left:9.6875rem;overflow:hidden;display:block; }
#vfz9JhpE3ds4UWhK2ISQ0Km3gUdk1zfq { position:absolute;display:block;z-index:15014;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.0625rem;width:1.0625rem;top:26.25rem;left:10.875rem;overflow:hidden;display:block; }
#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts { position:relative;display:none; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts { border-width: 0; border-radius: 0; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .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; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .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:18.75rem;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:none; }#BiDrLnaSOOvuOk6isVyNhr263asbofiO { 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; }
#GC20ra5Lpeg7dWVuWtAwgwxTThUpXNv5 { 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; }
#x6Xh2MoT4L3VcS7gXQMbfHmSIBO4xBFm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RKwn9VL70dMxHgCiTaViFDeM737UZhQr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#op5EM6OMCTUwgxu6inTJz0dt97RNmEp5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25292b;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; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container { background-color: transparent; background-image: none; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container > .video-iframe-container { display: none; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row > .video-iframe-container { display: none; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .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); }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container { border-width: 0; border-radius: 0; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#sTy3GQoTtmJTT8TOgmzTDNNQN9On59iW { position:absolute;display:block;z-index:15001;height:17rem;width:75rem;top:3.28125rem;left:0rem;display:block; }
#d3myAZVwzdevhk8wE49IRzJpbehxRkdu { position:relative;display:block; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu { background-color: transparent; background-image: none; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .row .container > .video-iframe-container { display: none; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .row > .video-iframe-container { display: none; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .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); }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu { border-width: 0; border-radius: 0; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .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; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .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:29.3125rem;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; }#A82IhV9Cw0VmO9WnMIbL1NTVngcATkah { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sS33WiQ4XcMIS218TMuVCWB7AoNXVs4x { color:rgba(var(--color-tertiary-4),1);display:block;width:33.311625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.374348640442rem;left:2.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eWsymIReMLB0Jbf3z0ekqdx0c7Vpb9iI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.875rem;left:2.5rem;display:block; }
#yt7nMm90qlFWOMoMdpbi5NOOuoTI5f2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tw0hEKQXNxPrTwc4ikGQafhZfDgCymCg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10rem;left:2.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zlTKAzNlZNlES1srA016ta7twxm1W2rk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.249125rem;width:28.6870625rem;top:0rem;left:43.722873687744rem;overflow:hidden;display:block; }
#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT.adaptive-delivery-prevent-bg, #rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT.lazyload, #rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT.lazyloading { background-image: none; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container { background-color: transparent; background-image: none; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container > .video-iframe-container { display: none; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row > .video-iframe-container { display: none; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .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); }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container { border-width: 0; border-radius: 0; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#IVBkoi3P00TTX7ttrD8MkElUiuDPLFJA { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1874933242798rem;left:11.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xMdDSyZfTTRk8C6dehW1uoN8LqPhIzT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.625rem;left:11.25rem;height:1.78161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6LFNi89sNNpLGBqzZb3AksLruqlanJk { box-sizing:content-box;height:29.125rem;width:6.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.9375rem;left:23.9375rem;display:block; }
#Ea6SQRPLxTcQSbl4DfrlmsS8etTXPu6Z { position:absolute;display:block;z-index:15014;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.5rem;width:4.375rem;top:12.125rem;left:25rem;overflow:hidden;display:block; }
#XiS4aJfOgtk6xJdzF7LkygTAucMqJIUH { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.1875rem;left:31.5625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttwpWP85WZBrLnQ8zru1KOQIMTC7vhJO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:12.1875rem;left:40.0625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfrTMaLbQQzr4L2M0KV9QnTxOwW7rptx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.1875rem;left:48.4375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NT1xnvUP2ucfIxvmAqZgsgqHRqUh49cB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.1875rem;left:56.375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7oPcmJmUG9FU5LkHEXOOzwJHcgVgpCN { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.8125rem;left:11.25rem;display:block; }
#Wn0esD4x9CsobJ0gD0KPxKGTSQ1wHq2M { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:19.25rem;left:11.25rem;display:block; }
#bklhCHe7UTEvn7cOsETPKVG9kgmGdxqD { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:22.75rem;left:11.25rem;display:block; }
#Rl7bSMT6THzW4iAiy04U2pzO2waE72SE { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:26.125rem;left:11.25rem;display:block; }
#v22B2tm27q4Ma8wsH4puy86qPbhQoUQL { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.5rem;left:11.25rem;display:block; }
#kRt8K3ipNADkQdAHPIkqTxUelBtgxpL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.0625rem;left:11.25rem;height:1.78161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9CNaAXEGVwFTQfIngosyzxKPMCnmEsG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:23rem;left:11.25rem;height:2.6123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQFpNDSEXydxWLPZxJSmmQ0Q53TftbLf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:26.375rem;left:11.25rem;height:2.6123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#whzmCupmkxSzKJSDgNNbE7mNTJB6VFJP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:29.8125rem;left:11.25rem;height:2.6123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHB6vZ0XTnkHuz3eeHTxwlmPpb0UOJAk { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:33rem;left:11.25rem;display:block; }
#G4mXh0sOc2KTX9ASRsXodFyv3Uqcely4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:33.8125rem;left:11.25rem;height:1.78161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wM71Fw1MX1x2t5sNTZ59ozitzHAITce5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:37.25rem;left:11.25rem;height:1.78161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsgML57EtVpETQb6gBkcgQ31pUOz4bEQ { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:block; }
#NWneZ7xJX8odlRx5FcUuCvV8bTplwCng { position:absolute;display:block;z-index:15024;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:2rem;width:2rem;top:16.625rem;left:26.1875rem;overflow:hidden;display:block; }
#wHM2CkibTARAgMqlxX3fknCViOEMzHWS { position:absolute;display:block;z-index:15025;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:2rem;width:2rem;top:20rem;left:26.1875rem;overflow:hidden;display:block; }
#vZyJg4cCdS89376E98n29bCenLx47Od1 { position:absolute;display:block;z-index:15026;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:2rem;width:2rem;top:23.4375rem;left:26.1875rem;overflow:hidden;display:block; }
#HO4zNR6u6lgpNd5NKgGP4WeWSg6S3mt3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:26.875rem;left:26.1875rem;overflow:hidden;display:block; }
#Bv9SLCJqZiGbTq37AJbDGg9rc7ytz8UC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:30.3125rem;left:26.1875rem;overflow:hidden;display:block; }
#Qk3QF4uPOcXCUn9VD8JMGS6PtdJQMof0 { position:absolute;display:block;z-index:15029;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:2rem;width:2rem;top:33.75rem;left:26.1875rem;overflow:hidden;display:block; }
#RSL999MyaFQMpwgtDIbdUoUhy0J8AWbc { position:absolute;display:block;z-index:15030;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:2rem;width:2rem;top:37.1875rem;left:26.1875rem;overflow:hidden;display:block; }
#lUHzPKg3lxeSQMFDKHaMTNTtic3whJJ8 { position:absolute;display:block;z-index:15031;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.5rem;width:1.5rem;top:16.75rem;left:34.1875rem;overflow:hidden;display:block; }
#a6xtGb4OgwHq7Dhp0Gfwl8axKLHFvmcJ { position:absolute;display:block;z-index:15032;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.5rem;width:1.5rem;top:20.25rem;left:34.1875rem;overflow:hidden;display:block; }
#ONXnmJ9p3PBUvb4NU4FrHQTWfQoR4nTc { position:absolute;display:block;z-index:15033;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.5rem;width:1.5rem;top:23.6875rem;left:34.1875rem;overflow:hidden;display:block; }
#Zv41xQP5ctdQqZEbtVRSgHhUycHo6lZq { position:absolute;display:block;z-index:15034;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.5rem;width:1.5rem;top:30.5625rem;left:34.1875rem;overflow:hidden;display:block; }
#L6RPiCwBR87Xyv3V1ToPSAtZ4V1W7fJO { position:absolute;display:block;z-index:15035;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.5rem;width:1.5rem;top:34rem;left:34.1875rem;overflow:hidden;display:block; }
#SPDLFQl10ibVPpLWnaqpXWMeIqtbGexL { position:absolute;display:block;z-index:15036;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.5rem;width:1.5rem;top:37.4375rem;left:34.1875rem;overflow:hidden;display:block; }
#fcnbGIpuv9cGd3CktUlZ6WTT5xHdbuqE { position:absolute;display:block;z-index:15032;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.5rem;width:1.5rem;top:16.75rem;left:42.6875rem;overflow:hidden;display:block; }
#F3Vk80aR0u3eW5RLbKWy9bEpIZmQbsmT { position:absolute;display:block;z-index:15033;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.5rem;width:1.5rem;top:20.25rem;left:42.6875rem;overflow:hidden;display:block; }
#iRAq5igV6lHJnDuBIOTGcXObZVonMQkQ { position:absolute;display:block;z-index:15034;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.5rem;width:1.5rem;top:23.6875rem;left:42.6875rem;overflow:hidden;display:block; }
#Wdzk1WHkaCRpJLvoc03BH1VFZTakzgS5 { position:absolute;display:block;z-index:15035;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.5rem;width:1.5rem;top:34rem;left:42.6875rem;overflow:hidden;display:block; }
#cH1bZQZfAWMQwKbplolmkxDrb0qhDn5K { position:absolute;display:block;z-index:15036;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.5rem;width:1.5rem;top:37.4375rem;left:42.6875rem;overflow:hidden;display:block; }
#BCgIrqtxKEgEwaNktWqv8aUqh5MJMMFg { position:absolute;display:block;z-index:15033;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.5rem;width:1.5rem;top:16.75rem;left:51.0625rem;overflow:hidden;display:block; }
#nd10oLaK55HoMD9LB4ra9unrpT8s6CzQ { position:absolute;display:block;z-index:15034;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.5rem;width:1.5rem;top:16.75rem;left:59rem;overflow:hidden;display:block; }
#GcrwDBdTp82tedWd6w4P7TXlbFQZdvbX { position:absolute;display:block;z-index:15034;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.5rem;width:1.5rem;top:27.125rem;left:51.0625rem;overflow:hidden;display:block; }
#KOdwIt3raGpe7eFFCimDFTOFDGSOroCE { position:absolute;display:block;z-index:15035;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.5rem;width:1.5rem;top:27.125rem;left:59rem;overflow:hidden;display:block; }
#ET1l6St3q7K9vq15A9IHhQxsBD0hM3NP { position:absolute;display:block;z-index:15036;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.5rem;width:1.5rem;top:30.5625rem;left:59rem;overflow:hidden;display:block; }
#nCm6GWTgbpfVBc1ZkzbXNHtnI2mStZeH { position:absolute;display:block;z-index:15037;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.5rem;width:1.5rem;top:34rem;left:51.0625rem;overflow:hidden;display:block; }
#zqxKKcADXUaBUKGPfm3OSASQVheBnDTF { position:absolute;display:block;z-index:15038;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.5rem;width:1.5rem;top:37.4375rem;left:51.0625rem;overflow:hidden;display:block; }
#uVtdUlS7dimUPg2DIiLm3kcrQBtowAux { 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:1.5rem;width:1.5rem;top:37.4375rem;left:59rem;overflow:hidden;display:block; }
#RGSK4SLWPv3E76ZUkT2Qu7HTozQ4gbnF { 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:1.5rem;width:1.5rem;top:27.125rem;left:34.1875rem;overflow:hidden;display:block; }
#CEW0prwiWaZgk5BD3uQLxb7L3GWXCif4 { 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:1.5rem;width:1.5rem;top:27.125rem;left:42.6875rem;overflow:hidden;display:block; }
#swuy9H7OnlZ9WPK2Ki0WhCnMU170TpST { 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:1.5rem;width:1.5rem;top:30.5625rem;left:42.6875rem;overflow:hidden;display:block; }
#SA9a2tTG5KpSgiffyw3AWWeQTQJlnxFG { position:absolute;display:block;z-index:15043;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.5rem;width:1.5rem;top:20.25rem;left:51.0625rem;overflow:hidden;display:block; }
#isTrOq4z7Ht8uGHUMTELsI7E8o9OlOOP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:23.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#H7f78To9V392zQNgAlcz7fTXO9pIDDVB { position:absolute;display:block;z-index:15045;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.5rem;width:1.5rem;top:30.5625rem;left:51.0625rem;overflow:hidden;display:block; }
#WknOBNcd0otWWUbpubwNpzJ0ODiUGfPf { position:absolute;display:block;z-index:15046;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.5rem;width:1.5rem;top:20.25rem;left:59rem;overflow:hidden;display:block; }
#SwVtqRhwF1ETXeFakFDqhAN8qsDkzn3I { 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:1.5rem;width:1.5rem;top:23.6875rem;left:59rem;overflow:hidden;display:block; }
#ncMZ0wt9vchyxEfe8XhBNTosHA8EXRqy { position:absolute;display:block;z-index:15048;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.5rem;width:1.5rem;top:34rem;left:59rem;overflow:hidden;display:block; }
#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM { position:relative;display:none; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM { border-width: 0; border-radius: 0; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .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; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .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:18.75rem;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:none; }#mWuVcSCeiTihbK37GngpuQ3DOlIkEhTw { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1874933242798rem;left:11.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde5ed;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.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:none; }#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq.adaptive-delivery-prevent-bg, #R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq.lazyload, #R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq.lazyloading { background-image: none; }#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq > .row .container { border-width: 0; border-radius: 0; }#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:none; }#JcNzh6mEFGl9lTyay68c2aTdV4uGCLui { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.1875rem;left:31.5625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKefn7LKNmJWBrulITi1pQOqRfoTMOtw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:12.1875rem;left:40.0625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFuPVdkpEbeXS9h8V88ifCQkaREGLST7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.1875rem;left:48.4375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6qbC51sH2wHwD8T5qP4ZTraKHSoVx1u { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.1875rem;left:56.375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BH115TITbsyL7Qxqw9sliGsLikhQF78k { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#VlVuUdTOnpRE1bqk0SeBZL7nU2yFaU6g { 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; }
#fgdaUBn1NHZUgD2EEf9X74NMGT00D12P { 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; }
#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk { position:relative;display:block; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk { background-color: transparent; background-image: none; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .row .container > .video-iframe-container { display: none; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .row > .video-iframe-container { display: none; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .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); }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk { border-width: 0; border-radius: 0; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .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; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .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:14.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nic9qSvSsDrDVuhiOrL0zn75n10T1sk2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:9.625rem;left:18.4375rem;display:block; }
#pZKxuU1K2WiX7NnXxEhZhZa7c3Ro9blT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLwvizxM6wdgtkecpMkDPoUUFlyk3E34 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.625rem;left:31.3125rem;display:block; }
#rC9gI9mkt1fTCEtpqC7bIVAbm92rbcxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLTtRaI4GfAoA1HwLQneXbHeTXV74MSl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.625rem;left:44.1875rem;display:block; }
#KPvGH3vHGTrZAAhByyEAv0cudVKrM2Cy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7ab3eh33R4HfctFDV48iumchAXAnIp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.8125rem;left:11.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osPT9OVk39drcamW14yHGQz1gobT1Lk0 { position:relative;display:block; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 { background-color: transparent; background-image: none; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .row .container > .video-iframe-container { display: none; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .row > .video-iframe-container { display: none; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .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); }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 { border-width: 0; border-radius: 0; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .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; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .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:43rem;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; }#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .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:transparent;background-image:none;vertical-align:top; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .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; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"barlow font";height:auto;line-height:1.5;overflow:hidden; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .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; }#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-trigger.adaptive-delivery-prevent-bg, #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-trigger.lazyload, #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-trigger.lazyloading { background-image: none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T { box-sizing:content-box;height:auto;width:39.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.0625rem;left:16.71875rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kxKpDKAr6HXsNCnz6fLO0lhkN6APRb7J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SZXPhdaZLRs2GZQ4wuJytvxPkaa11WTl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #bqSEO74g55leav5k34VX9uz4vnlZr2nE { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #k2xdcwqZNlbMbIqWwbiQNccMipcp1UlT {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #x0r4hLdUMR4b9pNsZET6KWv3eANmVQU2 {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #sNZZ54zM5XeSUU0aaMGdoddVotkGiPU0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #dXm8FP95SF8DENUqag74teWGCczUemV2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #IqVlWBDX0dodQLTdsseR93rF4zmvSbJn { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #gQRIpmxvKweGTLkho23mhvcEMZDMWhoR {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kcxq8E2rFme57shoykR1D1xa3Xa0eLpU { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #nH0vMCOhtTSxmEdB8oiIfQw0Kv4yWbRg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #OMCmKOlITzJq4E3tCWFWkhRPrw8G2wll { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kBlXzefOgNULfT0BNZRONybyuR3lzLxv { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #eACTRzcGXVFwDTUl3SE4WT8mlUM3ERFO {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #UTzsJ4MGereqGdSh2zpkMxFQZgLMV4ar { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #txXhxEIp2mtnkSx5XLOCu85DOH5aKlTy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #bve7pT7JWeWWTNmPW3fkANWaLf8Q1Jza { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #plkiJfCXpOxrzBJClxdZou6KL1WGF3Up { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #KtB9zkrUPESi0BqGbSpaiToQqmUlyRwt {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #x2KWUA7V9PHWu8tEmirRukAXyGD99tHA { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #nFDtWARa9uFotCb9HysZehaNCetlwXDi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #vtOtD5ZZouzTsMZ2uCcaQ1qnCPzVU9sH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SCoSoJQWN4HrtcTJt41qNPqAWsdVfSDf { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #WgwifPcXlavXSX71HQDI6AvDxChZw6eq {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SIssOxkUJ7ibuvtAMMNLCI2zsFaW1Z4p { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #dWp3fDtAluaXVph7bv7s5zhLBgAU36AS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kTgJvdcmDgmUNRIsS98qH8UrAugOwVcU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #RIy9OXkNosNvuKGBAgUewkdJNLF0te2M { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #d9y06K2xVmhpNTh728wwphMhvqorMhcT {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #hpHAqHiyHdRiF8PNVRyCrrNioACyRXEP { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #OM65wKlZg9g7wMi9p95gJNKuVXQVMFwo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #D3FoQ4v2u4zq2tOGpitnrD8bQ54Cd17W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #Rp5HvVBd3ZWcWJIAB9MFJ8p6bxD8hi74 { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #toN16iuup2zvu6QGn5UvLLLdZfG63ykE {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #DNe9vrM4vMJzX37OVO7WhgyETxtABuEk { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #ARmMpCPi6tV4nuPqiZMk5e3zNRWJhOUU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #yanTBwBu8AvdXJAoSrD1vnmT13CMOWEF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #c4lI7mALX3RqxB2ZvLfQ9rRI014gHTVm { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #knkGtzpEDXXyMQ7oTcsasTXuldRIHTwT {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #Nuxz5nfT2LwdkZlZaMGCiwroMVeQWFr5 { display:none; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #VUzNxzLVah1JuIoVxzPg1hsQOgHcsZ5T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #JK0gShBfciPqMCa2TcCbK4TswxKKeVm5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #uRm6Ir9D7Ofhm7UZQolyA42BX96AHwkT { display:block;position:relative; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #BA2o2OadQkJJB94kiBG2qc46GWLuMNnI {  }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #wDtT3mZ6KvsKHP3HawVzmMSbVvOlit6Z { display:none; }
#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 { position:relative;display:block; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 { background-color: transparent; background-image: none; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .row .container > .video-iframe-container { display: none; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .row > .video-iframe-container { display: none; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .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); }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 { border-width: 0; border-radius: 0; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .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; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .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:43rem;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; }#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .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:transparent;background-image:none;vertical-align:top; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .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; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"barlow font";height:auto;line-height:1.5;overflow:hidden; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .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; }#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-trigger.adaptive-delivery-prevent-bg, #uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-trigger.lazyload, #uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-trigger.lazyloading { background-image: none; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp { box-sizing:content-box;height:auto;width:39.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.1249942779541rem;left:16.71875rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #Vf7n0IniI14lBcVoFDK1QGV4LSTW8Xwz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #HW3F6EtTQLJ6qXCGQyIg6sSl5EvAbeGN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #w2qSKgWUKtQv2q67sSCCQRFrsb6qAMaf { display:block;position:relative; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #nNl5tWmc666rpkK7rIaciTcoA3up3UHw {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #g48PbeAKiMzDsp8pVPuZokPkAbr1DNq7 {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #EXr0Zinu82zJS53q9lzOJvoOvft5qT0L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #WhyBhDMqRmTLKXJgVSyRRDQpsO3iAViG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #UFWZcZnWarEhEumH65vzHs9i07ANsDq3 { display:block;position:relative; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #QTeq88cMzAdv1sVOdkWTKXntQWCh5acK {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #k0SQqEzXmy4b1orxC5uDSpWehPXMw8oi { display:none; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #aqlq7HiS2dS3caDxtEEPIuyI4bHZCbZ2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #mLqRWZ3fw0UJh4nzz2pHocUzCdfxIccZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #TiZbnysUNKR47HpBwP2ySJZguaXlkpIB { display:block;position:relative; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #TuHXGsTiLBspHvSQXPExVWlWRR05zqWc {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #k8QENiyAInEgExmiBWm8Ae13P6Mw5JBO { display:none; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #lLKOUJT4g4Q77LU83DLsTLoMDqtmpX6n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #d8oluUZ1QHNqTCO8FZL1Hile34Ox0Ppi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #yHaAuetv8kxcOsNaWHXILM88vXQfREEB { display:block;position:relative; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #dXx1rOWFeJhKFRnNaXrWTwFg6LyerEk8 {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #VzlUf0wTgUcge89OKTzUs56KTJlXBAKu { display:none; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #vNQpTmOgytor5K4GG5TPOZCJDtcoV2kr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #oF3TU06OoaMH8DDqm8n4LV7tPHhJB0uH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #fgieedxOC19HNXSayEAaDoVCyQJQSlUy { display:block;position:relative; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #xXER2TS4vliDhyyBdciW87ceTCOt8nQp {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #w7x4z5KZSqTsmSPK8h1qIwXevT20ALiS { display:none; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #nbaJe3Bcz7EdbObURNfpMQyli9Kdcwm9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #V7EErmWEmbsTS35M9cGfFuWTKePvt671 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #bZWwnCbTME9miPJGm38GAMrWqn6XsKvi { display:block;position:relative; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #xMFTGvzcnBrmM0xRCESV7rZpshxbPHiC {  }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp #qGQBqw0hWH0iau2yfSpKb0usZknTgmUk { display:none; }
#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA { position:relative;display:block; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA { background-color: transparent; background-image: none; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .row .container > .video-iframe-container { display: none; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .row > .video-iframe-container { display: none; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .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); }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA { border-width: 0; border-radius: 0; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .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; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .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:43rem;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; }#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .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:transparent;background-image:none;vertical-align:top; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .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; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"barlow font";height:auto;line-height:1.5;overflow:hidden; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .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; }#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-trigger.adaptive-delivery-prevent-bg, #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-trigger.lazyload, #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-trigger.lazyloading { background-image: none; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 { box-sizing:content-box;height:auto;width:39.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.125rem;left:16.71875rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #dqbuaZ00o3Gf1vhgOTHehSlAn95ms1ZG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #FUDO4o8S4EhKZP5kLGxZ3Qmo3S4tTx3A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #Hnc2y14RQqCIX4FuEyGAZhPOC1tLl7kx { display:block;position:relative; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #TtfKVXkpkIdh10DHDvOw8a3svxA4cmMe {  }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #pWHCtWrNTmQlH5T0iF0KgGIIX52Ffp5I {  }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #APvGBtmt3deNaFnAn8dErKopW3STR2Ho { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #r5z3up7up8mbmJIkWg3XiTRzoTVF1EUF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #xonQ2Ayq93I7qhT8E7OvIrA0e8tyvUkk { display:block;position:relative; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #v1JtlxeiuNvdTpo2iUXgdZFwiPfIMz5z {  }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #BoVlPxVmBMr38lkkXPBQhUPupcmTlnp4 { display:none; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #Jlu1hJTReKvkH7so5dBqyWuFLiE0stGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #To9BMVdyZiHkfwvJiGwraqatHRz7HS3Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #h7ekZiLrMAt9ZN6Xotutxn16kIMdT40w { display:block;position:relative; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #q4VESfV8pVOxEhBNiBV7V84tToOIUu91 {  }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #UQ5TsiU36MqwFmWbhP0uG7QzRr3qw6vl { display:none; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #urKTBPHGV7iVZV04cOrT0MzUVwPLsOGM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #U46yA3hV4TZVtzoaFIl7DqfLsgtXcJDO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #oW1gKwIhwxuwiCw7lCoWy6PfSPf9oMcT { display:block;position:relative; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #XJiZy2FPiEc8PTWzeEAPo2cdLPakE6n9 {  }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #pUJv0ahiV0liT7Uba98ahpPr1M0cM9bT { display:none; }
#q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO { position:relative;display:none; }#q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO { border-width: 0; border-radius: 0; }#q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO > .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; }#q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO > .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:43rem;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:none; }#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .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:transparent;background-image:none;vertical-align:top; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .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; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"barlow font";height:auto;line-height:1.5;overflow:hidden; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .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; }#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-trigger.adaptive-delivery-prevent-bg, #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-trigger.lazyload, #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-trigger.lazyloading { background-image: none; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw { box-sizing:content-box;height:auto;width:39.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.125rem;left:16.71875rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #cSvTe2UdydiGBUQBG24AWIwyHkU25oxQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #JPkA0StL1bWEeLnPgHBgeM92vkAdR1Bt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #O0pTvcFrlMN0SvzVBapR6RItwFBToUiR { display:block;position:relative; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #OHosRLBSUxnTQcxyStwRDngOdnOThHwh {  }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #Sqd19pfCNBOLOtiS4WQ95960QL04oXTu {  }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #fhtCDWa7RnZzVOF97sQ9HKhNWHtQftkX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #Sqd3KRDHurddAwtLg1slKD2ZBXMXZWHf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #THHSOSplIfo6JHGrNueBcTBciw7E5lm1 { display:block;position:relative; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #gcSPltzzZzmiTG7cvAJZUyZ5KpOkeNxm {  }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #TABH5yvvNbR7ghHux2rGtsel1mUpF7gq { display:none; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #zyiidyrDyQ0EFoZaJmUOn7OsMAodhXEA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #TepiByFGxbR7OJrCPTid77Iza4GHyqnB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #EkKCmWTLnNtwcPAPebVcv3vf9TOqQJCt { display:block;position:relative; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #RB0eLnnfJCraZcH6PTgJLZJ9O31T1TGh {  }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #EtT0Zvoiz6EFEq7TRDQKxITZX6sQ2xgU { display:none; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #lMDuADqLuQtFOM2UHdTdD9TgcLcq9R5E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #fScLvxpka4meTWT8vqtMhdCs7PLtfz1p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #c1nECCPRalb1EyCWSJrnhqz28bR35nHB { display:block;position:relative; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #W7kHiJX3c2BXScN6kmWH4Hnmz3hR1pRh {  }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #vqL519Fe43SNxkdVHpP3EQ1NOgWeBdan { display:none; }
#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b102442a-cf40-4a17-ab64-d5268b88dc74/9aaac8e1bg2_10000002g70l803e000000.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I.adaptive-delivery-prevent-bg, #AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I.lazyload, #AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I.lazyloading { background-image: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container { background-color: transparent; background-image: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container > .video-iframe-container { display: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row > .video-iframe-container { display: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .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); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container { border-width: 0; border-radius: 0; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#HPOl5Tn3CTfvanW44kK6rRQqNZhK38td { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.5rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUnkpRUW5kInTbmsoDTCvyhkoP7cw02s { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.125rem;left:2.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5tpyle5GRtFJoEL5WEBF148WMQR3x2s { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.5rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UATnTV2CrnPWLSD1KiasHa3TTkNyQyQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.125rem;left:2.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc { position:relative;display:block; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc { background-color: transparent; background-image: none; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .row .container > .video-iframe-container { display: none; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .row > .video-iframe-container { display: none; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .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); }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc { border-width: 0; border-radius: 0; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .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; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .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:24rem;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; }#qcRgA6GlH2E9pbBCdL0GKUW978x9AmWl { 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:22.625rem;width:28.3125rem;top:0.68751239776613rem;left:3.7250003814698rem;overflow:hidden;display:block; }
#A01qN30ZFvHqPNpJeTPaWGsTliH6bHHc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:41rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AqZebETXqTW2mKhSv51KHt1N7SvQB1V9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.625rem;left:41rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BeCsuITFouTPgVXxv7uLUpuGib1vN3Hs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.625rem;left:41rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t0GAR4UgDWUlsknomtLJMxcZWsviRHuM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.625rem;left:41rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aIknbQs3sSori9ugF15afVxTT6x5kmor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a5fcd8f2-f1d6-4d7d-ab8a-0784c14cb151/0fcffe9dimage8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIknbQs3sSori9ugF15afVxTT6x5kmor.adaptive-delivery-prevent-bg, #aIknbQs3sSori9ugF15afVxTT6x5kmor.lazyload, #aIknbQs3sSori9ugF15afVxTT6x5kmor.lazyloading { background-image: none; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container { background-color: transparent; background-image: none; }#aIknbQs3sSori9ugF15afVxTT6x5kmor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container > .video-iframe-container { display: none; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row > .video-iframe-container { display: none; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .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); }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container { border-width: 0; border-radius: 0; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#T8ytay9gqHrboJW4TnzNXrfKRc9DmdwT { 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:3rem;width:24.625rem;top:2.9999885559082rem;left:0rem;overflow:hidden;display:block; }
#veHNIPeLaglX0BpoxOMR6an58RIqwhCN { color:rgba(208,223,255,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:3.875rem;left:51.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#caBLevd9dnvWvZc52UQ9iBAnHhX1Tlw3 { color:rgba(208,223,255,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:3.875rem;left:59.375rem;height:1.29980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPHyqSZ33BTLge60OSv6nKW3HI5JxASh { display:block; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T249a966af98b3593efcaf9429903853 { width:1.25rem;height:1.25rem;top:1.3125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6023d2c8668879af4b0533aae9a548b { width:1.25rem;height:1.625rem;top:1.125rem;left:46.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8fe198831be8f3bbafec55eaf9edadd { width:1.25rem;height:1.25rem;top:1.25rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99aa9638cb9bcf083ed54af33372db8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcd6df6c2ab05a916c16383df202d683 { width:12.1875rem;height:2.625rem;top:0.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1051d200d739925d4ad43f51b579e7 { display:block; }
 }@media only screen and (max-width: 763px) { #p3JqdT0vO6J9wR5q99ZQB5LHyTQNol5B { top:1.0625rem;left:0rem;width:13.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG { display:block; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfMwArMTc84Ikn6G0znJaaCzRXya98HH { display:block; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnWkcUbknTqB7sAf7ynnkqeM3nAIOfCP { width:16.4375rem;height:2rem;top:1rem;left:15.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 { display:block; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xi7gOb5KAZgsF3GdOSBzPbwUap9kS1dT { width:6.4375rem;height:1.4234518188724rem;top:2rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUM6tMECES0iEI3FOs8wpxbEQTJqbb4K { width:3.4375rem;height:1.4375rem;top:2.125rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHAgUUCHguIzzzFiKEdFr5IVo0chkcxA { width:31.6875rem;height:6.8125rem;top:3.4375rem;left:16.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJ8iiNoJbsEfCpp87WL7EO9ZfyiBT5l { width:29.375rem;height:4.4375rem;top:10.3125rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM6XIeRum18kQus6PJLN9JzH1bWa1BBO { width:13.625rem;height:1.4375rem;top:16.0625rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDW8kXNZL4wLBOqBVbNIvAWIOSFt9XIH { width:0.9375rem;height:0.99599449629023rem;top:16.25rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4LNVFQgDoTHVHCm9P35LVLhllho8Kiq { width:0.9375rem;height:0.99599449629023rem;top:18.5625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFpDkPCghxsEOiaTb1Bci9Ovw1U2FbbG { width:13.625rem;height:1.4375rem;top:18.25rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77kimoUtRJMaQPdMKLC517gGfT80Tlw { width:0.9375rem;height:0.99599449629023rem;top:16.375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTPIedTdb9qimBSIeLlLNbGd3y2KHET { width:13.625rem;height:1.4375rem;top:16.0625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxQElVnc9eLeipxACg6o3cqRUcaQ6TFt { width:0.9375rem;height:0.99599449629023rem;top:18.5625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4bCaHnIhfrZTcZMBQveeo4ASDDVxAGn { width:13.625rem;height:1.4375rem;top:18.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKI9SHrkZXZvtNWFlpzoBunkEHTOEkSd { width:15rem;height:2.5rem;top:31.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeakfL8pocMhSkMxBr7RywqBvIrpDr4P { display:block; }
 }@media only screen and (max-width: 763px) { #aFiinUtdrbsIgtebmtdQLlQ6z8T20SVX { width:9.1875rem;height:1.125rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkyhP22BW4saB1pTUbRaeEuhLEHmnRX4 { top:21.1875rem;left:16.8125rem;width:30.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2LaNaSqIgCqg83ssssLupTCSOPvz6ns { width:8.25rem;height:1.75rem;top:22.9375rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59qOgoWyn4KIgESBlLiOecrATQUVTqd { display:block; }
 }@media only screen and (max-width: 763px) { #WzLcEe9pF1icfcyxMPEierXi3fLgZ4Og { top:22.3125rem;left:26.75rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXou2eOCc6TiwARTbJ52ZqbqvJsFV6y { top:23.1875rem;left:26.6875rem;width:20.75rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1zEiO5xreMbPUkEP0GeKETecN9h91m0 { width:0.9375rem;height:0.99599449629023rem;top:17.1875rem;left:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUyDgvr8VWubRH3omDKaDyRyHS0sX2ck { width:0.9375rem;height:0.99599449629023rem;top:17.1875rem;left:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGSOGLbkZd0dsGKoC9xU9U7bfEDwlpBt { width:0.9375rem;height:0.99599449629023rem;top:17.1875rem;left:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2eJ1gFba9xgy4prDzwN2vyfHZTSFkah { width:8.25rem;height:1.75rem;top:23.75rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbt1plh6WO7qBBKN6Ceg7yTErLxtwqX4 { display:block; }
 }@media only screen and (max-width: 763px) { #OIU0gsPg0wqBP7mcabML0fMGmH3L4blV { top:22.6875rem;left:39.25rem;width:8.5rem;height:1rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN04pG6AEdlDTmasihPv5coA0fSoDlC8 { top:21.875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOQGlLbfURA2rigP3P0OSXn38THxAF6u { top:26rem;left:16.8125rem;width:30.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qba8dwx7Gn2IrWrxmS3PhThK8r3R27Tm { width:8.25rem;height:1.75rem;top:27.8125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reiiE2V1cpiEf1krqytcAwyJlpmgVVi9 { display:block; }
 }@media only screen and (max-width: 763px) { #cn8u9otrMckZccifOVPPEc9rQmVEuinA { top:28rem;left:26.6875rem;width:20.75rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Lheug4ayqfBSPtNBmKhAVaM29XwaRf { top:27.125rem;left:26.75rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrNOH3GcT25enmT4g4To2HpKKfN70XtN { top:26.6875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khCTZEA835fx8ITOQrWVxlrO68vZmcvA { width:34.375rem;height:34.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILER9lTWEBRpz2bDz0popFDt7I8pXo5x { display:block; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t95R8xcGzSqfNiZLt25PTqr1J5FMschs { width:12.5rem;height:1.625rem;top:1.5rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq { display:block; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEiPinDwJMd3qp5tns3GuwXTAnrQDwTa { width:47.75rem;height:9.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv { display:block; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfMvf15WUinfOrgMep0TMNlp8LBW7Ex3 { top:2rem;left:8.9375rem;width:29.875rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5CokD8HQ5dMQX325Fta7Etm6rZlfxNS { top:32.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtH0a7Nv0MCUGEc9OLeBM6Sa9pTZ6JPS { top:32.9375rem;left:0rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFdOBHPOQ2v72azqUeiPbDUTp3Bfg9N { 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) { #PKo5MotGuI6kM34ng8xktviiSvsMPrnr { top:33rem;left:11rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXek0i5fDks5CNINLCVUoG9U07VlbDua { 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) { #GHV3txCq3XsnXaRpwsluwxrmx9SMD5Vg { top:33rem;left:29.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfHRedgu8Tkb23vfKA5Ngl0c3p42olMO { 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) { #dakkW50dOgdyR1RfbqKSkomINI6auMuh { top:33rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJWpiny7Af8hs0OC3NRrSrggnoGrgsNN { top:30.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxAGcnG1taz097iOrmyAcXAHOD4F4Wq2 { top:30.6875rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMhSrmT04BT6sfXDRkIpJZzxaqhCt6m { top:30.5625rem;left:11rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efg1tggxyVBPrbBW1I9P7UTi9vDMXrTT { 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) { #WKXIVlQI3uG1KSotTHzPan7ogHC6uDhT { top:30.5625rem;left:29.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnw1ZfSJKtqNmRoHKCeqwqGxNbwLdRIM { 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) { #f2UneugfqqOJwbHgz7Zx6dfItLJ343W3 { top:30.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIHtKhoy6HvDM9qkPBPDb5Fm88eOmMK6 { 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) { #WOfOC59D7k1L9fwLcVzrRyIvTgpg3DV1 { top:28.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrCahwzURCFAPlhq6G361im9rZ2DHJT { top:28.4375rem;left:0rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMWNbq4qSldT0cbXHpxcXoJ6HgnVW0U8 { top:28.3125rem;left:11.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCLPLN79PcIfHKQyN5pscn7Q1CCDV4t { 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) { #iH2AmEUP7cWvfJ3XhOIPXooLUoMxUUNG { top:28.3125rem;left:29.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8wuHwQ7t909f7HelJVrfSK2I8mHXxr { 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) { #fhnKMwnyTWff5qMReQ5DhKxxxMtehsxX { top:28.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZAdkd1rtvTFG4dlAKyMI6QS2y1RzpO { 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) { #tTChKoB4WPJatD0OVf04TC8zI3aalqG1 { top:25.4375rem;left:0rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfcE4VLKavMB2kPRnlveBvacUA70ZPZ { top:25.4375rem;left:9.5rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrULwLRs1QiKidyH6DeiQJqBIM1XxBH { top:25.4375rem;left:26rem;width:15.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQRmldv2iSJrTK05IJIfgcUfJPJcZTKn { top:25.4375rem;left:34.4375rem;width:13.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNhy6X163DzgL9zerQCFf6TEMJkzylNv { top:19.5625rem;left:0rem;width:16.5rem;height:4.56185rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSTLDpuvefgJwb9fUoxfM3piTqOLG2d { top:19.4375rem;left:6.3125rem;width:17.125rem;height:4.7326131309348rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrukqCiWImsh297e5kWTuVfbWslDMgOn { top:19.6875rem;left:24.875rem;width:16.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPBy9Bp5a8kGaqy2BrZXMJQdAeCQhtH { top:19.625rem;left:31.375rem;width:16.375rem;height:4.4205008955428rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbLJS8KCs83zKFNFbxMLq4iBoTy7xsR4 { top:57.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skV8U3eLIBIEVTXiM11p1IG1fi3KZ3kP { top:58rem;left:0rem;width:4.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtVdILU9kMcgk2SFUpEgT08BJLv333Ik { 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) { #ykQ3tBXMFTPpWKTxFwpVA8AVxWD08XVn { top:58.0625rem;left:10.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCdc7tZ9T7502ZLPlfD9scc9NNLwPggg { 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) { #IwXMuRe0TyrXgKTwRtncnyLWHPDbV3RP { top:58.0625rem;left:29.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIpWsevZDrlprlrC8nHOKyk9bWaTROB2 { 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) { #lPEhN3lekiVZNHx65HoT1pO8t3r77qkv { top:58.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUCotlQgWeWenhT7DguKzo8fgf2TiNup { top:55.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyAZTQTkGNiCHWrtZNTg0ANzSidnagB { top:55.625rem;left:10.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVfa86HyUXPIzZnf7dWsO3JMi1kaeQ1e { top:55.625rem;left:29.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nik3sp0bIyspcgSGvn8vskGnTXCk67oi { top:55.625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnULnFloyxOwcOfA00EqPATIFdFhGOp { top:55.75rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTxUbFgJoJTQCXeMSqrpwyMhvMRMHfP { 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) { #uQ2TQrTyc17calfOvKcCTST3QL8T9NSc { 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) { #ase8i7IKWO52rsox3zGNheWKwzDM9KDq { 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) { #eIEHbcJQxAqKa61aoo7nN7l1CffNv6qS { top:53.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT18ptkmTPiskFAGPcGMetIXAgQi5pN0 { top:53.5rem;left:0rem;width:4.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyERIz7M1qaAdE5t8VBZ7mVoNE8EwXuP { top:53.375rem;left:10.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQ7XFJbpvWKrbPEUTon7frhqQAJZRKO { 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) { #kqUFoG2HAulTNT2CW4BhG4xOxp7tCNa5 { top:53.375rem;left:29.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDTnxcV2LzIhCd1P3tpgfll31ZGQx8b { 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) { #EUksX1Tea3lw0uFy2GiUkv4Nn6e6hSgX { top:53.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPX72Idspir59sqLemsub9ibTnAHxTSi { 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) { #BrSGcL2dzbQaqT6Ib1CbnDJCU3XGvsnP { top:50.625rem;left:0rem;width:15.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTF3AMPHpRoxtUGOJdPB4B6UeIqLBKb9 { top:50.625rem;left:6.25rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Z8PqfXBG6KzezEARpQAM1vgPWzcwMM { top:50.625rem;left:25.75rem;width:15.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #warcrhZiD917TfvfB72RzoenJ8rC8S2s { top:50.625rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZyiqHT9Pg9dX0fiwcEc4gEMTLGZH0xy { top:44.8125rem;left:0rem;width:16.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #berJEgEeQVIrop1krCKdqzAyrGioSTTL { top:44.6875rem;left:5.5rem;width:17.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7V5k5Wf9XXiO1aTXakye9ziLv08IFH { top:44.3125rem;left:29.8125rem;width:17.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmzDgEFSPinlQ7dT2WmX2uVgb04JZO1h { top:44.3125rem;left:24.625rem;width:17.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSMITtRGcLskftXLSxaPOcurpiuI7XeE { 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) { #xtNhaCvEi2chD6nmP5eiFO7qKfRRThpK { top:42.625rem;left:39.5rem;width:8.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqBqOchoBpR2epcteDAUmTpuwAQgKOcM { width:12.6875rem;height:2.75rem;top:65.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpDgGGF7mi7Ms3q3QRWNi02Ix6d7HeGe { display:block; }
 }@media only screen and (max-width: 763px) { #tD9sFF9NBvLSaoBk1cC25p0ETZfaUlBU { top:41.8125rem;left:30.125rem;width:17.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmc0rkkxW9L3ihbJCtlTPkf2xW2oFvJn { top:41.8125rem;left:24.5rem;width:17.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxRKyqHOT2V1sfCpb7hLeWR5qJUCVMw4 { top:41.8125rem;left:5.625rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsgPssKITTSTN87nTtQcmRAFswy6nid1 { top:41.8125rem;left:0rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMtrZg9SFfnWEMeOhSDGgWWKbvPUNcL { top:17.375rem;left:30.125rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLVKFJ60r2yBm5a3TNd7yVTc4Q8wqqZ { top:17.375rem;left:24.4375rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRZn37C0hnR9bw9WE6LRVbOR0Fdfb05e { top:17.375rem;left:5.75rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mngLf1H7ETvxE9IPF4TBWSsAPCSJEr { top:17.375rem;left:0rem;width:17.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az3FtxXRIyiKFP0GkcewzXldBde0D0xK { top:60.4375rem;left:0rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQBVRpvgPzZkaWg6mxcIfWDWiQmLbOI { top:60.5rem;left:0rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnHzBos9pRhU5wJsRMM7h8IfvZAsd2Tm { 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) { #LvK8F7t1DQNVmHGT7y35pED5hS2dFvcU { top:60.4375rem;left:10.625rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnfDbzw5MzITH5gmnG5LefFev7fWNNoa { top:60.375rem;left:29.4375rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tubh5O7xrPWqIGtUC5OomoxPfEnm1Khz { 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) { #SBiWpKBARHFipoOwpRsRvLw6toqPn5yN { top:60.4375rem;left:39.75rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ml0KCcDxenvzXHVuO9vOl8A0Bb2HXW { 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) { #JwP8m3KG6hOeKpnmnBtTPKaB7mFbAV5L { top:35.75rem;left:0rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhp3DymiNDCmt57GKFpWFC6pvi28WHfU { top:35.875rem;left:0rem;width:6.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCeqiismZNhweD0NTZk0941r5etqEPvB { top:35.75rem;left:10.6875rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAAl9sFmXuIHNnU5b7xkgSLf0kIlcBNQ { 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) { #BUiQWmWFaIqOFQaSlSCP1RJwhJVbvRH7 { top:35.75rem;left:29.375rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgliFKSaPhPQTqElmqblA3hOTiJwGrId { 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) { #LG4y7xKl1VIQiFnWB3HT72SDrEh6LHxJ { top:35.75rem;left:39.75rem;width:8rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddwZscMDGp8p6DT8c2HXbpn0Bq6Xt3sN { 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) { #HUt6Xd4cdd76P5eidb5iIKOqaMoqZgDL { top:8.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 { display:block; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhtL0OHe9lHsKlGevALUfK2VBJWTaNfh { top:1.375rem;left:4.6875rem;width:38.375rem;height:6.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8qTBVZLKwBOCLlE4Bh6IntlGOM5XXc7 { top:31.5rem;left:0rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUSm9OLmWHBwNMaT5lDI4RBb0LsB1fWH { top:31.625rem;left:0rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FStvOxORFRSL5fbVBD5o5qGuTirDD8qH { top:23.8125rem;left:0rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxeqghe5eXKo1rKWGgvHC3kK67KOU0Pb { top:14.1875rem;left:0rem;width:18.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZv58QD6WCJnIL74feVyAVZNti6COCh { top:13.5625rem;left:0rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7Z9k0naRg9vfEezrXJwIXxsQTcrGBk { top:26.5625rem;left:0rem;width:8.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXar4fs5KR4dONGoZ6O2BByi9KS4UROs { top:26.5625rem;left:0rem;width:9.5625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyWNREAMyhN4OPWxJks38Jh6EJ3MgU6L { top:13.5625rem;left:14.1875rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2tNgI4LTCWTp7WpadIwSmi2hKPprsn { top:31.5rem;left:19.6875rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuwwEreQKtCEKpQz1O3M0WteD2ugI1pK { 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) { #MHnzmdiBb08MUNe3wE351qUE5zlQm7O6 { top:23.8125rem;left:16.75rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFGewccyoQVpu5dy0HkRiBpzVcL0gEcc { top:14.5625rem;left:14.75rem;width:18.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtrWlQokA2vvHfy4uHezhXHnusOHRzI { top:13.5625rem;left:28rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwV9PExui4defCHKlyRSVcyTOCynBHaR { top:31.5rem;left:39rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W43aoUCy78siC7NIsuV0U4vVezWBCTqw { top:31.625rem;left:39.9375rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxytQmnhuJIbXUO9fHerUB3M7Gi46A9 { top:23.8125rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqHoi2ILlU9ozs3shs7wpzQb3e7uTbg7 { top:15.5625rem;left:29.125rem;width:18.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDnaS4CO6u4Ea24fTvLTCTCmrqxwmsfs { 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) { #TeRLbFtfVTTW7QDaUUHiLhHe2okX1Hiv { 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) { #vyhz1i4cxoUmuse2b5wTz3cDy47Th0xL { 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) { #ktC3PXq1eKBk55vSqzF7K1M4qrFJVFS8 { top:39.5625rem;left:0rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82v8ENcHrQHaRg2JLiWh3lTWq7WXEoH { top:39.5625rem;left:14.1875rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #chO2oAOq4s7GZBz3038FqfhRt35wCXAQ { top:39.5625rem;left:28rem;width:19.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFbSkw4dGENb8lqgitmUxQ8dN7Z19VWq { top:57.5rem;left:0rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzsWMml7uQVIghA33Jql4TShuVqCTV9s { top:57.625rem;left:0rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJeRbxgw3R2WxmadUJukBIFp2UysuLEx { top:57.5rem;left:19.6875rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXzUCSS5BKT16hhFLf999k1WFxVXzci0 { top:57.625rem;left:20.125rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQArgfcDdUBoe5wJPwIhFzm9OUWz1kH { top:57.5rem;left:39rem;width:8.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFQpLSmbuyIAwV7DLdXhmSnUhVQEqlJ { top:57.625rem;left:39.9375rem;width:7.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNDt3Fqvf7ZyTF1KlRD3nFMeQQ7Wd9L { top:49.8125rem;left:0rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExcXIcwuFRVXoRD0J6qXfl80kXfOix7u { top:49.8125rem;left:16.75rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8fJgSVH7MGvNQvPWAoWbaiLlHOkdP0 { top:49.8125rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6c2A6hdih3wUQs7h2610gZTWCi4pSfH { top:41.375rem;left:0rem;width:18.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdM6VRkbi0l1fGsTUqTsn0X8eCCNxri2 { top:41.375rem;left:14.5rem;width:18.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuIAoX2umD0h1ghm0zSpDT0GM83Izqp { top:41.375rem;left:29.0625rem;width:18.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANdbJe4J3WoI0D01D0R0DzbOef1caAVa { top:53.625rem;left:0rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLBKanoGHdv33fyLhm3gtdp11xMbOw6M { 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) { #Xlmgr15uTJGlrTRCP2pTTNHJTMTsGgMc { 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) { #caqfz4EKUJpPwdXvdZLMyn7aNhzlK4bB { 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) { #TxTx0Un4o9ChESAXUCzOlXnIqXXtkZTA { width:12.6875rem;height:2.75rem;top:63.8125rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfpboPpba7Ul0kbmAA5wPfeq6xO8M7CU { display:block; }
 }@media only screen and (max-width: 763px) { #srCTB44euqPQGOlJNh03XfNfXRoHxIwE { display:block; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDnbC37tWBybwHDgmnQTEL8WlcwLAZmW { width:14.25rem;height:25.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON9JDkJ9UmaWLSp88e00cPqyqnF6lKOf { width:14.25rem;height:25.5rem;top:10.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpT1cAWqdQ1bZQPyeOL0lJq2wL27wr3 { width:14.25rem;height:25.5rem;top:10.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8CvH9eFO9SkeIwmo7G4nnsoa6wLgyhO { width:14.25rem;height:25.5rem;top:10.375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTasC8NCAvPgIlCVVZvsN4UFLSEyOyR { width:41.875rem;height:3.25rem;top:3.625rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 { display:none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #To0F5R9vsWo1gwE3GwdRNksXDZT1ekAz { width:41.875rem;height:3.25rem;top:3.625rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ { display:none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GJ7pfdy8gE7nTeNupM5liN0uS3BvW46o { width:14.25rem;height:25.5rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG3VzDtger7VD8CMcnux6vgbv8H4i4tg { display:none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x31nmbtnykITAqHo6m6tI4JhKUiptMeO { width:14.25rem;height:25.5rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t { display:none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OAK07M3Cx7PWKI0IGLzeBbSeoCsLBQDJ { width:14.25rem;height:25.5rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf { display:none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #umqtEvWPQtkvrXDd1bzxw4swsTBtUL9b { width:14.25rem;height:25.5rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 { display:none; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zAwKzgCf9dSuqUaP9hXkstp6yIdDJ1g5 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f438zEaLKNltftGy15PSZSPZ91vUGhQs { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqpExsvAeVJtN2JIACUlU0as1zzivMsr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCW3i5OnTPvIofTDL4izwN5TikUAxlrT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMMUTeLbKmCSfc5dCvsrqXOtJReWKhZG { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4t3fPGI0in0UQVJmcI6GaO58tB8TaSG { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP { display:block; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2079256d4f8ae75bb86551de6093d4f { width:34.75rem;height:4.875rem;top:3.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf5e76b951f792560c34d3f3559753d4 { width:34.75rem;height:2.0625rem;top:7.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbd9b1bd9776e7b3876ede43672e42b3 { width:24.125rem;height:3.5625rem;top:14.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5f1055957b7163cd6881969ea0493d { width:16.875rem;height:3.875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w998c5570a984af152a3ffbb8465a644 { display:block; }
 }@media only screen and (max-width: 763px) { #c5d4179ad24be71d5bd27d054d8990df { width:31.5rem;height:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n81ed3ddb2fc3ad3e8f2c14c225bcbd5 { width:20rem;height:;top:27.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL { display:none; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb { display:block; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfRG4d8tRMGhRc1G9CiDhO8lTTSmqPqG { width:38.75rem;height:36.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6v0F0paPhTi9MQuIM45oKpkrWfCaiF3 { width:19.6875rem;height:3.375rem;top:6.5625rem;left:28.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU9N4QO3U43blHgqzCimWfTrQvbToJNJ { width:8.5rem;height:3rem;top:6.75rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldeOXadpfy0ZOP6APx2lI7400k2TL7s2 { width:8.5rem;height:3.25rem;top:6.625rem;left:39.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa8WEevbduinaGBiVdnHZMqHGCzorf2f { width:28.5625rem;height:3.75rem;top:10rem;left:19.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo7TrEVdy7DZsJ39qR1DvvkCf2wnyV19 { width:16.5625rem;height:1.625rem;top:15.75rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y { width:16.4375rem;height:6.9375rem;top:20.8125rem;left:28.3125rem;font-size:1.0625rem;display:block; }#DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
 }@media only screen and (max-width: 763px) { #yfVJzMWuUsdw21FKz94fBiuhyhrGDWFu { width:14.6875rem;height:0.1875rem;top:17.5rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNKowx9a86rrM7K1cNThhcFpSvPK2Kot { width:7.25rem;height:1.375rem;top:33.25rem;left:28.312255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8nfwEk5MTZc2TPmOQt4J65zxWeRXsW1 { width:2.5rem;height:1.4375rem;top:33.1875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWF0SB08GXBToOus1nSHbck3PHN4vBoW { width:2.0625rem;height:1.375rem;top:33.125rem;left:35.624877929688rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztMI0HmP0aFQbBphD6xym4vb9VCaWSBL { width:13.6875rem;height:5.1875rem;top:34.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaZ3axdebnb7aM0Iesst86NivImyxLNP { width:15.5rem;height:4.75rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV { width:16.4375rem;height:6.9375rem;top:20.8125rem;left:28.3125rem;font-size:1.0625rem;display:none; }#vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
 }@media only screen and (max-width: 763px) { #mcJzTPXP9WWoG5oz1rT6vfpWi0GZFXT5 { width:7.3125rem;height:1.375rem;top:51.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCz0zUqF49bWixppcei8ZIv4TmCPR4Dq { width:2.0625rem;height:1.375rem;top:52.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiffOdFGlxmsJQF5trT3HndhXdZNMNnC { width:38.75rem;height:36.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ { width:29.6875rem;height:14.1875rem;top:18.4375rem;left:18.0625rem;font-size:1.0625rem;display:block; }#QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ li:before{  }
 }@media only screen and (max-width: 763px) { #qVNhrg19vPTUebwRaCmnlUPc4aTDG56p { width:17.8125rem;height:;top:42.8125rem;left:0rem;font-size:1.0625rem;display:none; }#qVNhrg19vPTUebwRaCmnlUPc4aTDG56p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
 }@media only screen and (max-width: 763px) { #nwROT71F7p7R0ifPaV5xfPWAyypSWdbr { display:block; } #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection *:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="text"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="email"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="tel"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection textarea:focus-visible { outline: none; } #nwROT71F7p7R0ifPaV5xfPWAyypSWdbr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #eydTil04utSvLhuBTekTbpsN8Azi4CC9 { display:none; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO5FpaU45008WaTeWeEOeRWinZpLyCPX { width:3rem;height:3rem;top:3.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TCTKypq4qDV9ZI6VA6yTorOGZcJ7Nr { width:12.8125rem;height:1.6875rem;top:7.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvUx9usZnNCdGvosLEP3fvEgTUU4Diz { width:10rem;height:2.875rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh { display:none; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gJkhpA3JauS9IsGDdtZnTbQBKE8hyRxd { width:12.8125rem;height:1.6875rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olm0PFthMHI6fUCKAonMqZ7Wl0ZTeDSf { width:12.25rem;height:3.875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkxmbPm0Xu6twTX7EX8hSvEgHEmCRqF { width:3rem;height:3rem;top:3.875rem;left:22.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT { display:none; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqiAvdmPvLwqhWAeL4xt2hZL3LJkmgJG { width:12.8125rem;height:1.6875rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkZ09oH0DCgNbrS49zLQr9E3LpWnI8eB { width:14.75rem;height:5.1875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcyRK6IbkbTWdAKEALeKEV1PMVdb2ORd { width:3rem;height:3rem;top:3.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcgP8L1ClHrHsi239VRlIhEht20UB47B { display:none; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZb9bCgirrvV2Vtr2DlmQ3Eax1dJIG4A { width:12.8125rem;height:1.6875rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9URv7HplX9ksZPOqWteulX1kBVwmTZ9 { width:15.9375rem;height:6.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeub7AHSxJWTt4KLDUdWac38dABvROFk { width:3rem;height:3rem;top:15.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 { display:none; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K9eD7wEtf42t35l0xQm1tz1sk5SSTtT6 { width:12.8125rem;height:1.6875rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOqbTyr0Ez8SyMB1kcOe4KUCmEypl5Gs { width:17.8125rem;height:2.5625rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z65W5ko8451ukobLvlrPQ2p3IZOhTfNa { width:3rem;height:3rem;top:15.625rem;left:22.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 { display:none; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dt16BZzaJovQcO2ByDNHWDemRVkkP453 { width:12.8125rem;height:1.6875rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7e7noFmRE2C8f1U4z0G1iBo8IEMRpoC { width:15.5625rem;height:2.5625rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsTEktz4DQ7xnUEDkoesheG5sZrcTJx { width:3rem;height:3rem;top:15.625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU { display:none; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sly9kKy8s68RLlkItnWvokhXXeaOmlvU { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQ6zUKIFpyXZA3vCzSuENai35Ta1IvAW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IG8S1KygW2h98sUr3zAXNQpb3kEiIwZ8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3U11ZatdLOGJ78Rheni5auV8UPmzhv4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNh8dxKxOTXV6fThhOSg7ZgoDTh2ICUW { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NicTTTzpbQmsfzu03AfnIOVry49K84EN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wd5zHe3arwVzMssWr2aRrQb3eNUFvg9t { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3KnEByROkNssRtK0iQ4okIpBTBMPU2E { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhQFTylveToHbh6IFbKTTZg65twhDS2S { display:block; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWhBZwJmEq9GS4TwcFionwTnkiCJvzJ0 { width:47.75rem;height:3.25rem;top:4.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daRGBcRa1r7iLngZTwkZLq7nF82snoK1 { width:39.375rem;height:1.875rem;top:8.5rem;left:4.1875009536743rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6RsgfmTsJffS4Ufy0DRZWoUIkFIwHVX { width:21.75rem;height:14.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcqSin1mvHWOORmBzpI8XNzUZwxs3Nf { width:21.75rem;height:14.125rem;top:13.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnXk16Dp4Lg3CfXa3AbsV9HiFL4d0hr { width:21.75rem;height:14.125rem;top:13.75rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbo8y2pwBkdsdTRPr6uSy9mJfsEtrBiO { width:18.25rem;height:1.6875rem;top:29.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQg9D0c083GCyoRoJJdNKsvUgPHmpWll { width:20.8125rem;height:1.6875rem;top:29.0625rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRpZww7TIh04RbQqTWxZTst1NXPOW3gp { width:20.8125rem;height:1.6875rem;top:29.0625rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqzPsAZcfIPvUc1NEFWdqaTa6KlwSD8D { width:16.25rem;height:3.875rem;top:33.375rem;left:15.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfZgdPwq5HSGMx4WrLz1WZKO5zybfogQ { display:block; }
 }@media only screen and (max-width: 763px) { #ChbfO0xW6KKsTszbVDCyLcvX29N031gF { display:block; } #X5740dd62197df6626a7da6de4b74281.widget-smartsection *:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="text"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="email"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="tel"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection textarea:focus-visible { outline: none; } #ChbfO0xW6KKsTszbVDCyLcvX29N031gF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV1uKuceIXWTz8x6MSbRHF7GgnXakinH { display:none; }#WV1uKuceIXWTz8x6MSbRHF7GgnXakinH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNTuOUNStSpsBPeK5ueoV0mryf8liXM8 { width:47.75rem;height:3.25rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpU9l3uSPqcw9RVyBom11VK9inAqolmL { display:none; }#BpU9l3uSPqcw9RVyBom11VK9inAqolmL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n6P7vbHsT75iFXuThba4y1Fe1I8lLZm4 { width:21.75rem;height:21.3125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbr0Bd0B20xP0vJJRqy5Fo9QeMdzBnzO { width:17.9375rem;height:11.25rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDlszurcCR4uIvnP4yVH2osuC6rWOMeT { width:5.5625rem;height:1.5rem;top:26rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohb8GVfSXzbi96yXEPhXqJ8sRdUby5To { width:8.3125rem;height:1.5rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFdMRFRt0CMlF3ud0gU58bo5okchmmkO { width:6.25rem;height:1rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKzOqTe3Dn8dLrVo31z1ykVpgHcTt8Oh { width:1.0625rem;height:1.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ { display:none; }#IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wgk4ftSNUJ9i2EGC7FvrQpuLXeTzUIlI { width:21.75rem;height:21.3125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtdhmfoaB9crgUQZhFXA0EkfyVJRqNi { width:17.5rem;height:11.25rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTW55Olu7m12JeU6OT0MMxKdTSLT5dq { width:4.3125rem;height:1.375rem;top:17.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKV7wLA1ysX3mktbPGfXXz32hO59r7WC { width:8.3125rem;height:1.5rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV3ik7uqkHvw94QFmDyGvXayovpzwMu2 { width:6.25rem;height:1rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlfzwHi2oZw3Dp22i6AewdOWQsQEHZe { width:1.0625rem;height:1.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp { display:none; }#AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bfT1TAeshQqJ9BTMsTty4OqTdFf8ii2z { width:21.75rem;height:21.3125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2JbJKd6Vf0ZC5Pb826S3snF9TmUa8Ze { width:17.5rem;height:7rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdg0bsfk10yZy81gaVApFUmJ82WLMDV { width:4.3125rem;height:1.375rem;top:17.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftiISaLmVmLskmPZH8zViCEh4JhaqE9n { width:8.3125rem;height:1.5rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVPgt7GJpzyGT7z09uwE9XJidv6JnxA1 { width:6.25rem;height:1rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfz9JhpE3ds4UWhK2ISQ0Km3gUdk1zfq { width:1.0625rem;height:1.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZisrROc1NAg2LurT6AJBatr4xJ89Ts { display:none; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BiDrLnaSOOvuOk6isVyNhr263asbofiO { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC20ra5Lpeg7dWVuWtAwgwxTThUpXNv5 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6Xh2MoT4L3VcS7gXQMbfHmSIBO4xBFm { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKwn9VL70dMxHgCiTaViFDeM737UZhQr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #op5EM6OMCTUwgxu6inTJz0dt97RNmEp5 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e { display:block; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTy3GQoTtmJTT8TOgmzTDNNQN9On59iW { width:47.75rem;height:17rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3myAZVwzdevhk8wE49IRzJpbehxRkdu { display:block; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A82IhV9Cw0VmO9WnMIbL1NTVngcATkah { width:22.5625rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS33WiQ4XcMIS218TMuVCWB7AoNXVs4x { width:33.25rem;height:5rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWsymIReMLB0Jbf3z0ekqdx0c7Vpb9iI { width:16.25rem;height:3.875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt7nMm90qlFWOMoMdpbi5NOOuoTI5f2y { display:block; }
 }@media only screen and (max-width: 763px) { #tw0hEKQXNxPrTwc4ikGQafhZfDgCymCg { width:17.3125rem;height:5.625rem;top:4.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlTKAzNlZNlES1srA016ta7twxm1W2rk { width:28.625rem;height:29.185846516178rem;top:0rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT { display:block; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVBkoi3P00TTX7ttrD8MkElUiuDPLFJA { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdDSyZfTTRk8C6dehW1uoN8LqPhIzT5 { width:11.3125rem;height:1.75rem;top:16.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LFNi89sNNpLGBqzZb3AksLruqlanJk { width:6.5625rem;height:29.125rem;top:10.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6SQRPLxTcQSbl4DfrlmsS8etTXPu6Z { width:4.375rem;height:2.5rem;top:12.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiS4aJfOgtk6xJdzF7LkygTAucMqJIUH { width:6.8125rem;height:2.375rem;top:12.1875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttwpWP85WZBrLnQ8zru1KOQIMTC7vhJO { width:6.8125rem;height:2.375rem;top:12.1875rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfrTMaLbQQzr4L2M0KV9QnTxOwW7rptx { width:6.8125rem;height:2.375rem;top:12.1875rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1xnvUP2ucfIxvmAqZgsgqHRqUh49cB { width:6.8125rem;height:2.375rem;top:12.1875rem;left:40.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7oPcmJmUG9FU5LkHEXOOzwJHcgVgpCN { width:47.75rem;height:0.0625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn0esD4x9CsobJ0gD0KPxKGTSQ1wHq2M { width:47.75rem;height:0.0625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklhCHe7UTEvn7cOsETPKVG9kgmGdxqD { width:47.75rem;height:0.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7bSMT6THzW4iAiy04U2pzO2waE72SE { width:47.75rem;height:0.0625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22B2tm27q4Ma8wsH4puy86qPbhQoUQL { width:47.75rem;height:0.0625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRt8K3ipNADkQdAHPIkqTxUelBtgxpL7 { width:11.3125rem;height:1.75rem;top:20.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CNaAXEGVwFTQfIngosyzxKPMCnmEsG { width:12.75rem;height:2.5625rem;top:23rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFpNDSEXydxWLPZxJSmmQ0Q53TftbLf { width:12.75rem;height:2.5625rem;top:26.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whzmCupmkxSzKJSDgNNbE7mNTJB6VFJP { width:12.75rem;height:2.5625rem;top:29.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHB6vZ0XTnkHuz3eeHTxwlmPpb0UOJAk { width:47.75rem;height:0.0625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4mXh0sOc2KTX9ASRsXodFyv3Uqcely4 { width:11.3125rem;height:1.75rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM71Fw1MX1x2t5sNTZ59ozitzHAITce5 { width:11.3125rem;height:1.75rem;top:37.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgML57EtVpETQb6gBkcgQ31pUOz4bEQ { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWneZ7xJX8odlRx5FcUuCvV8bTplwCng { width:2rem;height:2rem;top:16.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHM2CkibTARAgMqlxX3fknCViOEMzHWS { width:2rem;height:2rem;top:20rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZyJg4cCdS89376E98n29bCenLx47Od1 { width:2rem;height:2rem;top:23.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO4zNR6u6lgpNd5NKgGP4WeWSg6S3mt3 { width:2rem;height:2rem;top:26.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9SLCJqZiGbTq37AJbDGg9rc7ytz8UC { width:2rem;height:2rem;top:30.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3QF4uPOcXCUn9VD8JMGS6PtdJQMof0 { width:2rem;height:2rem;top:33.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSL999MyaFQMpwgtDIbdUoUhy0J8AWbc { width:2rem;height:2rem;top:37.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUHzPKg3lxeSQMFDKHaMTNTtic3whJJ8 { width:1.5rem;height:1.5rem;top:16.75rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xtGb4OgwHq7Dhp0Gfwl8axKLHFvmcJ { width:1.5rem;height:1.5rem;top:20.25rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONXnmJ9p3PBUvb4NU4FrHQTWfQoR4nTc { width:1.5rem;height:1.5rem;top:23.6875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv41xQP5ctdQqZEbtVRSgHhUycHo6lZq { width:1.5rem;height:1.5rem;top:30.5625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6RPiCwBR87Xyv3V1ToPSAtZ4V1W7fJO { width:1.5rem;height:1.5rem;top:34rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPDLFQl10ibVPpLWnaqpXWMeIqtbGexL { width:1.5rem;height:1.5rem;top:37.4375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcnbGIpuv9cGd3CktUlZ6WTT5xHdbuqE { width:1.5rem;height:1.5rem;top:16.75rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Vk80aR0u3eW5RLbKWy9bEpIZmQbsmT { width:1.5rem;height:1.5rem;top:20.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAq5igV6lHJnDuBIOTGcXObZVonMQkQ { width:1.5rem;height:1.5rem;top:23.6875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdzk1WHkaCRpJLvoc03BH1VFZTakzgS5 { width:1.5rem;height:1.5rem;top:34rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH1bZQZfAWMQwKbplolmkxDrb0qhDn5K { width:1.5rem;height:1.5rem;top:37.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCgIrqtxKEgEwaNktWqv8aUqh5MJMMFg { width:1.5rem;height:1.5rem;top:16.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd10oLaK55HoMD9LB4ra9unrpT8s6CzQ { width:1.5rem;height:1.5rem;top:16.75rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcrwDBdTp82tedWd6w4P7TXlbFQZdvbX { width:1.5rem;height:1.5rem;top:27.125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOdwIt3raGpe7eFFCimDFTOFDGSOroCE { width:1.5rem;height:1.5rem;top:27.125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1l6St3q7K9vq15A9IHhQxsBD0hM3NP { width:1.5rem;height:1.5rem;top:30.5625rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCm6GWTgbpfVBc1ZkzbXNHtnI2mStZeH { width:1.5rem;height:1.5rem;top:34rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqxKKcADXUaBUKGPfm3OSASQVheBnDTF { width:1.5rem;height:1.5rem;top:37.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtdUlS7dimUPg2DIiLm3kcrQBtowAux { width:1.5rem;height:1.5rem;top:37.4375rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGSK4SLWPv3E76ZUkT2Qu7HTozQ4gbnF { width:1.5rem;height:1.5rem;top:27.125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEW0prwiWaZgk5BD3uQLxb7L3GWXCif4 { width:1.5rem;height:1.5rem;top:27.125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swuy9H7OnlZ9WPK2Ki0WhCnMU170TpST { width:1.5rem;height:1.5rem;top:30.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA9a2tTG5KpSgiffyw3AWWeQTQJlnxFG { width:1.5rem;height:1.5rem;top:20.25rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTrOq4z7Ht8uGHUMTELsI7E8o9OlOOP { width:1.5rem;height:1.5rem;top:23.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7f78To9V392zQNgAlcz7fTXO9pIDDVB { width:1.5rem;height:1.5rem;top:30.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WknOBNcd0otWWUbpubwNpzJ0ODiUGfPf { width:1.5rem;height:1.5rem;top:20.25rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwVtqRhwF1ETXeFakFDqhAN8qsDkzn3I { width:1.5rem;height:1.5rem;top:23.6875rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncMZ0wt9vchyxEfe8XhBNTosHA8EXRqy { width:1.5rem;height:1.5rem;top:34rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM { display:none; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mWuVcSCeiTihbK37GngpuQ3DOlIkEhTw { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq { display:none; }#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JcNzh6mEFGl9lTyay68c2aTdV4uGCLui { width:6.8125rem;height:2.375rem;top:12.1875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKefn7LKNmJWBrulITi1pQOqRfoTMOtw { width:6.8125rem;height:2.375rem;top:12.1875rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFuPVdkpEbeXS9h8V88ifCQkaREGLST7 { width:6.8125rem;height:2.375rem;top:12.1875rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6qbC51sH2wHwD8T5qP4ZTraKHSoVx1u { width:6.8125rem;height:2.375rem;top:12.1875rem;left:40.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH115TITbsyL7Qxqw9sliGsLikhQF78k { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlVuUdTOnpRE1bqk0SeBZL7nU2yFaU6g { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgdaUBn1NHZUgD2EEf9X74NMGT00D12P { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNkVRhrXPglLfXZhRyJBHuaWt5545dtk { display:block; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nic9qSvSsDrDVuhiOrL0zn75n10T1sk2 { width:12.25rem;height:2.5625rem;top:9.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZKxuU1K2WiX7NnXxEhZhZa7c3Ro9blT { display:block; }
 }@media only screen and (max-width: 763px) { #TLwvizxM6wdgtkecpMkDPoUUFlyk3E34 { width:12.25rem;height:2.5625rem;top:9.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC9gI9mkt1fTCEtpqC7bIVAbm92rbcxw { display:block; }
 }@media only screen and (max-width: 763px) { #CLTtRaI4GfAoA1HwLQneXbHeTXV74MSl { width:12.25rem;height:2.5625rem;top:9.625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPvGH3vHGTrZAAhByyEAv0cudVKrM2Cy { display:block; }
 }@media only screen and (max-width: 763px) { #L7ab3eh33R4HfctFDV48iumchAXAnIp5 { width:47.75rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPT9OVk39drcamW14yHGQz1gobT1Lk0 { display:block; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T { display:flex;height:auto;width:27.8125rem;top:8.3125rem;left:7.85000038147rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kxKpDKAr6HXsNCnz6fLO0lhkN6APRb7J {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SZXPhdaZLRs2GZQ4wuJytvxPkaa11WTl {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #bqSEO74g55leav5k34VX9uz4vnlZr2nE {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #k2xdcwqZNlbMbIqWwbiQNccMipcp1UlT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #x0r4hLdUMR4b9pNsZET6KWv3eANmVQU2 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #sNZZ54zM5XeSUU0aaMGdoddVotkGiPU0 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #dXm8FP95SF8DENUqag74teWGCczUemV2 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #IqVlWBDX0dodQLTdsseR93rF4zmvSbJn {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #gQRIpmxvKweGTLkho23mhvcEMZDMWhoR {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kcxq8E2rFme57shoykR1D1xa3Xa0eLpU {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #nH0vMCOhtTSxmEdB8oiIfQw0Kv4yWbRg {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #OMCmKOlITzJq4E3tCWFWkhRPrw8G2wll {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kBlXzefOgNULfT0BNZRONybyuR3lzLxv {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #eACTRzcGXVFwDTUl3SE4WT8mlUM3ERFO {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #UTzsJ4MGereqGdSh2zpkMxFQZgLMV4ar {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #txXhxEIp2mtnkSx5XLOCu85DOH5aKlTy {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #bve7pT7JWeWWTNmPW3fkANWaLf8Q1Jza {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #plkiJfCXpOxrzBJClxdZou6KL1WGF3Up {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #KtB9zkrUPESi0BqGbSpaiToQqmUlyRwt {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #x2KWUA7V9PHWu8tEmirRukAXyGD99tHA {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #nFDtWARa9uFotCb9HysZehaNCetlwXDi {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #vtOtD5ZZouzTsMZ2uCcaQ1qnCPzVU9sH {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SCoSoJQWN4HrtcTJt41qNPqAWsdVfSDf {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #WgwifPcXlavXSX71HQDI6AvDxChZw6eq {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SIssOxkUJ7ibuvtAMMNLCI2zsFaW1Z4p {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #dWp3fDtAluaXVph7bv7s5zhLBgAU36AS {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kTgJvdcmDgmUNRIsS98qH8UrAugOwVcU {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #RIy9OXkNosNvuKGBAgUewkdJNLF0te2M {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #d9y06K2xVmhpNTh728wwphMhvqorMhcT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #hpHAqHiyHdRiF8PNVRyCrrNioACyRXEP {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #OM65wKlZg9g7wMi9p95gJNKuVXQVMFwo {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #D3FoQ4v2u4zq2tOGpitnrD8bQ54Cd17W {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #Rp5HvVBd3ZWcWJIAB9MFJ8p6bxD8hi74 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #toN16iuup2zvu6QGn5UvLLLdZfG63ykE {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #DNe9vrM4vMJzX37OVO7WhgyETxtABuEk {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #ARmMpCPi6tV4nuPqiZMk5e3zNRWJhOUU {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #yanTBwBu8AvdXJAoSrD1vnmT13CMOWEF {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #c4lI7mALX3RqxB2ZvLfQ9rRI014gHTVm {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #knkGtzpEDXXyMQ7oTcsasTXuldRIHTwT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #Nuxz5nfT2LwdkZlZaMGCiwroMVeQWFr5 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #VUzNxzLVah1JuIoVxzPg1hsQOgHcsZ5T {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #JK0gShBfciPqMCa2TcCbK4TswxKKeVm5 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #uRm6Ir9D7Ofhm7UZQolyA42BX96AHwkT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #BA2o2OadQkJJB94kiBG2qc46GWLuMNnI {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #wDtT3mZ6KvsKHP3HawVzmMSbVvOlit6Z {  }
 }@media only screen and (max-width: 763px) { #yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 { display:block; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp { display:flex;height:auto;width:27.8125rem;top:8.3125rem;left:7.85000038147rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #Vf7n0IniI14lBcVoFDK1QGV4LSTW8Xwz {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #HW3F6EtTQLJ6qXCGQyIg6sSl5EvAbeGN {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #w2qSKgWUKtQv2q67sSCCQRFrsb6qAMaf {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #nNl5tWmc666rpkK7rIaciTcoA3up3UHw {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #g48PbeAKiMzDsp8pVPuZokPkAbr1DNq7 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #EXr0Zinu82zJS53q9lzOJvoOvft5qT0L {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #WhyBhDMqRmTLKXJgVSyRRDQpsO3iAViG {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #UFWZcZnWarEhEumH65vzHs9i07ANsDq3 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #QTeq88cMzAdv1sVOdkWTKXntQWCh5acK {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #k0SQqEzXmy4b1orxC5uDSpWehPXMw8oi {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #aqlq7HiS2dS3caDxtEEPIuyI4bHZCbZ2 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #mLqRWZ3fw0UJh4nzz2pHocUzCdfxIccZ {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #TiZbnysUNKR47HpBwP2ySJZguaXlkpIB {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #TuHXGsTiLBspHvSQXPExVWlWRR05zqWc {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #k8QENiyAInEgExmiBWm8Ae13P6Mw5JBO {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #lLKOUJT4g4Q77LU83DLsTLoMDqtmpX6n {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #d8oluUZ1QHNqTCO8FZL1Hile34Ox0Ppi {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #yHaAuetv8kxcOsNaWHXILM88vXQfREEB {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #dXx1rOWFeJhKFRnNaXrWTwFg6LyerEk8 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #VzlUf0wTgUcge89OKTzUs56KTJlXBAKu {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #vNQpTmOgytor5K4GG5TPOZCJDtcoV2kr {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #oF3TU06OoaMH8DDqm8n4LV7tPHhJB0uH {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #fgieedxOC19HNXSayEAaDoVCyQJQSlUy {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #xXER2TS4vliDhyyBdciW87ceTCOt8nQp {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #w7x4z5KZSqTsmSPK8h1qIwXevT20ALiS {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #nbaJe3Bcz7EdbObURNfpMQyli9Kdcwm9 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #V7EErmWEmbsTS35M9cGfFuWTKePvt671 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #bZWwnCbTME9miPJGm38GAMrWqn6XsKvi {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #xMFTGvzcnBrmM0xRCESV7rZpshxbPHiC {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #qGQBqw0hWH0iau2yfSpKb0usZknTgmUk {  }
 }@media only screen and (max-width: 763px) { #M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA { display:block; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 { display:flex;height:auto;width:27.8125rem;top:8.3125rem;left:7.85000038147rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #dqbuaZ00o3Gf1vhgOTHehSlAn95ms1ZG {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #FUDO4o8S4EhKZP5kLGxZ3Qmo3S4tTx3A {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #Hnc2y14RQqCIX4FuEyGAZhPOC1tLl7kx {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #TtfKVXkpkIdh10DHDvOw8a3svxA4cmMe {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #pWHCtWrNTmQlH5T0iF0KgGIIX52Ffp5I {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #APvGBtmt3deNaFnAn8dErKopW3STR2Ho {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #r5z3up7up8mbmJIkWg3XiTRzoTVF1EUF {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #xonQ2Ayq93I7qhT8E7OvIrA0e8tyvUkk {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #v1JtlxeiuNvdTpo2iUXgdZFwiPfIMz5z {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #BoVlPxVmBMr38lkkXPBQhUPupcmTlnp4 {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #Jlu1hJTReKvkH7so5dBqyWuFLiE0stGA {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #To9BMVdyZiHkfwvJiGwraqatHRz7HS3Q {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #h7ekZiLrMAt9ZN6Xotutxn16kIMdT40w {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #q4VESfV8pVOxEhBNiBV7V84tToOIUu91 {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #UQ5TsiU36MqwFmWbhP0uG7QzRr3qw6vl {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #urKTBPHGV7iVZV04cOrT0MzUVwPLsOGM {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #U46yA3hV4TZVtzoaFIl7DqfLsgtXcJDO {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #oW1gKwIhwxuwiCw7lCoWy6PfSPf9oMcT {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #XJiZy2FPiEc8PTWzeEAPo2cdLPakE6n9 {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #pUJv0ahiV0liT7Uba98ahpPr1M0cM9bT {  }
 }@media only screen and (max-width: 763px) { #q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO { display:none; }#q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw { display:flex;height:auto;width:27.8125rem;top:8.3125rem;left:7.85000038147rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #cSvTe2UdydiGBUQBG24AWIwyHkU25oxQ {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #JPkA0StL1bWEeLnPgHBgeM92vkAdR1Bt {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #O0pTvcFrlMN0SvzVBapR6RItwFBToUiR {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #OHosRLBSUxnTQcxyStwRDngOdnOThHwh {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #Sqd19pfCNBOLOtiS4WQ95960QL04oXTu {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #fhtCDWa7RnZzVOF97sQ9HKhNWHtQftkX {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #Sqd3KRDHurddAwtLg1slKD2ZBXMXZWHf {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #THHSOSplIfo6JHGrNueBcTBciw7E5lm1 {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #gcSPltzzZzmiTG7cvAJZUyZ5KpOkeNxm {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #TABH5yvvNbR7ghHux2rGtsel1mUpF7gq {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #zyiidyrDyQ0EFoZaJmUOn7OsMAodhXEA {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #TepiByFGxbR7OJrCPTid77Iza4GHyqnB {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #EkKCmWTLnNtwcPAPebVcv3vf9TOqQJCt {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #RB0eLnnfJCraZcH6PTgJLZJ9O31T1TGh {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #EtT0Zvoiz6EFEq7TRDQKxITZX6sQ2xgU {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #lMDuADqLuQtFOM2UHdTdD9TgcLcq9R5E {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #fScLvxpka4meTWT8vqtMhdCs7PLtfz1p {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #c1nECCPRalb1EyCWSJrnhqz28bR35nHB {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #W7kHiJX3c2BXScN6kmWH4Hnmz3hR1pRh {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #vqL519Fe43SNxkdVHpP3EQ1NOgWeBdan {  }
 }@media only screen and (max-width: 763px) { #AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I { display:block; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPOl5Tn3CTfvanW44kK6rRQqNZhK38td { width:26.4375rem;height:6.5rem;top:7.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUnkpRUW5kInTbmsoDTCvyhkoP7cw02s { width:32.25rem;height:5.0625rem;top:16.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5tpyle5GRtFJoEL5WEBF148WMQR3x2s { width:20rem;height:4.0625rem;top:4.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UATnTV2CrnPWLSD1KiasHa3TTkNyQyQZ { width:20rem;height:5.625rem;top:12.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc { display:block; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcRgA6GlH2E9pbBCdL0GKUW978x9AmWl { width:28.3125rem;height:22.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01qN30ZFvHqPNpJeTPaWGsTliH6bHHc { width:26.4375rem;height:3.25rem;top:7.3125rem;left:21.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZebETXqTW2mKhSv51KHt1N7SvQB1V9 { width:32.1875rem;height:6.75rem;top:11.5625rem;left:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeCsuITFouTPgVXxv7uLUpuGib1vN3Hs { width:20rem;height:1.375rem;top:18.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0GAR4UgDWUlsknomtLJMxcZWsviRHuM { width:20rem;height:5.625rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIknbQs3sSori9ugF15afVxTT6x5kmor { display:block; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8ytay9gqHrboJW4TnzNXrfKRc9DmdwT { width:24.625rem;height:3rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHNIPeLaglX0BpoxOMR6an58RIqwhCN { width:6.75rem;height:1.25rem;top:3.875rem;left:37.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caBLevd9dnvWvZc52UQ9iBAnHhX1Tlw3 { width:7.9375rem;height:1.25rem;top:3.875rem;left:39.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPHyqSZ33BTLge60OSv6nKW3HI5JxASh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gPHyqSZ33BTLge60OSv6nKW3HI5JxASh > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T249a966af98b3593efcaf9429903853 { width:1.25rem;height:1.25rem;top:2.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6023d2c8668879af4b0533aae9a548b { width:1.25rem;height:1.625rem;top:2.25rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8fe198831be8f3bbafec55eaf9edadd { width:1.25rem;height:1.25rem;top:2.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99aa9638cb9bcf083ed54af33372db8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcd6df6c2ab05a916c16383df202d683 { width:9.4375rem;height:1.6875rem;top:4rem;left:5.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1051d200d739925d4ad43f51b579e7 { display:block; }
 }@media only screen and (max-width: 763px) { #p3JqdT0vO6J9wR5q99ZQB5LHyTQNol5B { width:14.9375rem;height:1.3125rem;top:1.71875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG { display:block; }#L0Dyd1hNa8yq2o5zxOaHzM9FaCFEMVBG > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfMwArMTc84Ikn6G0znJaaCzRXya98HH { display:block; }#qfMwArMTc84Ikn6G0znJaaCzRXya98HH > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnWkcUbknTqB7sAf7ynnkqeM3nAIOfCP { width:11.1865rem;height:1.31225625rem;top:0.9356689453125rem;left:4.4061279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 { display:block; }#vMwDyfymUhAz2zzv3faVfgIfm5p7vVB0 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xi7gOb5KAZgsF3GdOSBzPbwUap9kS1dT { width:4.375rem;height:0.87456875rem;top:1.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUM6tMECES0iEI3FOs8wpxbEQTJqbb4K { width:2.43706875rem;height:1.13769375rem;top:1.5625rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHAgUUCHguIzzzFiKEdFr5IVo0chkcxA { width:18.061rem;height:4.2246125rem;top:21.5rem;left:1.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeJ8iiNoJbsEfCpp87WL7EO9ZfyiBT5l { width:20rem;height:auto;top:10.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lM6XIeRum18kQus6PJLN9JzH1bWa1BBO { width:12.25rem;height:1.5rem;top:26.375rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDW8kXNZL4wLBOqBVbNIvAWIOSFt9XIH { width:0.812175rem;height:0.87456875rem;top:26.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4LNVFQgDoTHVHCm9P35LVLhllho8Kiq { width:0.99989375rem;height:1.06228125rem;top:46.072832562256rem;left:0.81662368774412rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFpDkPCghxsEOiaTb1Bci9Ovw1U2FbbG { width:13.6865rem;height:1.5rem;top:29.375rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I77kimoUtRJMaQPdMKLC517gGfT80Tlw { width:0.875rem;height:0.9375rem;top:24.382054567337rem;left:1.8750002384186rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTTPIedTdb9qimBSIeLlLNbGd3y2KHET { width:13.6865rem;height:1.5rem;top:27.875rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxQElVnc9eLeipxACg6o3cqRUcaQ6TFt { width:0.99989375rem;height:1.06228125rem;top:46.072832562256rem;left:14.816734313965rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4bCaHnIhfrZTcZMBQveeo4ASDDVxAGn { width:13.6865rem;height:1.5rem;top:30.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKI9SHrkZXZvtNWFlpzoBunkEHTOEkSd { width:11.5625rem;height:1.436525rem;top:40.25rem;left:4.25rem;font-size:0.625rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #eeakfL8pocMhSkMxBr7RywqBvIrpDr4P { display:block; }
 }@media only screen and (max-width: 763px) { #aFiinUtdrbsIgtebmtdQLlQ6z8T20SVX { width:9.2480625rem;height:1.13769375rem;top:1.5625rem;left:8.875rem;font-size:0.875rem;z-index:15003;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkyhP22BW4saB1pTUbRaeEuhLEHmnRX4 { width:18.5rem;height:2.75rem;top:33.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2LaNaSqIgCqg83ssssLupTCSOPvz6ns { width:5.125rem;height:1.3125rem;top:34.4375rem;left:13.5625rem;font-size:0.625rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #o59qOgoWyn4KIgESBlLiOecrATQUVTqd { display:block; }
 }@media only screen and (max-width: 763px) { #WzLcEe9pF1icfcyxMPEierXi3fLgZ4Og { width:12.5rem;height:0.89355625rem;top:33.75rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXou2eOCc6TiwARTbJ52ZqbqvJsFV6y { width:12.5rem;height:0.89355625rem;top:34.625rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1zEiO5xreMbPUkEP0GeKETecN9h91m0 { width:0.812175rem;height:0.87456875rem;top:28.1875rem;left:4.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PUyDgvr8VWubRH3omDKaDyRyHS0sX2ck { width:0.812175rem;height:0.87456875rem;top:29.75rem;left:4.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wGSOGLbkZd0dsGKoC9xU9U7bfEDwlpBt { width:0.812175rem;height:0.87456875rem;top:31.25rem;left:4.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #c2eJ1gFba9xgy4prDzwN2vyfHZTSFkah { width:6.624375rem;height:1.31239375rem;top:35.507814407349rem;left:12.439779281616rem;font-size:0.625rem;font-family:saira;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #wbt1plh6WO7qBBKN6Ceg7yTErLxtwqX4 { display:block; }
 }@media only screen and (max-width: 763px) { #OIU0gsPg0wqBP7mcabML0fMGmH3L4blV { width:5.875rem;height:0;top:32.5rem;left:13.3125rem;font-size:0.625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #PN04pG6AEdlDTmasihPv5coA0fSoDlC8 { width:12.5rem;height:0.8125rem;top:33.625rem;left:6.1875rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZOQGlLbfURA2rigP3P0OSXn38THxAF6u { width:18.4375rem;height:2.8125rem;top:36.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qba8dwx7Gn2IrWrxmS3PhThK8r3R27Tm { width:5rem;height:1.3125rem;top:37.625rem;left:13.625rem;font-size:0.625rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #reiiE2V1cpiEf1krqytcAwyJlpmgVVi9 { display:block; }
 }@media only screen and (max-width: 763px) { #cn8u9otrMckZccifOVPPEc9rQmVEuinA { width:12.25rem;height:0.89355625rem;top:37.6875rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Lheug4ayqfBSPtNBmKhAVaM29XwaRf { width:12.5rem;height:0.89355625rem;top:36.75rem;left:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrNOH3GcT25enmT4g4To2HpKKfN70XtN { width:12.5rem;height:0.8125rem;top:36.8125rem;left:6.25rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #khCTZEA835fx8ITOQrWVxlrO68vZmcvA { width:17.5625rem;height:17.5625rem;top:3.37451171875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILER9lTWEBRpz2bDz0popFDt7I8pXo5x { display:block; }#ILER9lTWEBRpz2bDz0popFDt7I8pXo5x > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t95R8xcGzSqfNiZLt25PTqr1J5FMschs { width:12.5rem;height:1.625rem;top:0.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq { display:block; }#PvhmQLXy3D2FNbNO56Si0BGKNQu1tUTq > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEiPinDwJMd3qp5tns3GuwXTAnrQDwTa { width:20rem;height:8.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv { display:block; }#JshWAm5TLr2R25sgbs7JrzSB1ziOJsmv > .row .container { width:20rem;height:194.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfMvf15WUinfOrgMep0TMNlp8LBW7Ex3 { 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) { #y5CokD8HQ5dMQX325Fta7Etm6rZlfxNS { width:1.875rem;height:1.875rem;top:22rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtH0a7Nv0MCUGEc9OLeBM6Sa9pTZ6JPS { 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) { #fHFdOBHPOQ2v72azqUeiPbDUTp3Bfg9N { 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) { #PKo5MotGuI6kM34ng8xktviiSvsMPrnr { width:1.875rem;height:1.875rem;top:44.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXek0i5fDks5CNINLCVUoG9U07VlbDua { 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) { #GHV3txCq3XsnXaRpwsluwxrmx9SMD5Vg { width:1.875rem;height:1.875rem;top:67.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfHRedgu8Tkb23vfKA5Ngl0c3p42olMO { 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) { #dakkW50dOgdyR1RfbqKSkomINI6auMuh { width:1.875rem;height:1.875rem;top:90.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJWpiny7Af8hs0OC3NRrSrggnoGrgsNN { width:2.0625rem;height:2.0625rem;top:19.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxAGcnG1taz097iOrmyAcXAHOD4F4Wq2 { 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) { #svMhSrmT04BT6sfXDRkIpJZzxaqhCt6m { width:2.0625rem;height:2.0625rem;top:42.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efg1tggxyVBPrbBW1I9P7UTi9vDMXrTT { 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) { #WKXIVlQI3uG1KSotTHzPan7ogHC6uDhT { width:2.0625rem;height:2.0625rem;top:65.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnw1ZfSJKtqNmRoHKCeqwqGxNbwLdRIM { 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) { #f2UneugfqqOJwbHgz7Zx6dfItLJ343W3 { width:2.0625rem;height:2.0625rem;top:87.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIHtKhoy6HvDM9qkPBPDb5Fm88eOmMK6 { 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) { #WOfOC59D7k1L9fwLcVzrRyIvTgpg3DV1 { width:1.875rem;height:1.875rem;top:17.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrCahwzURCFAPlhq6G361im9rZ2DHJT { 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) { #bMWNbq4qSldT0cbXHpxcXoJ6HgnVW0U8 { width:1.875rem;height:1.875rem;top:40.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCLPLN79PcIfHKQyN5pscn7Q1CCDV4t { 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) { #iH2AmEUP7cWvfJ3XhOIPXooLUoMxUUNG { width:1.875rem;height:1.875rem;top:62.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8wuHwQ7t909f7HelJVrfSK2I8mHXxr { 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) { #fhnKMwnyTWff5qMReQ5DhKxxxMtehsxX { width:1.875rem;height:1.875rem;top:85.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZAdkd1rtvTFG4dlAKyMI6QS2y1RzpO { 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) { #tTChKoB4WPJatD0OVf04TC8zI3aalqG1 { 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) { #GAfcE4VLKavMB2kPRnlveBvacUA70ZPZ { 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) { #ztrULwLRs1QiKidyH6DeiQJqBIM1XxBH { 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) { #eQRmldv2iSJrTK05IJIfgcUfJPJcZTKn { 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) { #tNhy6X163DzgL9zerQCFf6TEMJkzylNv { width:16.5rem;height:4.4375rem;top:9.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSTLDpuvefgJwb9fUoxfM3piTqOLG2d { width:17.125rem;height:4.732425rem;top:31.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrukqCiWImsh297e5kWTuVfbWslDMgOn { width:16.6875rem;height:4.3125rem;top:54.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPBy9Bp5a8kGaqy2BrZXMJQdAeCQhtH { width:16.375rem;height:4.4204125rem;top:77.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbLJS8KCs83zKFNFbxMLq4iBoTy7xsR4 { width:1.875rem;height:1.875rem;top:112.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skV8U3eLIBIEVTXiM11p1IG1fi3KZ3kP { 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) { #RtVdILU9kMcgk2SFUpEgT08BJLv333Ik { 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) { #ykQ3tBXMFTPpWKTxFwpVA8AVxWD08XVn { width:1.875rem;height:1.875rem;top:135.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCdc7tZ9T7502ZLPlfD9scc9NNLwPggg { 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) { #IwXMuRe0TyrXgKTwRtncnyLWHPDbV3RP { width:1.875rem;height:1.875rem;top:159.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIpWsevZDrlprlrC8nHOKyk9bWaTROB2 { 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) { #lPEhN3lekiVZNHx65HoT1pO8t3r77qkv { width:1.875rem;height:1.875rem;top:181.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUCotlQgWeWenhT7DguKzo8fgf2TiNup { width:2.0625rem;height:2.0625rem;top:110.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyAZTQTkGNiCHWrtZNTg0ANzSidnagB { width:2.0625rem;height:2.0625rem;top:133.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVfa86HyUXPIzZnf7dWsO3JMi1kaeQ1e { width:2.0625rem;height:2.0625rem;top:156.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nik3sp0bIyspcgSGvn8vskGnTXCk67oi { width:2.0625rem;height:2.0625rem;top:179.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnULnFloyxOwcOfA00EqPATIFdFhGOp { 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) { #QzTxUbFgJoJTQCXeMSqrpwyMhvMRMHfP { 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) { #uQ2TQrTyc17calfOvKcCTST3QL8T9NSc { 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) { #ase8i7IKWO52rsox3zGNheWKwzDM9KDq { 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) { #eIEHbcJQxAqKa61aoo7nN7l1CffNv6qS { width:1.875rem;height:1.875rem;top:108.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT18ptkmTPiskFAGPcGMetIXAgQi5pN0 { 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) { #cyERIz7M1qaAdE5t8VBZ7mVoNE8EwXuP { width:1.875rem;height:1.875rem;top:131.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQ7XFJbpvWKrbPEUTon7frhqQAJZRKO { 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) { #kqUFoG2HAulTNT2CW4BhG4xOxp7tCNa5 { width:1.875rem;height:1.875rem;top:154.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDTnxcV2LzIhCd1P3tpgfll31ZGQx8b { 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) { #EUksX1Tea3lw0uFy2GiUkv4Nn6e6hSgX { width:1.875rem;height:1.875rem;top:177.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPX72Idspir59sqLemsub9ibTnAHxTSi { 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) { #BrSGcL2dzbQaqT6Ib1CbnDJCU3XGvsnP { 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) { #gTF3AMPHpRoxtUGOJdPB4B6UeIqLBKb9 { 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) { #R1Z8PqfXBG6KzezEARpQAM1vgPWzcwMM { 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) { #warcrhZiD917TfvfB72RzoenJ8rC8S2s { 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) { #HZyiqHT9Pg9dX0fiwcEc4gEMTLGZH0xy { width:16.8125rem;height:4.4375rem;top:99.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #berJEgEeQVIrop1krCKdqzAyrGioSTTL { width:17.5625rem;height:4.625rem;top:122.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7V5k5Wf9XXiO1aTXakye9ziLv08IFH { width:17.9375rem;height:5.0625rem;top:168.1875rem;left:1.0625rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #lmzDgEFSPinlQ7dT2WmX2uVgb04JZO1h { width:17.375rem;height:5.25rem;top:145.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSMITtRGcLskftXLSxaPOcurpiuI7XeE { 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) { #xtNhaCvEi2chD6nmP5eiFO7qKfRRThpK { width:8.25rem;height:1.0625rem;top:167.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqBqOchoBpR2epcteDAUmTpuwAQgKOcM { width:19.375rem;height:2.75rem;top:189.474609375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpDgGGF7mi7Ms3q3QRWNi02Ix6d7HeGe { display:block; }
 }@media only screen and (max-width: 763px) { #tD9sFF9NBvLSaoBk1cC25p0ETZfaUlBU { width:17.625rem;height:20.875rem;top:166.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmc0rkkxW9L3ihbJCtlTPkf2xW2oFvJn { width:17.625rem;height:20.9375rem;top:144.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxRKyqHOT2V1sfCpb7hLeWR5qJUCVMw4 { width:17.625rem;height:21rem;top:121.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsgPssKITTSTN87nTtQcmRAFswy6nid1 { width:17.625rem;height:21rem;top:98.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMtrZg9SFfnWEMeOhSDGgWWKbvPUNcL { width:17.625rem;height:21rem;top:75.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLVKFJ60r2yBm5a3TNd7yVTc4Q8wqqZ { width:17.625rem;height:21rem;top:53.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRZn37C0hnR9bw9WE6LRVbOR0Fdfb05e { width:17.625rem;height:21rem;top:30.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mngLf1H7ETvxE9IPF4TBWSsAPCSJEr { width:17.625rem;height:21rem;top:7.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az3FtxXRIyiKFP0GkcewzXldBde0D0xK { width:8rem;height:1.8125rem;top:115.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQBVRpvgPzZkaWg6mxcIfWDWiQmLbOI { width:6.375rem;height:1.625rem;top:116rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnHzBos9pRhU5wJsRMM7h8IfvZAsd2Tm { 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) { #LvK8F7t1DQNVmHGT7y35pED5hS2dFvcU { width:8rem;height:1.8125rem;top:139.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnfDbzw5MzITH5gmnG5LefFev7fWNNoa { width:8rem;height:1.8125rem;top:162.03125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tubh5O7xrPWqIGtUC5OomoxPfEnm1Khz { 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) { #SBiWpKBARHFipoOwpRsRvLw6toqPn5yN { width:8rem;height:1.8125rem;top:184.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ml0KCcDxenvzXHVuO9vOl8A0Bb2HXW { 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) { #JwP8m3KG6hOeKpnmnBtTPKaB7mFbAV5L { width:8rem;height:1.8125rem;top:24.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhp3DymiNDCmt57GKFpWFC6pvi28WHfU { 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) { #qCeqiismZNhweD0NTZk0941r5etqEPvB { width:8rem;height:1.8125rem;top:47.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAAl9sFmXuIHNnU5b7xkgSLf0kIlcBNQ { 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) { #BUiQWmWFaIqOFQaSlSCP1RJwhJVbvRH7 { width:8rem;height:1.8125rem;top:70.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgliFKSaPhPQTqElmqblA3hOTiJwGrId { 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) { #LG4y7xKl1VIQiFnWB3HT72SDrEh6LHxJ { width:8rem;height:1.8125rem;top:93.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddwZscMDGp8p6DT8c2HXbpn0Bq6Xt3sN { 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) { #HUt6Xd4cdd76P5eidb5iIKOqaMoqZgDL { 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) { #JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 { display:block; }#JOrO9fHKC9464aQVddJeDI4NHgQzgTN9 > .row .container { width:20rem;height:147.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhtL0OHe9lHsKlGevALUfK2VBJWTaNfh { width:20rem;height:3.0058625rem;top:1.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8qTBVZLKwBOCLlE4Bh6IntlGOM5XXc7 { width:8.75rem;height:1.8125rem;top:24.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUSm9OLmWHBwNMaT5lDI4RBb0LsB1fWH { 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) { #FStvOxORFRSL5fbVBD5o5qGuTirDD8qH { 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) { #hxeqghe5eXKo1rKWGgvHC3kK67KOU0Pb { width:18.5625rem;height:8.875rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZv58QD6WCJnIL74feVyAVZNti6COCh { width:19.75rem;height:21rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7Z9k0naRg9vfEezrXJwIXxsQTcrGBk { 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) { #mXar4fs5KR4dONGoZ6O2BByi9KS4UROs { 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) { #TyWNREAMyhN4OPWxJks38Jh6EJ3MgU6L { width:19.75rem;height:21rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2tNgI4LTCWTp7WpadIwSmi2hKPprsn { width:8.75rem;height:1.8125rem;top:47.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuwwEreQKtCEKpQz1O3M0WteD2ugI1pK { 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) { #MHnzmdiBb08MUNe3wE351qUE5zlQm7O6 { 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) { #hFGewccyoQVpu5dy0HkRiBpzVcL0gEcc { width:18.6875rem;height:8.1875rem;top:30.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtrWlQokA2vvHfy4uHezhXHnusOHRzI { width:19.75rem;height:21rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwV9PExui4defCHKlyRSVcyTOCynBHaR { width:8.75rem;height:1.8125rem;top:70.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W43aoUCy78siC7NIsuV0U4vVezWBCTqw { 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) { #ZrxytQmnhuJIbXUO9fHerUB3M7Gi46A9 { 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) { #hqHoi2ILlU9ozs3shs7wpzQb3e7uTbg7 { width:18.625rem;height:6.1875rem;top:54.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDnaS4CO6u4Ea24fTvLTCTCmrqxwmsfs { 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) { #TeRLbFtfVTTW7QDaUUHiLhHe2okX1Hiv { 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) { #vyhz1i4cxoUmuse2b5wTz3cDy47Th0xL { 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) { #ktC3PXq1eKBk55vSqzF7K1M4qrFJVFS8 { width:19.75rem;height:21rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82v8ENcHrQHaRg2JLiWh3lTWq7WXEoH { width:19.75rem;height:21rem;top:97.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chO2oAOq4s7GZBz3038FqfhRt35wCXAQ { width:19.75rem;height:21rem;top:120.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hFbSkw4dGENb8lqgitmUxQ8dN7Z19VWq { width:8.75rem;height:1.8125rem;top:93.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzsWMml7uQVIghA33Jql4TShuVqCTV9s { 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) { #XJeRbxgw3R2WxmadUJukBIFp2UysuLEx { width:8.75rem;height:1.8125rem;top:115.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXzUCSS5BKT16hhFLf999k1WFxVXzci0 { 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) { #eJQArgfcDdUBoe5wJPwIhFzm9OUWz1kH { width:8.75rem;height:1.8125rem;top:138.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFQpLSmbuyIAwV7DLdXhmSnUhVQEqlJ { 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) { #TJNDt3Fqvf7ZyTF1KlRD3nFMeQQ7Wd9L { 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) { #ExcXIcwuFRVXoRD0J6qXfl80kXfOix7u { 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) { #Tb8fJgSVH7MGvNQvPWAoWbaiLlHOkdP0 { 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) { #g6c2A6hdih3wUQs7h2610gZTWCi4pSfH { width:18.25rem;height:6.5625rem;top:76.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdM6VRkbi0l1fGsTUqTsn0X8eCCNxri2 { width:18.8125rem;height:6.625rem;top:99.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuIAoX2umD0h1ghm0zSpDT0GM83Izqp { width:18.6875rem;height:6.625rem;top:122.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANdbJe4J3WoI0D01D0R0DzbOef1caAVa { 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) { #MLBKanoGHdv33fyLhm3gtdp11xMbOw6M { 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) { #Xlmgr15uTJGlrTRCP2pTTNHJTMTsGgMc { 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) { #caqfz4EKUJpPwdXvdZLMyn7aNhzlK4bB { 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) { #TxTx0Un4o9ChESAXUCzOlXnIqXXtkZTA { width:18.875rem;height:2.75rem;top:143.537109375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfpboPpba7Ul0kbmAA5wPfeq6xO8M7CU { display:block; }
 }@media only screen and (max-width: 763px) { #srCTB44euqPQGOlJNh03XfNfXRoHxIwE { display:none; }#srCTB44euqPQGOlJNh03XfNfXRoHxIwE > .row .container { width:20rem;height:114.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tDnbC37tWBybwHDgmnQTEL8WlcwLAZmW { width:14.25rem;height:25.5rem;top:7.7rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON9JDkJ9UmaWLSp88e00cPqyqnF6lKOf { width:14.25rem;height:25.5rem;top:34.45rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpT1cAWqdQ1bZQPyeOL0lJq2wL27wr3 { width:14.25rem;height:25.5rem;top:61.2rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8CvH9eFO9SkeIwmo7G4nnsoa6wLgyhO { width:14.25rem;height:25.5rem;top:87.95rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTasC8NCAvPgIlCVVZvsN4UFLSEyOyR { width:16.25rem;height:3.575rem;top:1.625rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9.adaptive-delivery-prevent-bg, #wm5d7qIBtxkTWLuXptTOateHfP2VwGT9.lazyload, #wm5d7qIBtxkTWLuXptTOateHfP2VwGT9.lazyloading { background-image: none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container { background-color: transparent; background-image: none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #dde5ed; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container > .video-iframe-container { display: none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #dde5ed; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row > .video-iframe-container { display: none; }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .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); }#wm5d7qIBtxkTWLuXptTOateHfP2VwGT9 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To0F5R9vsWo1gwE3GwdRNksXDZT1ekAz { width:18.1875rem;height:1.7871125rem;top:0.76220703125rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ.adaptive-delivery-prevent-bg, #hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ.lazyload, #hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ.lazyloading { background-image: none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container { background-color: transparent; background-image: none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container > .video-iframe-container { display: none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row > .video-iframe-container { display: none; }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .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); }#hlLxZffThhbJaCx1RJ7iJsDykSLGx2XQ > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ7pfdy8gE7nTeNupM5liN0uS3BvW46o { width:14.25rem;height:25.5rem;top:1.0750007629394rem;left:2.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wG3VzDtger7VD8CMcnux6vgbv8H4i4tg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg.adaptive-delivery-prevent-bg, #wG3VzDtger7VD8CMcnux6vgbv8H4i4tg.lazyload, #wG3VzDtger7VD8CMcnux6vgbv8H4i4tg.lazyloading { background-image: none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container { background-color: transparent; background-image: none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container > .video-iframe-container { display: none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row > .video-iframe-container { display: none; }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .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); }#wG3VzDtger7VD8CMcnux6vgbv8H4i4tg > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x31nmbtnykITAqHo6m6tI4JhKUiptMeO { width:14.25rem;height:25.5rem;top:1.0750007629394rem;left:2.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t.adaptive-delivery-prevent-bg, #HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t.lazyload, #HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t.lazyloading { background-image: none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container { background-color: transparent; background-image: none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container > .video-iframe-container { display: none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row > .video-iframe-container { display: none; }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .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); }#HCHhiDw3KIagEyTiUlKfKtkeh11DmG2t > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAK07M3Cx7PWKI0IGLzeBbSeoCsLBQDJ { width:14.25rem;height:25.5rem;top:1.0750007629394rem;left:2.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf.adaptive-delivery-prevent-bg, #aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf.lazyload, #aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf.lazyloading { background-image: none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container { background-color: transparent; background-image: none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container > .video-iframe-container { display: none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.92); }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row > .video-iframe-container { display: none; }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .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); }#aXEMOzhHxhuvT3mJqLcGC9Xl7Bnoskcf > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umqtEvWPQtkvrXDd1bzxw4swsTBtUL9b { width:14.25rem;height:25.5rem;top:1.0750007629394rem;left:2.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 { background-color:#dde5ed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row .container { background-color: transparent; background-image: none; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row .container > .video-iframe-container { display: none; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row > .video-iframe-container { display: none; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .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); }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row .container { border-width: 0; border-radius: 0; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QynJlhPx0FXPEv6vXssTclNgPw5U7mX3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAwKzgCf9dSuqUaP9hXkstp6yIdDJ1g5 { display:flex;top:0.4375rem;left:4.8125rem;width:1.875rem;height:1.875rem;z-index:15003;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #f438zEaLKNltftGy15PSZSPZ91vUGhQs { display:flex;top:0.4375rem;left:13.3125rem;width:1.875rem;height:1.875rem;z-index:15004;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RqpExsvAeVJtN2JIACUlU0as1zzivMsr { top:1.0562496185302rem;left:7.53125rem;width:0.4375rem;height:0.4375rem;z-index:15002;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #mCW3i5OnTPvIofTDL4izwN5TikUAxlrT { top:1.0562496185302rem;left:9.03125rem;width:0.4375rem;height:0.4375rem;z-index:15003;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #NMMUTeLbKmCSfc5dCvsrqXOtJReWKhZG { top:1.0562496185302rem;left:10.46875rem;width:0.4375rem;height:0.4375rem;z-index:15004;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #O4t3fPGI0in0UQVJmcI6GaO58tB8TaSG { top:1.0562496185302rem;left:11.84375rem;width:0.4375rem;height:0.4375rem;z-index:15005;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP { background-color:#000000;background-image:none;display:block; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container { background-color: transparent; background-image: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container > .video-iframe-container { display: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row > .video-iframe-container { display: none; }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .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); }#C76Kd8p6xpk7HtD8s6CVWxPtzF8ORZxP > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2079256d4f8ae75bb86551de6093d4f { width:20rem;height:2.5996125rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bf5e76b951f792560c34d3f3559753d4 { width:20rem;height:2.11230625rem;top:3.7250175476074rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbd9b1bd9776e7b3876ede43672e42b3 { width:20rem;height:2.761725rem;top:21.412504196167rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5f1055957b7163cd6881969ea0493d { width:13.4375rem;height:3rem;top:25.049997329712rem;left:3.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w998c5570a984af152a3ffbb8465a644 { display:block; }
 }@media only screen and (max-width: 763px) { #c5d4179ad24be71d5bd27d054d8990df { top:5.8355035781861rem;left:0rem;width:20rem;height:17.7495625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n81ed3ddb2fc3ad3e8f2c14c225bcbd5 { width:20rem;height:1.29980625rem;top:28.66250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL { background-color:#ff6900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row .container { background-color: transparent; background-image: none; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row .container > .video-iframe-container { display: none; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row > .video-iframe-container { display: none; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .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); }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row .container { border-width: 0; border-radius: 0; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKdyK2ny9Z36gu2Ilkfp2v6IP7p44uQL > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a72e1b4-3b29-4c85-b4d9-11ebb3ff3c56/bc229857websiteheroimages1_10000000lj0u00ne000000.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb.adaptive-delivery-prevent-bg, #Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb.lazyload, #Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb.lazyloading { background-image: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container { background-color: transparent; background-image: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container > .video-iframe-container { display: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row > .video-iframe-container { display: none; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .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); }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container { border-width: 0; border-radius: 0; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kco84y5nIDtEJaxFGNxtwsgfkrJFxfeb > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfRG4d8tRMGhRc1G9CiDhO8lTTSmqPqG { width:16.75rem;height:17.25rem;top:10.125012397766rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6v0F0paPhTi9MQuIM45oKpkrWfCaiF3 { width:13.6875rem;height:0;top:39.0625rem;left:3.125rem;font-size:2rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yU9N4QO3U43blHgqzCimWfTrQvbToJNJ { width:8.5rem;height:3rem;top:53.887500762939rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldeOXadpfy0ZOP6APx2lI7400k2TL7s2 { width:8.5rem;height:0;top:42.9125rem;left:5.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xa8WEevbduinaGBiVdnHZMqHGCzorf2f { width:15.5rem;height:0;top:2.8875179290771rem;left:2.25rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mo7TrEVdy7DZsJ39qR1DvvkCf2wnyV19 { width:15.875rem;height:1.875rem;top:28.25rem;left:2.0625rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y { width:16.436625rem;height:0;top:42.198352336884rem;left:1.0677084922791rem;font-size:1.0625rem;color:#ffffff;display:none; }#DpRIuBBHtWQoMq3O17EerJTm7aXHvf3y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
 }@media only screen and (max-width: 763px) { #yfVJzMWuUsdw21FKz94fBiuhyhrGDWFu { width:14.8748125rem;height:0.24991125rem;top:30.810101509094rem;left:2.5621447563171rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vNKowx9a86rrM7K1cNThhcFpSvPK2Kot { width:7.3125rem;height:0;top:47.574989318847rem;left:1.2375001907349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8nfwEk5MTZc2TPmOQt4J65zxWeRXsW1 { width:2.5rem;height:1.49956875rem;top:49rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWF0SB08GXBToOus1nSHbck3PHN4vBoW { width:2.125rem;height:0;top:49.875rem;left:7.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztMI0HmP0aFQbBphD6xym4vb9VCaWSBL { width:18.3125rem;height:2.03125rem;top:1.4375rem;left:0.84375rem;font-size:1.5625rem;color:#ffffff;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaZ3axdebnb7aM0Iesst86NivImyxLNP { width:17rem;height:4.72411875rem;top:3.59375rem;left:1.5rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;z-index:15008;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV { width:17.874375rem;height:8.90625rem;top:31.6875rem;left:1.0625rem;font-size:1.0625rem;color:#ffffff;z-index:15009;display:block; }#vEDxqsr5CBCg7bcL1IU38Ao2smmZJUiV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
 }@media only screen and (max-width: 763px) { #mcJzTPXP9WWoG5oz1rT6vfpWi0GZFXT5 { width:7.3123125rem;height:1.381225rem;top:49.125rem;left:2.0625rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #MCz0zUqF49bWixppcei8ZIv4TmCPR4Dq { width:2.12456875rem;height:1.381225rem;top:49.125rem;left:9.375rem;font-size:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UiffOdFGlxmsJQF5trT3HndhXdZNMNnC { width:16.75rem;height:17.25rem;top:9.675000190735rem;left:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ { width:16.4375rem;height:0;top:50.374999046326rem;left:1.75rem;font-size:1.0625rem;color:#ffffff;display:none; }#QSQrAuNTPkfsvfPR23ftrKgodkCCVyrQ li:before{  }
 }@media only screen and (max-width: 763px) { #qVNhrg19vPTUebwRaCmnlUPc4aTDG56p { width:17.874375rem;height:7.3125rem;top:40.5625rem;left:1.0625rem;font-size:1.0625rem;color:#ffffff;z-index:15010;display:block; }#qVNhrg19vPTUebwRaCmnlUPc4aTDG56p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc3215272f476236ff9e6bbd6f6a6b73dc6f610.svg); }
 }@media only screen and (max-width: 763px) { #nwROT71F7p7R0ifPaV5xfPWAyypSWdbr { display:none; } #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection *:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="text"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="email"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection input[type="tel"]:focus-visible, #d8eece364e3a5f61e0c8710bd2df1e4d.widget-smartsection textarea:focus-visible { outline: none; } #nwROT71F7p7R0ifPaV5xfPWAyypSWdbr > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #eydTil04utSvLhuBTekTbpsN8Azi4CC9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ac518c-5cc8-49c8-8afc-b7421151a533/Zrzutekranu20250813184244.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9.adaptive-delivery-prevent-bg, #eydTil04utSvLhuBTekTbpsN8Azi4CC9.lazyload, #eydTil04utSvLhuBTekTbpsN8Azi4CC9.lazyloading { background-image: none; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row .container { background-color: transparent; background-image: none; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row .container > .video-iframe-container { display: none; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row > .video-iframe-container { display: none; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .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); }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row .container { border-width: 0; border-radius: 0; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9::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; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eydTil04utSvLhuBTekTbpsN8Azi4CC9 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO5FpaU45008WaTeWeEOeRWinZpLyCPX { width:3rem;height:3rem;top:2.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TCTKypq4qDV9ZI6VA6yTorOGZcJ7Nr { width:12.8125rem;height:1.6875rem;top:6.0312509536743rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvUx9usZnNCdGvosLEP3fvEgTUU4Diz { width:12.25rem;height:2.7246125rem;top:7.875rem;left:3.875rem;font-size:1rem;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ac518c-5cc8-49c8-8afc-b7421151a533/Zrzutekranu20250813184244.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh.adaptive-delivery-prevent-bg, #yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh.lazyload, #yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh.lazyloading { background-image: none; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row .container { background-color: transparent; background-image: none; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row .container > .video-iframe-container { display: none; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row > .video-iframe-container { display: none; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .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); }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row .container { border-width: 0; border-radius: 0; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh::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; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yoRB8nvsURswI4ChK78W1nrGVP4NZ4zh > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJkhpA3JauS9IsGDdtZnTbQBKE8hyRxd { width:12.8125rem;height:1.6875rem;top:6.0312509536743rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olm0PFthMHI6fUCKAonMqZ7Wl0ZTeDSf { width:14.75rem;height:2.7246125rem;top:7.875rem;left:2.625rem;font-size:1rem;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #ATkxmbPm0Xu6twTX7EX8hSvEgHEmCRqF { width:3rem;height:3rem;top:2.8124866485596rem;left:8.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ac518c-5cc8-49c8-8afc-b7421151a533/Zrzutekranu20250813184244.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT.adaptive-delivery-prevent-bg, #nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT.lazyload, #nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT.lazyloading { background-image: none; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row .container { background-color: transparent; background-image: none; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row .container > .video-iframe-container { display: none; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row > .video-iframe-container { display: none; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .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); }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row .container { border-width: 0; border-radius: 0; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT::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; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUJEOK3NmuWn1LRehQUdFJsqbpopHQsT > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqiAvdmPvLwqhWAeL4xt2hZL3LJkmgJG { width:12.8125rem;height:1.6875rem;top:6.0312509536743rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkZ09oH0DCgNbrS49zLQr9E3LpWnI8eB { width:15.9375rem;height:4.0869125rem;top:7.875rem;left:2.03125rem;font-size:1rem;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #UcyRK6IbkbTWdAKEALeKEV1PMVdb2ORd { width:3rem;height:3rem;top:1.9875011444092rem;left:8.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mcgP8L1ClHrHsi239VRlIhEht20UB47B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ac518c-5cc8-49c8-8afc-b7421151a533/Zrzutekranu20250813184244.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B.adaptive-delivery-prevent-bg, #mcgP8L1ClHrHsi239VRlIhEht20UB47B.lazyload, #mcgP8L1ClHrHsi239VRlIhEht20UB47B.lazyloading { background-image: none; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row .container { background-color: transparent; background-image: none; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row .container > .video-iframe-container { display: none; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row > .video-iframe-container { display: none; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .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); }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row .container { border-width: 0; border-radius: 0; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B::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; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcgP8L1ClHrHsi239VRlIhEht20UB47B > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZb9bCgirrvV2Vtr2DlmQ3Eax1dJIG4A { width:12.8125rem;height:1.6875rem;top:6.0312509536743rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9URv7HplX9ksZPOqWteulX1kBVwmTZ9 { width:17.8125rem;height:5.44921875rem;top:7.875rem;left:1.09375rem;font-size:1rem;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #eeub7AHSxJWTt4KLDUdWac38dABvROFk { width:3rem;height:3rem;top:1.9874992370606rem;left:8.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ac518c-5cc8-49c8-8afc-b7421151a533/Zrzutekranu20250813184244.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8.adaptive-delivery-prevent-bg, #ffi7ynl5fde6EechRGdy9XyXJmdg1nK8.lazyload, #ffi7ynl5fde6EechRGdy9XyXJmdg1nK8.lazyloading { background-image: none; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row .container { background-color: transparent; background-image: none; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row .container > .video-iframe-container { display: none; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row > .video-iframe-container { display: none; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .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); }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row .container { border-width: 0; border-radius: 0; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8::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; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffi7ynl5fde6EechRGdy9XyXJmdg1nK8 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9eD7wEtf42t35l0xQm1tz1sk5SSTtT6 { width:12.8125rem;height:1.6875rem;top:6.0312509536743rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOqbTyr0Ez8SyMB1kcOe4KUCmEypl5Gs { width:15.5625rem;height:4.0869125rem;top:7.875rem;left:2.21875rem;font-size:1rem;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #Z65W5ko8451ukobLvlrPQ2p3IZOhTfNa { width:3rem;height:3rem;top:2.2375011444092rem;left:8.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ac518c-5cc8-49c8-8afc-b7421151a533/Zrzutekranu20250813184244.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1.adaptive-delivery-prevent-bg, #ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1.lazyload, #ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1.lazyloading { background-image: none; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row .container { background-color: transparent; background-image: none; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row .container > .video-iframe-container { display: none; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(221,229,237,0.2); }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row > .video-iframe-container { display: none; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .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); }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row .container { border-width: 0; border-radius: 0; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1::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; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZlsWPJDfcfTFXtMZScFpS7nKEGMqF8l1 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt16BZzaJovQcO2ByDNHWDemRVkkP453 { width:12.8125rem;height:1.6875rem;top:6.0312509536743rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7e7noFmRE2C8f1U4z0G1iBo8IEMRpoC { width:15.5625rem;height:2.7246125rem;top:7.875rem;left:2.21875rem;font-size:1rem;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #PfsTEktz4DQ7xnUEDkoesheG5sZrcTJx { width:3rem;height:3rem;top:2.0500011444092rem;left:8.5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU { background-color:#dde5ed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row .container { background-color: transparent; background-image: none; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row .container > .video-iframe-container { display: none; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row > .video-iframe-container { display: none; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .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); }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row .container { border-width: 0; border-radius: 0; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yN7XSNzCpz84ifbSKbNRe9LTl2Was3tU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sly9kKy8s68RLlkItnWvokhXXeaOmlvU { display:flex;top:0.4375rem;left:3.5rem;width:1.875rem;height:1.875rem;z-index:15003;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rQ6zUKIFpyXZA3vCzSuENai35Ta1IvAW { display:flex;top:0.4375rem;left:14.625rem;width:1.875rem;height:1.875rem;z-index:15004;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IG8S1KygW2h98sUr3zAXNQpb3kEiIwZ8 { top:1.0562496185302rem;left:6.21875rem;width:0.4375rem;height:0.4375rem;z-index:15002;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #A3U11ZatdLOGJ78Rheni5auV8UPmzhv4 { top:1.0562496185302rem;left:7.71875rem;width:0.4375rem;height:0.4375rem;z-index:15003;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #sNh8dxKxOTXV6fThhOSg7ZgoDTh2ICUW { top:1.0562496185302rem;left:9.15625rem;width:0.4375rem;height:0.4375rem;z-index:15004;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #NicTTTzpbQmsfzu03AfnIOVry49K84EN { top:1.0562496185302rem;left:10.53125rem;width:0.4375rem;height:0.4375rem;z-index:15005;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #wd5zHe3arwVzMssWr2aRrQb3eNUFvg9t { top:1.0562744140625rem;left:12.03125rem;width:0.4375rem;height:0.4375rem;z-index:15006;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #a3KnEByROkNssRtK0iQ4okIpBTBMPU2E { top:1.0562744140625rem;left:13.53125rem;width:0.4375rem;height:0.4375rem;z-index:15007;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #JhQFTylveToHbh6IFbKTTZg65twhDS2S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1239377f-f3cc-4eba-b9ac-f00f5e38998e/d0bff4f2wemobbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S.adaptive-delivery-prevent-bg, #JhQFTylveToHbh6IFbKTTZg65twhDS2S.lazyload, #JhQFTylveToHbh6IFbKTTZg65twhDS2S.lazyloading { background-image: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container { background-color: transparent; background-image: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container > .video-iframe-container { display: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row > .video-iframe-container { display: none; }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .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); }#JhQFTylveToHbh6IFbKTTZg65twhDS2S > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWhBZwJmEq9GS4TwcFionwTnkiCJvzJ0 { width:20rem;height:2.03125rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daRGBcRa1r7iLngZTwkZLq7nF82snoK1 { width:18.3125rem;height:3.1497375rem;top:4.09375rem;left:0.84375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T6RsgfmTsJffS4Ufy0DRZWoUIkFIwHVX { width:20rem;height:12.988505747126rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcqSin1mvHWOORmBzpI8XNzUZwxs3Nf { width:20rem;height:12.9885625rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnXk16Dp4Lg3CfXa3AbsV9HiFL4d0hr { width:20rem;height:12.9885625rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbo8y2pwBkdsdTRPr6uSy9mJfsEtrBiO { width:18.25rem;height:1.6875rem;top:21.375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQg9D0c083GCyoRoJJdNKsvUgPHmpWll { width:20rem;height:1.6875rem;top:38.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRpZww7TIh04RbQqTWxZTst1NXPOW3gp { width:20rem;height:1.6875rem;top:55.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqzPsAZcfIPvUc1NEFWdqaTa6KlwSD8D { width:13.4375rem;height:3rem;top:59.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfZgdPwq5HSGMx4WrLz1WZKO5zybfogQ { display:block; }
 }@media only screen and (max-width: 763px) { #ChbfO0xW6KKsTszbVDCyLcvX29N031gF { display:none; } #X5740dd62197df6626a7da6de4b74281.widget-smartsection *:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="text"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="email"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection input[type="tel"]:focus-visible, #X5740dd62197df6626a7da6de4b74281.widget-smartsection textarea:focus-visible { outline: none; } #ChbfO0xW6KKsTszbVDCyLcvX29N031gF > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #WV1uKuceIXWTz8x6MSbRHF7GgnXakinH { display:block; }#WV1uKuceIXWTz8x6MSbRHF7GgnXakinH > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNTuOUNStSpsBPeK5ueoV0mryf8liXM8 { width:15.375rem;height:4.0625rem;top:1.5312509536743rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpU9l3uSPqcw9RVyBom11VK9inAqolmL { display:block; }#BpU9l3uSPqcw9RVyBom11VK9inAqolmL > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6P7vbHsT75iFXuThba4y1Fe1I8lLZm4 { width:20rem;height:19.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbr0Bd0B20xP0vJJRqy5Fo9QeMdzBnzO { width:18rem;height:11.25rem;top:4.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDlszurcCR4uIvnP4yVH2osuC6rWOMeT { width:4.3125rem;height:1.40625rem;top:17.0625rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohb8GVfSXzbi96yXEPhXqJ8sRdUby5To { width:8.3125rem;height:1.5rem;top:17rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFdMRFRt0CMlF3ud0gU58bo5okchmmkO { width:6.25rem;height:1rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKzOqTe3Dn8dLrVo31z1ykVpgHcTt8Oh { width:1.0625rem;height:1.0625rem;top:17.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ { display:block; }#IdkGb2uWksIi95QGghuqyBJQ1k15GBNQ > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgk4ftSNUJ9i2EGC7FvrQpuLXeTzUIlI { width:20rem;height:19.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtdhmfoaB9crgUQZhFXA0EkfyVJRqNi { width:17.5625rem;height:11.25rem;top:4.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTW55Olu7m12JeU6OT0MMxKdTSLT5dq { width:4.3125rem;height:1.40625rem;top:17.0625rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKV7wLA1ysX3mktbPGfXXz32hO59r7WC { width:8.3125rem;height:1.5rem;top:17rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV3ik7uqkHvw94QFmDyGvXayovpzwMu2 { width:6.25rem;height:1rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlfzwHi2oZw3Dp22i6AewdOWQsQEHZe { width:1.0625rem;height:1.0625rem;top:17.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp { display:block; }#AP1MxheLzgLvuxWVF96pDUhu7QQKIEKp > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfT1TAeshQqJ9BTMsTty4OqTdFf8ii2z { width:20rem;height:19.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2JbJKd6Vf0ZC5Pb826S3snF9TmUa8Ze { width:17.5625rem;height:7.03125rem;top:4.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdg0bsfk10yZy81gaVApFUmJ82WLMDV { width:4.3125rem;height:1.40625rem;top:17.0625rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftiISaLmVmLskmPZH8zViCEh4JhaqE9n { width:8.3125rem;height:1.5rem;top:17rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVPgt7GJpzyGT7z09uwE9XJidv6JnxA1 { width:6.25rem;height:1rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfz9JhpE3ds4UWhK2ISQ0Km3gUdk1zfq { width:1.0625rem;height:1.0625rem;top:17.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZisrROc1NAg2LurT6AJBatr4xJ89Ts { background-color:#25292b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row .container { background-color: transparent; background-image: none; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row .container > .video-iframe-container { display: none; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row > .video-iframe-container { display: none; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .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); }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row .container { border-width: 0; border-radius: 0; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxZisrROc1NAg2LurT6AJBatr4xJ89Ts > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiDrLnaSOOvuOk6isVyNhr263asbofiO { display:flex;top:0.4375rem;left:4.90625rem;width:1.875rem;height:1.875rem;z-index:15003;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GC20ra5Lpeg7dWVuWtAwgwxTThUpXNv5 { display:flex;top:0.4375rem;left:12.15625rem;width:1.875rem;height:1.875rem;z-index:15004;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #x6Xh2MoT4L3VcS7gXQMbfHmSIBO4xBFm { top:1.0562496185302rem;left:7.65625rem;width:0.4375rem;height:0.4375rem;z-index:15005;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#25292b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RKwn9VL70dMxHgCiTaViFDeM737UZhQr { top:1.0562496185302rem;left:9.09375rem;width:0.4375rem;height:0.4375rem;z-index:15006;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#25292b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #op5EM6OMCTUwgxu6inTJz0dt97RNmEp5 { top:1.0562496185302rem;left:10.71875rem;width:0.4375rem;height:0.4375rem;z-index:15007;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#25292b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e { display:block; }#F0uJ3EERdqKwR9fF1xI4EEptA68e2B6e > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTy3GQoTtmJTT8TOgmzTDNNQN9On59iW { width:20rem;height:11.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3myAZVwzdevhk8wE49IRzJpbehxRkdu { display:block; }#d3myAZVwzdevhk8wE49IRzJpbehxRkdu > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A82IhV9Cw0VmO9WnMIbL1NTVngcATkah { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS33WiQ4XcMIS218TMuVCWB7AoNXVs4x { width:20rem;height:0;top:5.1rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWsymIReMLB0Jbf3z0ekqdx0c7Vpb9iI { width:13.4375rem;height:3rem;top:24.537499427796rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt7nMm90qlFWOMoMdpbi5NOOuoTI5f2y { display:block; }
 }@media only screen and (max-width: 763px) { #tw0hEKQXNxPrTwc4ikGQafhZfDgCymCg { width:17.3125rem;height:5.625rem;top:3.9000005722046rem;left:0.92500019073488rem;font-size:0.9375rem;z-index:15012;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #zlTKAzNlZNlES1srA016ta7twxm1W2rk { width:16.625rem;height:17rem;top:8.0374994277956rem;left:1.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT { background-color:#dde5ed;background-image:none;display:none; }#rBMJ2eQqFJpk1qHkKCpENUb1TR5NCbmT > .row .container { width:20rem;height:80.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IVBkoi3P00TTX7ttrD8MkElUiuDPLFJA { width:20rem;height:2.03125rem;top:1.9999570846557rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdDSyZfTTRk8C6dehW1uoN8LqPhIzT5 { width:11.3125rem;height:1.78125rem;top:23.1125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LFNi89sNNpLGBqzZb3AksLruqlanJk { width:6.5625rem;height:29.125rem;top:50.0125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6SQRPLxTcQSbl4DfrlmsS8etTXPu6Z { width:4.375rem;height:2.5rem;top:51.2rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiS4aJfOgtk6xJdzF7LkygTAucMqJIUH { width:6.8125rem;height:0;top:7.7rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttwpWP85WZBrLnQ8zru1KOQIMTC7vhJO { width:6.8125rem;height:0;top:11.35rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfrTMaLbQQzr4L2M0KV9QnTxOwW7rptx { width:6.8125rem;height:0;top:15rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT1xnvUP2ucfIxvmAqZgsgqHRqUh49cB { width:6.8125rem;height:0;top:18.65rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7oPcmJmUG9FU5LkHEXOOzwJHcgVgpCN { width:20rem;height:0.0625rem;top:22.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn0esD4x9CsobJ0gD0KPxKGTSQ1wHq2M { width:20rem;height:0.0625rem;top:26.14375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklhCHe7UTEvn7cOsETPKVG9kgmGdxqD { width:20rem;height:0.0625rem;top:29.9875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7bSMT6THzW4iAiy04U2pzO2waE72SE { width:20rem;height:0.0625rem;top:34.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22B2tm27q4Ma8wsH4puy86qPbhQoUQL { width:20rem;height:0.0625rem;top:38.2125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRt8K3ipNADkQdAHPIkqTxUelBtgxpL7 { width:11.3125rem;height:1.78125rem;top:26.95625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CNaAXEGVwFTQfIngosyzxKPMCnmEsG { width:12.75rem;height:2.6125rem;top:30.2375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFpNDSEXydxWLPZxJSmmQ0Q53TftbLf { width:12.75rem;height:2.6125rem;top:34.35rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whzmCupmkxSzKJSDgNNbE7mNTJB6VFJP { width:12.75rem;height:2.6125rem;top:38.525rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHB6vZ0XTnkHuz3eeHTxwlmPpb0UOJAk { width:20rem;height:0.0625rem;top:42.3875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4mXh0sOc2KTX9ASRsXodFyv3Uqcely4 { width:11.3125rem;height:1.78125rem;top:43.2rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM71Fw1MX1x2t5sNTZ59ozitzHAITce5 { width:11.3125rem;height:1.78125rem;top:46.98125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgML57EtVpETQb6gBkcgQ31pUOz4bEQ { width:20rem;height:0.0625rem;top:46.23125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWneZ7xJX8odlRx5FcUuCvV8bTplwCng { width:2rem;height:2rem;top:55.7rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHM2CkibTARAgMqlxX3fknCViOEMzHWS { width:2rem;height:2rem;top:59.075rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZyJg4cCdS89376E98n29bCenLx47Od1 { width:2rem;height:2rem;top:62.5125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO4zNR6u6lgpNd5NKgGP4WeWSg6S3mt3 { width:2rem;height:2rem;top:65.95rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9SLCJqZiGbTq37AJbDGg9rc7ytz8UC { width:2rem;height:2rem;top:69.3875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3QF4uPOcXCUn9VD8JMGS6PtdJQMof0 { width:2rem;height:2rem;top:72.825rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSL999MyaFQMpwgtDIbdUoUhy0J8AWbc { width:2rem;height:2rem;top:76.2625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUHzPKg3lxeSQMFDKHaMTNTtic3whJJ8 { width:1.5rem;height:1.5rem;top:23.2375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xtGb4OgwHq7Dhp0Gfwl8axKLHFvmcJ { width:1.5rem;height:1.5rem;top:27.14375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONXnmJ9p3PBUvb4NU4FrHQTWfQoR4nTc { width:1.5rem;height:1.5rem;top:30.925rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv41xQP5ctdQqZEbtVRSgHhUycHo6lZq { width:1.5rem;height:1.5rem;top:39.275rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6RPiCwBR87Xyv3V1ToPSAtZ4V1W7fJO { width:1.5rem;height:1.5rem;top:43.3875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPDLFQl10ibVPpLWnaqpXWMeIqtbGexL { width:1.5rem;height:1.5rem;top:47.16875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcnbGIpuv9cGd3CktUlZ6WTT5xHdbuqE { width:1.5rem;height:1.5rem;top:23.2375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Vk80aR0u3eW5RLbKWy9bEpIZmQbsmT { width:1.5rem;height:1.5rem;top:27.14375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAq5igV6lHJnDuBIOTGcXObZVonMQkQ { width:1.5rem;height:1.5rem;top:30.925rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdzk1WHkaCRpJLvoc03BH1VFZTakzgS5 { width:1.5rem;height:1.5rem;top:43.3875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH1bZQZfAWMQwKbplolmkxDrb0qhDn5K { width:1.5rem;height:1.5rem;top:47.16875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCgIrqtxKEgEwaNktWqv8aUqh5MJMMFg { width:1.5rem;height:1.5rem;top:23.2375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd10oLaK55HoMD9LB4ra9unrpT8s6CzQ { width:1.5rem;height:1.5rem;top:23.2375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcrwDBdTp82tedWd6w4P7TXlbFQZdvbX { width:1.5rem;height:1.5rem;top:35.1rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOdwIt3raGpe7eFFCimDFTOFDGSOroCE { width:1.5rem;height:1.5rem;top:35.1rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1l6St3q7K9vq15A9IHhQxsBD0hM3NP { width:1.5rem;height:1.5rem;top:39.275rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCm6GWTgbpfVBc1ZkzbXNHtnI2mStZeH { width:1.5rem;height:1.5rem;top:43.3875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqxKKcADXUaBUKGPfm3OSASQVheBnDTF { width:1.5rem;height:1.5rem;top:47.16875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtdUlS7dimUPg2DIiLm3kcrQBtowAux { width:1.5rem;height:1.5rem;top:47.16875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGSK4SLWPv3E76ZUkT2Qu7HTozQ4gbnF { width:1.5rem;height:1.5rem;top:35.1rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEW0prwiWaZgk5BD3uQLxb7L3GWXCif4 { width:1.5rem;height:1.5rem;top:35.1rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swuy9H7OnlZ9WPK2Ki0WhCnMU170TpST { width:1.5rem;height:1.5rem;top:39.275rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA9a2tTG5KpSgiffyw3AWWeQTQJlnxFG { width:1.5rem;height:1.5rem;top:27.14375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTrOq4z7Ht8uGHUMTELsI7E8o9OlOOP { width:1.5rem;height:1.5rem;top:30.925rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7f78To9V392zQNgAlcz7fTXO9pIDDVB { width:1.5rem;height:1.5rem;top:39.275rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WknOBNcd0otWWUbpubwNpzJ0ODiUGfPf { width:1.5rem;height:1.5rem;top:27.14375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwVtqRhwF1ETXeFakFDqhAN8qsDkzn3I { width:1.5rem;height:1.5rem;top:30.925rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncMZ0wt9vchyxEfe8XhBNTosHA8EXRqy { width:1.5rem;height:1.5rem;top:43.3875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM { background-color:#dde5ed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row .container { background-color: transparent; background-image: none; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row .container > .video-iframe-container { display: none; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row > .video-iframe-container { display: none; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .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); }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row .container { border-width: 0; border-radius: 0; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CM4xaTIKZ4yZ1fmEzmzCpbOkfBWlJeZM > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWuVcSCeiTihbK37GngpuQ3DOlIkEhTw { width:20rem;height:2.03125rem;top:1.9219017028809rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq { display:block; }#R2WsohaQMuusdPiD2wlmMnZlbkSxmgVq > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcNzh6mEFGl9lTyay68c2aTdV4uGCLui { width:6.8125rem;height:0;top:7.7rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VKefn7LKNmJWBrulITi1pQOqRfoTMOtw { width:6.8125rem;height:0;top:11.35rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iFuPVdkpEbeXS9h8V88ifCQkaREGLST7 { width:6.8125rem;height:0;top:15rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F6qbC51sH2wHwD8T5qP4ZTraKHSoVx1u { width:6.8125rem;height:0;top:18.65rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BH115TITbsyL7Qxqw9sliGsLikhQF78k { top:1.25rem;left:0rem;width:20rem;height:30.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #VlVuUdTOnpRE1bqk0SeBZL7nU2yFaU6g { display:flex;top:35.0625rem;left:11.0625rem;width:1.875rem;height:1.875rem;z-index:15005;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fgdaUBn1NHZUgD2EEf9X74NMGT00D12P { display:flex;top:35.0625rem;left:7.0625rem;width:1.875rem;height:1.875rem;z-index:15004;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rNkVRhrXPglLfXZhRyJBHuaWt5545dtk { display:block; }#rNkVRhrXPglLfXZhRyJBHuaWt5545dtk > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nic9qSvSsDrDVuhiOrL0zn75n10T1sk2 { width:7.0625rem;height:2.3125rem;top:7.8250007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZKxuU1K2WiX7NnXxEhZhZa7c3Ro9blT { display:block; }
 }@media only screen and (max-width: 763px) { #TLwvizxM6wdgtkecpMkDPoUUFlyk3E34 { width:5.6875rem;height:2.3125rem;top:7.8250007629394rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC9gI9mkt1fTCEtpqC7bIVAbm92rbcxw { display:block; }
 }@media only screen and (max-width: 763px) { #CLTtRaI4GfAoA1HwLQneXbHeTXV74MSl { width:5.9375rem;height:2.3125rem;top:7.8250007629394rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPvGH3vHGTrZAAhByyEAv0cudVKrM2Cy { display:block; }
 }@media only screen and (max-width: 763px) { #L7ab3eh33R4HfctFDV48iumchAXAnIp5 { width:20rem;height:2.03125rem;top:2.2625007629394rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPT9OVk39drcamW14yHGQz1gobT1Lk0 { display:block; }#osPT9OVk39drcamW14yHGQz1gobT1Lk0 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.1;overflow:hidden; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T { display:flex;height:auto;width:17.49875rem;top:0.0625rem;left:0rem; }
#IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kxKpDKAr6HXsNCnz6fLO0lhkN6APRb7J {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SZXPhdaZLRs2GZQ4wuJytvxPkaa11WTl {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #bqSEO74g55leav5k34VX9uz4vnlZr2nE {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #k2xdcwqZNlbMbIqWwbiQNccMipcp1UlT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #x0r4hLdUMR4b9pNsZET6KWv3eANmVQU2 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #sNZZ54zM5XeSUU0aaMGdoddVotkGiPU0 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #dXm8FP95SF8DENUqag74teWGCczUemV2 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #IqVlWBDX0dodQLTdsseR93rF4zmvSbJn {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #gQRIpmxvKweGTLkho23mhvcEMZDMWhoR {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kcxq8E2rFme57shoykR1D1xa3Xa0eLpU {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #nH0vMCOhtTSxmEdB8oiIfQw0Kv4yWbRg {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #OMCmKOlITzJq4E3tCWFWkhRPrw8G2wll {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kBlXzefOgNULfT0BNZRONybyuR3lzLxv {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #eACTRzcGXVFwDTUl3SE4WT8mlUM3ERFO {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #UTzsJ4MGereqGdSh2zpkMxFQZgLMV4ar {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #txXhxEIp2mtnkSx5XLOCu85DOH5aKlTy {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #bve7pT7JWeWWTNmPW3fkANWaLf8Q1Jza {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #plkiJfCXpOxrzBJClxdZou6KL1WGF3Up {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #KtB9zkrUPESi0BqGbSpaiToQqmUlyRwt {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #x2KWUA7V9PHWu8tEmirRukAXyGD99tHA {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #nFDtWARa9uFotCb9HysZehaNCetlwXDi {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #vtOtD5ZZouzTsMZ2uCcaQ1qnCPzVU9sH {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SCoSoJQWN4HrtcTJt41qNPqAWsdVfSDf {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #WgwifPcXlavXSX71HQDI6AvDxChZw6eq {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #SIssOxkUJ7ibuvtAMMNLCI2zsFaW1Z4p {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #dWp3fDtAluaXVph7bv7s5zhLBgAU36AS {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #kTgJvdcmDgmUNRIsS98qH8UrAugOwVcU {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #RIy9OXkNosNvuKGBAgUewkdJNLF0te2M {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #d9y06K2xVmhpNTh728wwphMhvqorMhcT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #hpHAqHiyHdRiF8PNVRyCrrNioACyRXEP {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #OM65wKlZg9g7wMi9p95gJNKuVXQVMFwo {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #D3FoQ4v2u4zq2tOGpitnrD8bQ54Cd17W {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #Rp5HvVBd3ZWcWJIAB9MFJ8p6bxD8hi74 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #toN16iuup2zvu6QGn5UvLLLdZfG63ykE {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #DNe9vrM4vMJzX37OVO7WhgyETxtABuEk {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #ARmMpCPi6tV4nuPqiZMk5e3zNRWJhOUU {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #yanTBwBu8AvdXJAoSrD1vnmT13CMOWEF {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #c4lI7mALX3RqxB2ZvLfQ9rRI014gHTVm {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #knkGtzpEDXXyMQ7oTcsasTXuldRIHTwT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #Nuxz5nfT2LwdkZlZaMGCiwroMVeQWFr5 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #VUzNxzLVah1JuIoVxzPg1hsQOgHcsZ5T {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #JK0gShBfciPqMCa2TcCbK4TswxKKeVm5 {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #uRm6Ir9D7Ofhm7UZQolyA42BX96AHwkT {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #BA2o2OadQkJJB94kiBG2qc46GWLuMNnI {  }
 }@media only screen and (max-width: 763px) { #IB1eA1TXccrTmZJnyR0UCpM1W1pTN88T #wDtT3mZ6KvsKHP3HawVzmMSbVvOlit6Z {  }
 }@media only screen and (max-width: 763px) { #yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 { display:block; }#yEXKHaSkuKfoXHQM8HeFXHQtHUM9pTb3 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.1;overflow:hidden; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp { display:flex;height:auto;width:17.4981875rem;top:0.0625rem;left:0rem; }
#uRz8vICEQR4bhZEMWsFAFstufyCorwDp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #Vf7n0IniI14lBcVoFDK1QGV4LSTW8Xwz {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #HW3F6EtTQLJ6qXCGQyIg6sSl5EvAbeGN {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #w2qSKgWUKtQv2q67sSCCQRFrsb6qAMaf {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #nNl5tWmc666rpkK7rIaciTcoA3up3UHw {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #g48PbeAKiMzDsp8pVPuZokPkAbr1DNq7 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #EXr0Zinu82zJS53q9lzOJvoOvft5qT0L {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #WhyBhDMqRmTLKXJgVSyRRDQpsO3iAViG {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #UFWZcZnWarEhEumH65vzHs9i07ANsDq3 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #QTeq88cMzAdv1sVOdkWTKXntQWCh5acK {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #k0SQqEzXmy4b1orxC5uDSpWehPXMw8oi {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #aqlq7HiS2dS3caDxtEEPIuyI4bHZCbZ2 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #mLqRWZ3fw0UJh4nzz2pHocUzCdfxIccZ {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #TiZbnysUNKR47HpBwP2ySJZguaXlkpIB {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #TuHXGsTiLBspHvSQXPExVWlWRR05zqWc {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #k8QENiyAInEgExmiBWm8Ae13P6Mw5JBO {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #lLKOUJT4g4Q77LU83DLsTLoMDqtmpX6n {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #d8oluUZ1QHNqTCO8FZL1Hile34Ox0Ppi {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #yHaAuetv8kxcOsNaWHXILM88vXQfREEB {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #dXx1rOWFeJhKFRnNaXrWTwFg6LyerEk8 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #VzlUf0wTgUcge89OKTzUs56KTJlXBAKu {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #vNQpTmOgytor5K4GG5TPOZCJDtcoV2kr {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #oF3TU06OoaMH8DDqm8n4LV7tPHhJB0uH {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #fgieedxOC19HNXSayEAaDoVCyQJQSlUy {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #xXER2TS4vliDhyyBdciW87ceTCOt8nQp {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #w7x4z5KZSqTsmSPK8h1qIwXevT20ALiS {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #nbaJe3Bcz7EdbObURNfpMQyli9Kdcwm9 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #V7EErmWEmbsTS35M9cGfFuWTKePvt671 {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #bZWwnCbTME9miPJGm38GAMrWqn6XsKvi {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #xMFTGvzcnBrmM0xRCESV7rZpshxbPHiC {  }
 }@media only screen and (max-width: 763px) { #uRz8vICEQR4bhZEMWsFAFstufyCorwDp #qGQBqw0hWH0iau2yfSpKb0usZknTgmUk {  }
 }@media only screen and (max-width: 763px) { #M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA { display:none; }#M7M2WWXVtU0azkrR8y8OZZPS1SylvnNA > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 { display:flex;height:auto;width:17.499625rem;top:0.125rem;left:0rem; }
#HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #dqbuaZ00o3Gf1vhgOTHehSlAn95ms1ZG {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #FUDO4o8S4EhKZP5kLGxZ3Qmo3S4tTx3A {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #Hnc2y14RQqCIX4FuEyGAZhPOC1tLl7kx {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #TtfKVXkpkIdh10DHDvOw8a3svxA4cmMe {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #pWHCtWrNTmQlH5T0iF0KgGIIX52Ffp5I {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #APvGBtmt3deNaFnAn8dErKopW3STR2Ho {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #r5z3up7up8mbmJIkWg3XiTRzoTVF1EUF {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #xonQ2Ayq93I7qhT8E7OvIrA0e8tyvUkk {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #v1JtlxeiuNvdTpo2iUXgdZFwiPfIMz5z {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #BoVlPxVmBMr38lkkXPBQhUPupcmTlnp4 {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #Jlu1hJTReKvkH7so5dBqyWuFLiE0stGA {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #To9BMVdyZiHkfwvJiGwraqatHRz7HS3Q {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #h7ekZiLrMAt9ZN6Xotutxn16kIMdT40w {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #q4VESfV8pVOxEhBNiBV7V84tToOIUu91 {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #UQ5TsiU36MqwFmWbhP0uG7QzRr3qw6vl {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #urKTBPHGV7iVZV04cOrT0MzUVwPLsOGM {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #U46yA3hV4TZVtzoaFIl7DqfLsgtXcJDO {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #oW1gKwIhwxuwiCw7lCoWy6PfSPf9oMcT {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #XJiZy2FPiEc8PTWzeEAPo2cdLPakE6n9 {  }
 }@media only screen and (max-width: 763px) { #HU9yG52ARa2CXLHhcSBgV3xJn6R28pd8 #pUJv0ahiV0liT7Uba98ahpPr1M0cM9bT {  }
 }@media only screen and (max-width: 763px) { #q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO { display:block; }#q4Q2oXs5hTBiSET8sDRavd7iLmE97QRO > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1;overflow:hidden; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw { display:flex;height:auto;width:17.5rem;top:0.62278175354004rem;left:0rem; }
#d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #cSvTe2UdydiGBUQBG24AWIwyHkU25oxQ {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #JPkA0StL1bWEeLnPgHBgeM92vkAdR1Bt {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #O0pTvcFrlMN0SvzVBapR6RItwFBToUiR {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #OHosRLBSUxnTQcxyStwRDngOdnOThHwh {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #Sqd19pfCNBOLOtiS4WQ95960QL04oXTu {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #fhtCDWa7RnZzVOF97sQ9HKhNWHtQftkX {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #Sqd3KRDHurddAwtLg1slKD2ZBXMXZWHf {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #THHSOSplIfo6JHGrNueBcTBciw7E5lm1 {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #gcSPltzzZzmiTG7cvAJZUyZ5KpOkeNxm {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #TABH5yvvNbR7ghHux2rGtsel1mUpF7gq {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #zyiidyrDyQ0EFoZaJmUOn7OsMAodhXEA {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #TepiByFGxbR7OJrCPTid77Iza4GHyqnB {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #EkKCmWTLnNtwcPAPebVcv3vf9TOqQJCt {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #RB0eLnnfJCraZcH6PTgJLZJ9O31T1TGh {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #EtT0Zvoiz6EFEq7TRDQKxITZX6sQ2xgU {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #lMDuADqLuQtFOM2UHdTdD9TgcLcq9R5E {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #fScLvxpka4meTWT8vqtMhdCs7PLtfz1p {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #c1nECCPRalb1EyCWSJrnhqz28bR35nHB {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #W7kHiJX3c2BXScN6kmWH4Hnmz3hR1pRh {  }
 }@media only screen and (max-width: 763px) { #d6sApnTixJFK2ubBhZTEz5kKsrs0Cmxw #vqL519Fe43SNxkdVHpP3EQ1NOgWeBdan {  }
 }@media only screen and (max-width: 763px) { #AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b102442a-cf40-4a17-ab64-d5268b88dc74/9aaac8e1bg2_10000002g70l803e000000.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I.adaptive-delivery-prevent-bg, #AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I.lazyload, #AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I.lazyloading { background-image: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container { background-color: transparent; background-image: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container > .video-iframe-container { display: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row > .video-iframe-container { display: none; }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .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); }#AGXWEo8Fky8w2LDVRa0PR962iVB5Hn0I > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPOl5Tn3CTfvanW44kK6rRQqNZhK38td { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUnkpRUW5kInTbmsoDTCvyhkoP7cw02s { width:20rem;height:0;top:7.7rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5tpyle5GRtFJoEL5WEBF148WMQR3x2s { width:20rem;height:1.950075rem;top:2.4375rem;left:0rem;font-size:1.5rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UATnTV2CrnPWLSD1KiasHa3TTkNyQyQZ { width:20rem;height:5.625rem;top:5.75rem;left:0rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc { display:block; }#ZzqeG4Eef7zbrZN5Svf9d1WM8iMRiyHc > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcRgA6GlH2E9pbBCdL0GKUW978x9AmWl { width:18.25rem;height:14.5625rem;top:13.937500953674rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01qN30ZFvHqPNpJeTPaWGsTliH6bHHc { width:20rem;height:2.03125rem;top:2.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqZebETXqTW2mKhSv51KHt1N7SvQB1V9 { width:20rem;height:0;top:22.3323125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BeCsuITFouTPgVXxv7uLUpuGib1vN3Hs { width:20rem;height:1.5rem;top:11.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #t0GAR4UgDWUlsknomtLJMxcZWsviRHuM { width:20rem;height:5.625rem;top:5.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15015;font-family:"barlow font";display:block; }
 }@media only screen and (max-width: 763px) { #aIknbQs3sSori9ugF15afVxTT6x5kmor { display:block; }#aIknbQs3sSori9ugF15afVxTT6x5kmor > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8ytay9gqHrboJW4TnzNXrfKRc9DmdwT { width:17.5625rem;height:2.0625rem;top:2.8125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHNIPeLaglX0BpoxOMR6an58RIqwhCN { width:6.75rem;height:1.29980625rem;top:6.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caBLevd9dnvWvZc52UQ9iBAnHhX1Tlw3 { width:7.9375rem;height:1.29980625rem;top:6.625rem;left:9.6875rem;font-size:1rem;display:block; }
 }