.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:216,230,243;--color-primary-1:137,179,220;--color-primary-2:59,129,197;--color-primary-3:10,97,182;--color-primary-4:9,58,115;--color-secondary-0:252,238,216;--color-secondary-1:245,204,138;--color-secondary-2:239,170,60;--color-secondary-3:255,153,0;--color-secondary-4:255,204,0;--color-tertiary-0:255,255,255;--color-tertiary-1:248,251,254;--color-tertiary-2:72,72,72;--color-tertiary-3:49,51,57;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { border-width: 0; border-radius: 0; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#TpZLzX7DNy1fWkhvIC7iOG1g97KQlygR { color:rgba(var(--color-tertiary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3460938930511rem;left:1.8125rem;height:1.54375rem;font-style:normal;display:block; }
#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { border-width: 0; border-radius: 0; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:none; }#XRzqhbgTmkAwIve5Sctqw5MvUVcUUvLQ { color:rgba(var(--color-tertiary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:29.437501907349rem;height:5.8496125rem;display:block; }
#xB73fPh8tDpUvGzezxGffzui4GnylXOC { color:rgba(var(--color-tertiary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:29.437501907349rem;height:3.8984375rem;display:block; }
#wgTVzyodarXnRUpZTwSs0z9HNi2WOwsC { 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:15.375rem;width:17.625rem;top:3.625rem;left:6.8608732876713rem;overflow:hidden;display:block; }
#nqREpB0eFva1xophl6UPMalfPoRf3M8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { background-color: transparent; background-image: none; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container > .video-iframe-container { display: none; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row > .video-iframe-container { display: none; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .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); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { border-width: 0; border-radius: 0; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#TW0A6bbAG3AB2G3mW2swl7kKOuuNrqFi { 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:5.5625rem;width:4.9375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#aMFLp3tbtqhEOZNzqM57SCTX4FVNt4ZS { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.3125rem;height:8.125rem;display:block; }
#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/31690653-de00-4c7b-82f6-a51c508b2e28/Group10608.svg");background-position:bottom 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; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.adaptive-delivery-prevent-bg, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyload, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyloading { background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { background-color: transparent; background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .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); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { border-width: 0; border-radius: 0; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#SAfZ4LZsXIIbsbH01ryUEusn3VqL5KyG { 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:5.5rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#p01I5p6Oc2iDQXDFLKQWMloImIkTZkCI { 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:33.5rem;width:19.625rem;top:2.15625rem;left:40.71875rem;overflow:hidden;display:block; }
#yyfQcnUKz4voHcQmgTSMc0Cw0PGM9p4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:13.6465rem;display:block; }
#TfL3vFvhDS4onwCPmHZqCTHvM07otIuI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.25rem;left:0rem;display:block; }
#D2TTEHwq11Hbp4yXRrpTXqthGpWNMzml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnLZTWEbqSssR4WCmT3XkupATizKzfNN { position:absolute;display:block;z-index:15005;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.875rem;width:1.875rem;top:26.9375rem;left:27.875rem;overflow:hidden;display:block; }
#RcqMO8z0INVn6alLvxg7FuZWZieITy78 { position:absolute;display:block;z-index:15006;height:4.4375rem;width:7.9375rem;top:15.0166015625rem;left:48.5625rem;display:block; }
#uGl6RsT6OGTtDC7T9OmqtSmLD44upp6t { 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:17.5rem;width:19.5625rem;top:13rem;left:54.5rem;overflow:hidden;display:block; }
#D39cfTFkAnhGxcqaQ38MlwL8DdLANX8O { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.3125rem;left:61.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { position:relative;display:block; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { background-color: transparent; background-image: none; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container > .video-iframe-container { display: none; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row > .video-iframe-container { display: none; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .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); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { border-width: 0; border-radius: 0; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .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; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .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:10.4375rem;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; }#g8ZTOSy2yPwIOiEQbOQt6Be4KmO3Jmys { color:#232936;display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.34375rem;height:6.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.9);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; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container { background-color: transparent; background-image: none; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container > .video-iframe-container { display: none; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row > .video-iframe-container { display: none; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .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); }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container { border-width: 0; border-radius: 0; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#UgbHF9gycsD3nnw91QxMwTa8zS2RgSis { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.875rem;width:21rem;top:2rem;left:2rem;display:block; }
#md0Ai8yE182RJuHuZ4goo8yrSQDPKlVi { 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:3.125rem;width:3.0625rem;top:3.875rem;left:3.875rem;overflow:hidden;display:block; }
#wpiaAmTUg6IPcttxVNCS5H6q5ouAF8Xp { color:rgba(var(--color-tertiary-1),0.9);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:3.875rem;height:2.6rem;display:block; }
#KTtx161obMXwaIsiwiFBuKy5TThlHNUK { color:rgba(var(--color-tertiary-1),0.9);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:3.875rem;height:5.19921875rem;display:block; }
#n1ZvSXLnqTHEyQ7WSwkf0lTOC1JNphVx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.875rem;width:21rem;top:2rem;left:27rem;display:block; }
#C0uOuaQ3JULrr78uHk7NAJlpV0ZCUtlP { color:rgba(var(--color-tertiary-1),0.9);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:28.875rem;height:5.19921875rem;display:block; }
#rn0c3AAkFfeFaDObBGkmxKGqACsFFsh9 { color:rgba(var(--color-tertiary-1),0.9);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:28.875rem;height:1.29980625rem;display:block; }
#eqIIvwm20TZ6eGpU3q4pWESMwkBhfU2m { 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:3.125rem;width:3.0625rem;top:3.875rem;left:28.875rem;overflow:hidden;display:block; }
#PUrTRKD44V8SBVCnpGqXWAGet5q0CGPU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.875rem;width:21rem;top:1.4375rem;left:52rem;display:block; }
#DsOQSF4XimvMH4CN1LKARoymITVtw2XJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.3125rem;left:53.875rem;overflow:hidden;display:block; }
#QGumVQgnVFmuBxwaOT3RSNHAMpW3ger6 { color:rgba(var(--color-tertiary-1),0.9);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:53.6875rem;height:2.5996125rem;display:block; }
#qFSyd0EnTwHULlpe6cf7QTGUJ2Bztz3D { color:rgba(var(--color-tertiary-1),0.9);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:53.6875rem;height:5.19921875rem;display:block; }
#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { position:relative;display:block; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { background-color: transparent; background-image: none; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container > .video-iframe-container { display: none; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row > .video-iframe-container { display: none; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .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); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { border-width: 0; border-radius: 0; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .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; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .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:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Su0Dkf3xmszP1dlUE0nGXTlIJoJU1PBo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:22.0625rem;display:block; }
#fzamUSkRrAQbAzAXx9NxxycIIUrNR9bV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a87bkguXO1LaOQsvU0PvOO7TrHUmEOsZ { 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:1.875rem;width:1.875rem;top:3.3125rem;left:49.875rem;overflow:hidden;display:block; }
#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI { position:relative;display:block; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI { background-color: transparent; background-image: none; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .row .container > .video-iframe-container { display: none; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .row > .video-iframe-container { display: none; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .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); }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI { border-width: 0; border-radius: 0; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .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; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .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:35.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; }#oOCm6V0sf9dIJ9ST3m4B5TbFPSFffzq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.59375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wv2tpnqvxM0AeTmXmAUeP1acEXh578OL { 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:10.9375rem;width:10.875rem;top:8.5rem;left:4.6875rem;overflow:hidden;display:block; }
#I1rnvMhavFXhrU0skyTJySsgy0HTB5QQ { 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:7.375rem;width:5.1875rem;top:8.5rem;left:3.25rem;overflow:hidden;display:block; }
#OBxAfc6CSRQeukZ05Jvg8mtWoLkMhEZc { 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:10.9375rem;width:10.875rem;top:8.5rem;left:22.6875rem;overflow:hidden;display:block; }
#Pb9gM57wepkbHzkoqIv1QbiBO36ogaQK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.875rem;top:8.5rem;left:41.4375rem;overflow:hidden;display:block; }
#NZJUSHgcERsa8yLApQ3PooRCm9p8UyFq { position:absolute;display:block;z-index:15005;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:10.9375rem;width:10.875rem;top:8.5rem;left:60.1875rem;overflow:hidden;display:block; }
#R9LzUsaAtEfDvaXpOp94UDmQEmxWIlES { position:absolute;display:block;z-index:15006;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:7.625rem;width:5.4375rem;top:11.875rem;left:67.34375rem;overflow:hidden;display:block; }
#IlnygOfMvzas2rrEgcVg0wWdbLH1gLzm { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.34375rem;left:8.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Az8JeahH6WMlgFEWIMpnrymHvVv5gVoW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.34375rem;left:24.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Iho6AlzNdOI1kDndaiJB7G0G1Rebu8N4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.34375rem;left:43.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GeIaXnSJlmJ2NXZvTRPuHG4hFtLIqqno { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.34375rem;left:63.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#u9Pu9fTMCKVQIxH1crQyilOVSEL3sqp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:0.90625rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#t3qTqT3TiOxFS03oxJOXS0N817BPox5w { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.875rem;left:20.71875rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#iJ1pK4kax0a7wnkz8pzT70IqoKrSwKlL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.875rem;left:38.71875rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#TlWV7KtNw0B1yL2VTT3hqgFsiKNzqI8D { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:58.375rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.9);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; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container { background-color: transparent; background-image: none; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container > .video-iframe-container { display: none; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row > .video-iframe-container { display: none; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .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); }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container { border-width: 0; border-radius: 0; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#NKpkip9Amx3PPKrmTVoGlgeZ8oXcuvgb { 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:9.6875rem;width:9.6875rem;top:2.6476564407349rem;left:0.625rem;overflow:hidden;display:block; }
#seJuD0shdV5NCaPl2cE1ehXk2TqtvmcK { color:rgba(var(--color-primary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:4.5166015625rem;left:11.423828125rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta { color:rgba(var(--color-primary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14rem;left:0.625rem;height:;overflow:hidden;display:block; }#unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e9758b46-b2c5-4ec1-8453-3434c94a9217/shapelp.png); }
#qNCld7XTfmasbB5cV6R1miwArwaTmhBp { position:absolute;display:block;z-index:15001;height:20.75rem;width:36.9375rem;top:14rem;left:37.78125rem;display:block; }
#iycalp7bKLmJHa3zTcPPtMi0eDTEttii { color:rgba(var(--color-primary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.4375rem;left:0.625rem;height:2.5996125rem;display:block; }
#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { background-color: transparent; background-image: none; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container > .video-iframe-container { display: none; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row > .video-iframe-container { display: none; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .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); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { border-width: 0; border-radius: 0; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#WXbC2l0EEuIlfx7TFEZnRXRq4wH4U263 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.28125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bldr688Ozk45wH5As3ESQiIebN1yVzUU { position:relative;display:block; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU { background-color: transparent; background-image: none; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container > .video-iframe-container { display: none; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row > .video-iframe-container { display: none; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .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); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU { border-width: 0; border-radius: 0; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .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; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .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:10.875rem;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; }#emRbINmHWrp9q8JcdpPFgSG4k3zfqKCx { 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:4.25rem;width:15.4375rem;top:3.3125rem;left:0.6875rem;overflow:hidden;display:block; }
#WpHZg5rLgIo8uTMyO3WHH8BfUICPKJBv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:27rem;height:1.05625rem;display:block; }
#G3cvbbsLwkMe0qTwcL3xOyvN2v4bPJ1u { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:43.625rem;height:1.05625rem;display:block; }
#b67kiJoGcpZvVopquCrpdz8subBlzL5O { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:58.0625rem;height:1.05625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS { display:none; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TpZLzX7DNy1fWkhvIC7iOG1g97KQlygR { width:23.8125rem;height:1.8681625rem;top:1.5966796875rem;left:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO { background-color:#f2f2f2;background-image:none;display:none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { width:47.75rem;height:14.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XRzqhbgTmkAwIve5Sctqw5MvUVcUUvLQ { width:29.625rem;height:4.875rem;top:0.5625rem;left:17.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB73fPh8tDpUvGzezxGffzui4GnylXOC { width:28.125rem;height:5.361325rem;top:7.5625rem;left:17.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgTVzyodarXnRUpZTwSs0z9HNi2WOwsC { width:14.625rem;height:12.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqREpB0eFva1xophl6UPMalfPoRf3M8m { display:block; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { width:47.75rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TW0A6bbAG3AB2G3mW2swl7kKOuuNrqFi { width:4.9375rem;height:5.5625rem;top:0.875rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMFLp3tbtqhEOZNzqM57SCTX4FVNt4ZS { width:44.125rem;height:9.75rem;top:7.0625rem;left:1.8125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 { background-color:#093a73;background-image:url("https://images.assets-landingi.com/uc/31690653-de00-4c7b-82f6-a51c508b2e28/Group10608.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.adaptive-delivery-prevent-bg, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyload, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyloading { background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { background-color: transparent; background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .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); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { width:47.75rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SAfZ4LZsXIIbsbH01ryUEusn3VqL5KyG { width:19.75rem;height:5.5rem;top:2.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p01I5p6Oc2iDQXDFLKQWMloImIkTZkCI { width:16.4375rem;height:28.125rem;top:26.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyfQcnUKz4voHcQmgTSMc0Cw0PGM9p4Q { width:40.8125rem;height:14.625rem;top:10.125rem;left:3.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TfL3vFvhDS4onwCPmHZqCTHvM07otIuI { width:30.9375rem;height:5.1875rem;top:56.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2TTEHwq11Hbp4yXRrpTXqthGpWNMzml { display:block; }
 }@media only screen and (max-width: 1199px) { #UnLZTWEbqSssR4WCmT3XkupATizKzfNN { width:1.875rem;height:1.875rem;top:58rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcqMO8z0INVn6alLvxg7FuZWZieITy78 { width:7.9375rem;height:4.4375rem;top:17.9375rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGl6RsT6OGTtDC7T9OmqtSmLD44upp6t { width:19.5625rem;height:17.5rem;top:26.125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D39cfTFkAnhGxcqaQ38MlwL8DdLANX8O { width:13.75rem;height:2.5996125rem;top:44.8125rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { display:block; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container { width:47.75rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g8ZTOSy2yPwIOiEQbOQt6Be4KmO3Jmys { width:42.3125rem;height:3.736325rem;top:1.875rem;left:2.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL { display:block; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container { width:47.75rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UgbHF9gycsD3nnw91QxMwTa8zS2RgSis { width:15.5625rem;height:20rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #md0Ai8yE182RJuHuZ4goo8yrSQDPKlVi { width:3.0625rem;height:3.125rem;top:3.875rem;left:17.2080078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpiaAmTUg6IPcttxVNCS5H6q5ouAF8Xp { width:14rem;height:3.8994125rem;top:8rem;left:17.2080078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTtx161obMXwaIsiwiFBuKy5TThlHNUK { width:13.125rem;height:7.7988125rem;top:13rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1ZvSXLnqTHEyQ7WSwkf0lTOC1JNphVx { width:15.5625rem;height:20rem;top:2rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0uOuaQ3JULrr78uHk7NAJlpV0ZCUtlP { width:13.125rem;height:7.7988125rem;top:13rem;left:0.9580078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rn0c3AAkFfeFaDObBGkmxKGqACsFFsh9 { width:14rem;height:1.3rem;top:8rem;left:0.9580078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqIIvwm20TZ6eGpU3q4pWESMwkBhfU2m { width:3.0625rem;height:3.125rem;top:3.875rem;left:0.9580078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUrTRKD44V8SBVCnpGqXWAGet5q0CGPU { width:15.5625rem;height:20rem;top:2rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsOQSF4XimvMH4CN1LKARoymITVtw2XJ { width:3.0625rem;height:3.0625rem;top:3.875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGumVQgnVFmuBxwaOT3RSNHAMpW3ger6 { width:12.75rem;height:2.6rem;top:8rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFSyd0EnTwHULlpe6cf7QTGUJ2Bztz3D { width:12.3125rem;height:7.7988125rem;top:11.974609375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { display:block; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Su0Dkf3xmszP1dlUE0nGXTlIJoJU1PBo { width:30.9375rem;height:5.1875rem;top:2.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzamUSkRrAQbAzAXx9NxxycIIUrNR9bV { display:block; }
 }@media only screen and (max-width: 1199px) { #a87bkguXO1LaOQsvU0PvOO7TrHUmEOsZ { width:1.875rem;height:1.875rem;top:3.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI { display:block; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oOCm6V0sf9dIJ9ST3m4B5TbFPSFffzq0 { width:47.75rem;height:1.95rem;top:2rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Wv2tpnqvxM0AeTmXmAUeP1acEXh578OL { width:10.875rem;height:10.9375rem;top:6rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1rnvMhavFXhrU0skyTJySsgy0HTB5QQ { width:3.5rem;height:5.125rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OBxAfc6CSRQeukZ05Jvg8mtWoLkMhEZc { width:10.875rem;height:10.9375rem;top:6rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pb9gM57wepkbHzkoqIv1QbiBO36ogaQK { width:10.875rem;height:10.9375rem;top:6rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZJUSHgcERsa8yLApQ3PooRCm9p8UyFq { width:10.875rem;height:10.9375rem;top:6rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9LzUsaAtEfDvaXpOp94UDmQEmxWIlES { width:3.5rem;height:4.875rem;top:11.53125rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IlnygOfMvzas2rrEgcVg0wWdbLH1gLzm { width:3.75rem;height:3.25rem;top:9.84375rem;left:4.09375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Az8JeahH6WMlgFEWIMpnrymHvVv5gVoW { width:7.5625rem;height:3.25rem;top:9.8125rem;left:14.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iho6AlzNdOI1kDndaiJB7G0G1Rebu8N4 { width:6.25rem;height:3.25rem;top:9.8125rem;left:26.71875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GeIaXnSJlmJ2NXZvTRPuHG4hFtLIqqno { width:5.0625rem;height:3.25rem;top:9.8125rem;left:39.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9Pu9fTMCKVQIxH1crQyilOVSEL3sqp3 { width:10.75rem;height:5.2rem;top:19.6875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3qTqT3TiOxFS03oxJOXS0N817BPox5w { width:11.0625rem;height:3.89941875rem;top:19.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJ1pK4kax0a7wnkz8pzT70IqoKrSwKlL { width:10.8125rem;height:5.2rem;top:19.6875rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlWV7KtNw0B1yL2VTT3hqgFsiKNzqI8D { width:10.5rem;height:5.2rem;top:19.6875rem;left:36.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ { display:block; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container { width:47.75rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NKpkip9Amx3PPKrmTVoGlgeZ8oXcuvgb { width:9.6875rem;height:9.6875rem;top:2.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #seJuD0shdV5NCaPl2cE1ehXk2TqtvmcK { width:37.5rem;height:4.548825rem;top:4.0562496185303rem;left:10.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta { width:21.25rem;height:35.25rem;top:14.125rem;left:1.3125rem;font-size:1rem;display:block; }#unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e9758b46-b2c5-4ec1-8453-3434c94a9217/shapelp.png); }
 }@media only screen and (max-width: 1199px) { #qNCld7XTfmasbB5cV6R1miwArwaTmhBp { width:23.3125rem;height:13.0625rem;top:14.125rem;left:24.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iycalp7bKLmJHa3zTcPPtMi0eDTEttii { width:29rem;height:4.62890625rem;top:51.05078125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DB9P01glOMVMIluR4swIXUDUaoeHkSI8 { display:block; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WXbC2l0EEuIlfx7TFEZnRXRq4wH4U263 { width:42.4375rem;height:2.11230625rem;top:2.0625rem;left:2.65625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bldr688Ozk45wH5As3ESQiIebN1yVzUU { display:block; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #emRbINmHWrp9q8JcdpPFgSG4k3zfqKCx { width:12.25rem;height:3.375rem;top:3.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpHZg5rLgIo8uTMyO3WHH8BfUICPKJBv { width:12rem;height:1.0556625rem;top:4.91015625rem;left:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3cvbbsLwkMe0qTwcL3xOyvN2v4bPJ1u { width:10rem;height:1.0556625rem;top:4.91015625rem;left:28.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b67kiJoGcpZvVopquCrpdz8subBlzL5O { width:10.125rem;height:1.0556625rem;top:4.91015625rem;left:37.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS { display:none; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { width:20rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TpZLzX7DNy1fWkhvIC7iOG1g97KQlygR { width:18.1875rem;height:1.3808625rem;top:1.3466796875rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO { background-color:#f2f2f2;background-image:none;display:none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XRzqhbgTmkAwIve5Sctqw5MvUVcUUvLQ { width:18.75rem;height:3.736325rem;top:1.0625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB73fPh8tDpUvGzezxGffzui4GnylXOC { width:18.75rem;height:5.84765625rem;top:5.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTVzyodarXnRUpZTwSs0z9HNi2WOwsC { width:18.875rem;height:16.5rem;top:12.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqREpB0eFva1xophl6UPMalfPoRf3M8m { display:block; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0A6bbAG3AB2G3mW2swl7kKOuuNrqFi { width:4.1875rem;height:4.75rem;top:0.875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMFLp3tbtqhEOZNzqM57SCTX4FVNt4ZS { width:20rem;height:8.7734375rem;top:7.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 { display:block; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAfZ4LZsXIIbsbH01ryUEusn3VqL5KyG { width:19.75rem;height:5.5rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p01I5p6Oc2iDQXDFLKQWMloImIkTZkCI { width:17.125rem;height:29.25rem;top:22.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyfQcnUKz4voHcQmgTSMc0Cw0PGM9p4Q { width:20rem;height:13rem;top:8rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfL3vFvhDS4onwCPmHZqCTHvM07otIuI { width:19rem;height:5.1875rem;top:75.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2TTEHwq11Hbp4yXRrpTXqthGpWNMzml { display:block; }
 }@media only screen and (max-width: 763px) { #UnLZTWEbqSssR4WCmT3XkupATizKzfNN { width:1.875rem;height:1.875rem;top:26.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcqMO8z0INVn6alLvxg7FuZWZieITy78 { width:7.9375rem;height:4.4375rem;top:45.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGl6RsT6OGTtDC7T9OmqtSmLD44upp6t { width:19.5625rem;height:17.5rem;top:52.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39cfTFkAnhGxcqaQ38MlwL8DdLANX8O { width:13.75rem;height:2.5996125rem;top:70.25rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { display:block; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8ZTOSy2yPwIOiEQbOQt6Be4KmO3Jmys { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL { display:block; }#ITXMEcCtIqGNgKrfy8zzMTzhH4yBxXSL > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgbHF9gycsD3nnw91QxMwTa8zS2RgSis { width:20rem;height:17.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md0Ai8yE182RJuHuZ4goo8yrSQDPKlVi { width:3.0625rem;height:3.125rem;top:22.25rem;left:0.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpiaAmTUg6IPcttxVNCS5H6q5ouAF8Xp { width:17.625rem;height:2.5996125rem;top:26.375rem;left:0.9580078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTtx161obMXwaIsiwiFBuKy5TThlHNUK { width:18.3125rem;height:5.19921875rem;top:31.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ZvSXLnqTHEyQ7WSwkf0lTOC1JNphVx { width:20rem;height:17.875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0uOuaQ3JULrr78uHk7NAJlpV0ZCUtlP { width:18.3125rem;height:5.19921875rem;top:12.25rem;left:0.9580078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0c3AAkFfeFaDObBGkmxKGqACsFFsh9 { width:17.625rem;height:1.29980625rem;top:7.25rem;left:0.9580078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqIIvwm20TZ6eGpU3q4pWESMwkBhfU2m { width:3.0625rem;height:3.125rem;top:3.125rem;left:0.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUrTRKD44V8SBVCnpGqXWAGet5q0CGPU { width:20rem;height:17.875rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsOQSF4XimvMH4CN1LKARoymITVtw2XJ { width:3.0625rem;height:3.0625rem;top:41.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGumVQgnVFmuBxwaOT3RSNHAMpW3ger6 { width:17.625rem;height:2.5996125rem;top:45.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFSyd0EnTwHULlpe6cf7QTGUJ2Bztz3D { width:18.3125rem;height:5.19921875rem;top:49.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { display:block; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Su0Dkf3xmszP1dlUE0nGXTlIJoJU1PBo { width:19rem;height:5.1875rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzamUSkRrAQbAzAXx9NxxycIIUrNR9bV { display:block; }
 }@media only screen and (max-width: 763px) { #a87bkguXO1LaOQsvU0PvOO7TrHUmEOsZ { width:1.875rem;height:1.875rem;top:3.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI { display:block; }#l0QgPpG5hZKTJl30T9OJdEHH8imTF2TI > .row .container { width:20rem;height:74.470703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOCm6V0sf9dIJ9ST3m4B5TbFPSFffzq0 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wv2tpnqvxM0AeTmXmAUeP1acEXh578OL { width:10.875rem;height:10.9375rem;top:6.3984375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1rnvMhavFXhrU0skyTJySsgy0HTB5QQ { width:5.1875rem;height:7.375rem;top:10.1484375rem;left:4.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBxAfc6CSRQeukZ05Jvg8mtWoLkMhEZc { width:10.875rem;height:10.9375rem;top:23.734375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9gM57wepkbHzkoqIv1QbiBO36ogaQK { width:10.875rem;height:10.9375rem;top:41.0712875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZJUSHgcERsa8yLApQ3PooRCm9p8UyFq { width:10.875rem;height:10.9375rem;top:58.4082rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9LzUsaAtEfDvaXpOp94UDmQEmxWIlES { width:5.4375rem;height:7.625rem;top:63.93945rem;left:12.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlnygOfMvzas2rrEgcVg0wWdbLH1gLzm { width:3.75rem;height:2.5996125rem;top:10.2421875rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Az8JeahH6WMlgFEWIMpnrymHvVv5gVoW { width:7.5625rem;height:2.5996125rem;top:27.546875rem;left:6.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iho6AlzNdOI1kDndaiJB7G0G1Rebu8N4 { width:6.25rem;height:2.5996125rem;top:44.8837875rem;left:6.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeIaXnSJlmJ2NXZvTRPuHG4hFtLIqqno { width:5.0625rem;height:2.5996125rem;top:62.2207rem;left:7.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9Pu9fTMCKVQIxH1crQyilOVSEL3sqp3 { width:16.9375rem;height:3.9rem;top:18.5859375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3qTqT3TiOxFS03oxJOXS0N817BPox5w { width:14.8125rem;height:3.89941875rem;top:35.921875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJ1pK4kax0a7wnkz8pzT70IqoKrSwKlL { width:16.3125rem;height:3.89941875rem;top:53.2587875rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlWV7KtNw0B1yL2VTT3hqgFsiKNzqI8D { width:14.5rem;height:3.89941875rem;top:70.5957rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ { display:block; }#kVXVRhpuB83WfcHFagPig3fHl3wmfJOQ > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKpkip9Amx3PPKrmTVoGlgeZ8oXcuvgb { width:20rem;height:20.05698005698rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #seJuD0shdV5NCaPl2cE1ehXk2TqtvmcK { width:20rem;height:10.5rem;top:1.1812496185302rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta { width:18.875rem;height:38.25rem;top:14.8125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#unQuDRi3hQVzeXa2atsKqGKN5TFJk2ta li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e9758b46-b2c5-4ec1-8453-3434c94a9217/shapelp.png); }
 }@media only screen and (max-width: 763px) { #qNCld7XTfmasbB5cV6R1miwArwaTmhBp { width:20rem;height:11.25rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iycalp7bKLmJHa3zTcPPtMi0eDTEttii { width:20rem;height:3.8994125rem;top:54.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB9P01glOMVMIluR4swIXUDUaoeHkSI8 { display:block; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXbC2l0EEuIlfx7TFEZnRXRq4wH4U263 { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bldr688Ozk45wH5As3ESQiIebN1yVzUU { display:block; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emRbINmHWrp9q8JcdpPFgSG4k3zfqKCx { width:15.4375rem;height:4.25rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHZg5rLgIo8uTMyO3WHH8BfUICPKJBv { width:15.1875rem;height:1.0556625rem;top:8.25rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3cvbbsLwkMe0qTwcL3xOyvN2v4bPJ1u { width:10rem;height:1.0556625rem;top:10.5546875rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b67kiJoGcpZvVopquCrpdz8subBlzL5O { width:15.1875rem;height:1.0556625rem;top:12.859375rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }