.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;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); }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0a0a;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; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container { background-color: transparent; background-image: none; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container > .video-iframe-container { display: none; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row > .video-iframe-container { display: none; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .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); }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container { border-width: 0; border-radius: 0; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#O6zidWXXpBwFr3RuNQRHaTnXKU46dpcl { 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:2.125rem;width:9.3125rem;top:1rem;left:1.25rem;overflow:hidden;display:block; }
#uB1r1W50eqFwgvbLUOfssif1LH2pnkWb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e77e29;border-left:0.125rem solid #e77e29;border-right:0.125rem solid #e77e29;border-bottom:0.125rem solid #e77e29;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f68c28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:15rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:57.96875rem;display:block; }
#Nz37C8tu0T9eZzE019JyNTW0P7wCXgta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqvomSBZO6VSdABBate80mxge8kMI9Dr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.40625rem;left:59.65625rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ZrmS6MsMN0muBBZHTJryiCKLi2qXtFpm { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.5625rem;left:2.125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1WHC3zeJ5viulaN3hoaJOgWB603MfXz { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:6.8125rem;left:2.125rem;height:2.1875rem;text-align:left;text-align-last:left;display:block; }
#GsizxvGFMWzX3efeO9XF5mUnMFD7RuUP { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:24.9375rem;left:2.125rem;height:8.625rem;display:block; }
#yRIa9bSmRZRbTRXsVQMTd8hp8GM3AQge { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4248046875rem;left:39.875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#ABJNS1IUqR7aQdJUPrhJ6Px3W8b6lIZX { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:block; }
#ttq0M6ChSMLNkTXwbTR04TVFz6CzWEZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C0cmxGQmaB76TpqP3ZrrRmWSxBfodadr { box-sizing:content-box;height:2.6875rem;width:35.3125rem;position:absolute;display:block;z-index:14999;background-color:#f68c28;background-image:none;top:6.8115234375rem;left:37.96875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R87GIiviCJNNeuDascJZex32q9VANN16 { position:absolute;display:block;z-index:15009;height:19.75rem;width:35.375rem;top:10.75rem;left:37.96875rem;display:block; }
#L4xGe6A8eT4AeAlKkb0bWypeVz1HBq8n { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:none; }
#E5Xsim9hGFKySh4EdgR9kKnbx0SKtlIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container { background-color: transparent; background-image: none; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container > .video-iframe-container { display: none; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row > .video-iframe-container { display: none; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .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); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container { border-width: 0; border-radius: 0; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#lTmweMNuSrhS5qsBQTnbOkKdb8LQlZAG { box-sizing:content-box;height:27.4375rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:#262626;background-image:none;top:35.5625rem;left:1.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#t7iAh7vH8Qcs8CpivDraRDuql21oyRvR { position:absolute;display:block;z-index:15003;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;height:5.6875rem;width:5.6875rem;top:52.03125rem;left:10.25rem;overflow:hidden;display:block; }
#DsAk3OA3zSaE9DetQSAC9qfFkbTpn86r { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:39.125rem;left:3.3125rem;height:5.68359375rem;font-style:italic;display:block; }
#V8IRgBW3H1wGZcS9Cik8mVN1f8HFAVbh { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:59.037109375rem;left:2.3125rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tlgh7kvtlD71EwLiZB5vCXLWLFhqEw85 { box-sizing:content-box;height:30.875rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:#262626;background-image:none;top:2.6875rem;left:26.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TpFZORR8czoiV9ckU4xC1xn1lPDyEl3i { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:28.09375rem;height:14.777375rem;font-style:italic;display:block; }
#OXLNfgXs90ChR8kvr8tvteV94uLrIniX { 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.25rem;width:8.1875rem;top:4.1875rem;left:28.09375rem;overflow:hidden;display:block; }
#dfcIzuNcxv8zhRxunyMTxiHfd7ft7do0 { position:absolute;display:block;z-index:15008;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;height:5.625rem;width:5.625rem;top:23.0302734375rem;left:34.6875rem;overflow:hidden;display:block; }
#IinL9p6TF4n6sFBM6O2BDPqMvbBFo8nH { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5478515625rem;left:27.75rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5SBLrpKHESfwhdhNZu7cJLyl5TNydVZ { box-sizing:content-box;height:30.875rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:#262626;background-image:none;top:2.6875rem;left:51.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZIAurulcvEIkXmkOfW1cvCHV1CehvscC { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:54.03125rem;height:7.957rem;font-style:italic;display:block; }
#cmdwnwfQXDZ0Z84T48mrb5MwbbEOAlz9 { position:absolute;display:block;z-index:15013;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;height:5.6875rem;width:5.6875rem;top:22.9990234375rem;left:59.65625rem;overflow:hidden;display:block; }
#M06qegT2suLhDs1w14mGcO1MZCle7pVr { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.54736328125rem;left:52.3125rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9CBvgVdBTwQWZKPHgaMLQZslGfuao20 { 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:1.25rem;width:8.1875rem;top:4.1875rem;left:54.25rem;overflow:hidden;display:block; }
#CA4aqcVw67VUrrnwXr6WTboEoZk4aB7p { 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:1.25rem;width:8.1875rem;top:37.0625rem;left:3.3125rem;overflow:hidden;display:block; }
#WXuA5AHR6zub36rldQzUGKNEdpvBbg8R { box-sizing:content-box;height:30.875rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:#262626;background-image:none;top:2.6875rem;left:1.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kkdGTVRu8OxzvQm0W5Kwv1scrX0KqwBq { position:absolute;display:block;z-index:15022;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.25rem;width:8.1875rem;top:4.1875rem;left:3.3125rem;overflow:hidden;display:block; }
#OulIzJxS3bGeFHAPzdQCNzk39yxiXWQJ { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:3.3125rem;height:5.68359375rem;font-style:italic;display:block; }
#ykytDUl0EwepXAePPf9gsklHrTXGlyC3 { box-sizing:content-box;height:27.4375rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:#262626;background-image:none;top:35.562501907349rem;left:26.625000476837rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Of1BAXrgJXLgmsTWe4lG9eQwfTxUNorA { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:39.125rem;left:28.09375rem;height:11.3671875rem;font-style:italic;display:block; }
#W4StbQvH9ffnEIWMp9MZWO8PqPL09elR { position:absolute;display:block;z-index:15020;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.25rem;width:8.1875rem;top:37.0625rem;left:28.125rem;overflow:hidden;display:block; }
#aaeOUC9oWbBKDU3KtnrZMLTNIvne1wZF { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.6865234375rem;left:2.3125rem;height:3.89845rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5hAQKxZppmGU8uCnhsi4SNhPEMpmBOo { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:59.037761688233rem;left:27.750000476837rem;height:2.9238375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D12vvNCRU1QTrgQbTdJ2zxSiUsnctLlS { position:absolute;display:block;z-index:15023;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;height:5.375rem;width:5.625rem;top:52.1875rem;left:34.687502384186rem;overflow:hidden;display:block; }
#ofb0Lerlwq4cCmtOmWnKuWV0yf2gOdlP { position:absolute;display:block;z-index:15024;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;height:5.625rem;width:5.625rem;top:22.4365234375rem;left:9.6875rem;overflow:hidden;display:block; }
#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container { background-color: transparent; background-image: none; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container > .video-iframe-container { display: none; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row > .video-iframe-container { display: none; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .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); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container { border-width: 0; border-radius: 0; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#JcIfLbEAD6TpbxPoyZphJAQhsNLsSxu8 { position:absolute;display:block;z-index:15016;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:1.3125rem;left:33.9375rem;overflow:hidden;display:block; }
#P4aDdJ5AVeFE1dpDmNIns4Fxh2LFQ0KE { position:absolute;display:block;z-index:15017;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.9375rem;width:3rem;top:1.3125rem;left:38.0625rem;overflow:hidden;display:block; }
#o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG { position:relative;display:none; }#o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG { border-width: 0; border-radius: 0; }#o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#SNJThbvSMsLJICIFZP9lBhC4vxCwInXA { color:#000000;display:block;width:47.75rem;position:absolute;font-family:inter;font-size:3.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2255859375rem;left:13.625rem;height:5.0372875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXM2gLZ9UxW35OaSXcQ82o2yVDvrlDX8 { color:#000000;display:block;width:58.5rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:8.1865234375rem;left:8.25rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#h4IPqU6DhqBvpuaX2DGOLTimEBfCDcyz { color:#000000;display:block;width:65.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:18.3125rem;left:4.96875rem;height:1.12521875rem;text-align:center;text-align-last:center;display:block; }
#TVT5BzrqMA6wB7QTDEN0F8HSmrDTEaCM { color:#000000;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:23.75rem;height:1.462675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container { background-color: transparent; background-image: none; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container > .video-iframe-container { display: none; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row > .video-iframe-container { display: none; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .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); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container { border-width: 0; border-radius: 0; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#P4re0Wdg5s0OdIOlr74QCinHge46KoOR { box-sizing:content-box;height:40.0625rem;width:38.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.515625rem;left:35.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.1875rem -0.0625rem 1.4375rem rgba(0,0,0,0.16) ;display:block; }
#XbBEsiHNIrnIGXikgidQa2WDZscXnIRF { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9833984375rem;left:37.3125rem;height:29.89553125rem;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; }
#IsfASnEUfoSD8meAFcdqrlQaycJ1vBG9 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:41.4375rem;left:37.3125rem;height:1.29980625rem;display:block; }
#NemkL973Zk5RpfMvzFxqThlJImOBnfIx { 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:3.75rem;width:14.4375rem;top:37.75rem;left:37.3125rem;overflow:hidden;display:block; }
#uRHRZ0PIBSs9JW4Hb6FPTwcCSXXxI7Wr { 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:38.625rem;width:30.8125rem;top:6.1875rem;left:2.177734375rem;overflow:hidden;display:block; }
#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container { background-color: transparent; background-image: none; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container > .video-iframe-container { display: none; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row > .video-iframe-container { display: none; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .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); }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container { border-width: 0; border-radius: 0; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:75rem;position:relative;display:block; }#yqhKVLvFazd6ERe6ZhcOdxIM79gTFy54 { box-sizing:content-box;height:11.4375rem;width:65.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.5rem;left:4.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BJuNCX7ZJbirCdg0pFgdnAoaWc0iRTDg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:13.5625rem;left:6.8125rem; }
#GvEy0W0zXzpLBn4dJ1t9N34TML9NTomo { color:#000000;display:block;width:51.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.025390625rem;left:16.25rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#Rw29xXa8Lt0SCQRChF03XM5G3ltNZ3J4 { box-sizing:content-box;color:#5d92ff;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:27.5625rem;left:6.8125rem; }
#HDPdTfcGDXXUTIpII1rm9GOR6pUckD0K { color:#000000;display:block;width:51.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.025390625rem;left:16.25rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#x1DAZS7KVQTSNBSfGhJA2OqoLT4Nn3gO { box-sizing:content-box;height:11.4375rem;width:65.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:25.5rem;left:4.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#vq2OLAXSZaUJVbvOB2qb95P4s9hWzOwK { color:#000000;display:block;width:51.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:43.818359375rem;left:16.25rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#bOmXHWDbqmvtdCQNn6tyQOWPNmccBO4M { box-sizing:content-box;color:#5d92ff;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:41.625rem;left:6.8125rem; }
#klPI0xTEu9TyIgtM776DBTh6KaACq0do { box-sizing:content-box;height:11.4375rem;width:65.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:39.5625rem;left:4.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BEr1pmKPKF7Ds0CxqLmvRFpdVO0BegHI { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:54.625rem;left:28.75rem;display:block; }
#x9TbhB3bpmrKoFx0e0kqwKuLPLOfOhVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKXasKXQQr47aIpspf6U4RLyxHTrpOZA { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:4.0625rem;left:8.25rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#elCaJ5Tr6xETdnkQEzmawGIlhuBEmwbE { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:none; }
#QJQsAD8TxZTuJqLqlhNb0nJAtmwwTivK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/363a23cb-2667-4fab-aef1-766533c47eb2/ctabackground1920x10251.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; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2.adaptive-delivery-prevent-bg, #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2.lazyload, #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2.lazyloading { background-image: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { background-color: transparent; background-image: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container > .video-iframe-container { display: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row > .video-iframe-container { display: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .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); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { border-width: 0; border-radius: 0; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2::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; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#g9mKoaNeVHPThDiAeCiTLrKrrucopTFg { color:#f16521;display:block;width:69.3125rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0400390625rem;left:2.84375rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3FSEhZycbST5nqiHSiOr9z4yniobWdr { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.05078125rem;left:13.155382156372rem;height:1.94921875rem;font-style:normal;display:block; }
#vz4iaEQKruI8OKdb1NtEmRlmXqODlB2F { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:19.28125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#a7VWlhwIVyvENV6SlbJBqdtBEbsIqB3l { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.9375rem;left:28.75rem;display:block; }
#W7PqseMoWPqmukclhqZedaP0WRFCakFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTa0N5cGSTohq8IBPvBzTGlDZ1Tm4tkT { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:none; }
#q4kM54kFNIHIPvf84OucMha5Jaxp9alx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74230932-6f0b-4192-b8df-6d61468c130e/BACK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd.adaptive-delivery-prevent-bg, #lykswAe9SusTKuTTWSL74Bcyq1g3KFHd.lazyload, #lykswAe9SusTKuTTWSL74Bcyq1g3KFHd.lazyloading { background-image: none; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container { background-color: transparent; background-image: none; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container > .video-iframe-container { display: none; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row > .video-iframe-container { display: none; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .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); }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container { border-width: 0; border-radius: 0; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container { font-size:0.875rem;font-family:arial;height:107.625rem;width:75rem;position:relative;display:block; }#WpiR0TzTyL6Zmq5dESwkipa9E2mGsvH1 { color:#000000;display:block;width:48.5rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:13.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wt7F5eESD0J4HITdMf5JyrWRaE3DqMF6 { color:#000000;display:block;width:68.5625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lsdWDDR0zHgabUlfAQimdWTKhMndguSs { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:102.6875rem;left:28.75rem;display:block; }
#t0XtrAHAN4dpH5ue1fahWA4ffvlr70y3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBndwkfWmTmt5CHODy9Hh0rGhMbTAZAQ { color:#585858;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:94.748046875rem;left:6.6875004768369rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lttu2MSklgDsCze1dWoNt71nu4JhOALJ { color:#585858;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:67.310546875rem;left:40.750002384186rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vC0dawRLtO5gmtWSird6Cdh7ndVyDBxx { color:#585858;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:67.311199188231rem;left:5.09375rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xV7goLfycvNxphnOQJ6tiJNN6xuGqSCV { color:#585858;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:94.747396469119rem;left:40.750002384186rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qVuSkDKq5sDD78PiESPRVWugaEdpyTEz { position:absolute;display:block;z-index:15009;height:17.75rem;width:31.6875rem;top:48.6875rem;left:4.59375rem;display:block; }
#NI4oRGqRelKDTcJukpdkaiGK0hSiH30e { position:absolute;display:block;z-index:15010;height:17.75rem;width:31.6875rem;top:48.6875rem;left:38.65625rem;display:block; }
#zXMXe6AnTcpRMLkPolGaSHLJyfx4Fito { position:absolute;display:block;z-index:15011;height:17.75rem;width:31.6875rem;top:75.6875rem;left:4.625rem;display:block; }
#IzbbQANZNEU8zfECGMIBJCZXSyK1SI71 { position:absolute;display:block;z-index:15012;height:17.75rem;width:31.6875rem;top:75.6875rem;left:38.6875rem;display:block; }
#W4bDnlRolVx2sHqWdA7RJFeHfzDbtbbC { position:absolute;display:block;z-index:15013;height:36.625rem;width:65.8125rem;top:9.6875rem;left:4.625rem;display:block; }
#G0aA3bhOvmMgo57rdlWSgUGKgKy1eH4e { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:none; }
#saLxU7y2fXe0xEG7xICwEqcQqbBFi9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWZeQQAtiCun3q2QNveWm62UllAokLoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container { background-color: transparent; background-image: none; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container > .video-iframe-container { display: none; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row > .video-iframe-container { display: none; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .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); }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container { border-width: 0; border-radius: 0; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#T8ro7hUz6lfam2Um91JizvQ4iBW3qh59 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:38.4375rem;width:29.0625rem;top:4.25rem;left:3.75rem;display:block; }
#aEfpva36i2MHWhHR8IlO3ciSST5G6RXw { color:#585858;display:block;width:24.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.5625rem;left:6rem;height:32.18654375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#qBgP16W3JKddOIbk85iUc5HGE6AcRT8i { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:38.375rem;width:29.0625rem;top:4.1875rem;left:41.8125rem;display:block; }
#lHPUpAf5d9TOAeuiN5fXo4Rl2bLCA8A6 { position:absolute;display:block;z-index:15016;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.125rem;width:6.125rem;top:1.0625rem;left:15.4375rem;overflow:hidden;display:block; }
#F7VFZeXrZeTMGyh9gHTC6rn9MS4gS9Qp { position:absolute;display:block;z-index:15017;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.125rem;width:6.125rem;top:1.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#de6qBaDm1WlLVaptnNteagxz8VOpM04n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.75rem;left:16.3125rem; }
#ue5TKCw5X42cqRKGsrV1OEsC3eChTQVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.6875rem;left:53.8125rem; }
#GOF8xfWAgGnoa5EwDegE3J5xEL7OGZq2 { color:#585858;display:block;width:24.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:8.5625rem;left:43.875rem;height:20.9911875rem;font-style:italic;display:block; }
#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cee2c4cc-ccef-4cab-a932-338488a788d8/bgright.jpg");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; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo.adaptive-delivery-prevent-bg, #X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo.lazyload, #X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo.lazyloading { background-image: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container { background-color: transparent; background-image: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container > .video-iframe-container { display: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row > .video-iframe-container { display: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .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); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container { border-width: 0; border-radius: 0; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo::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; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#KIwKgUcP8n2CPcTLBqEnOdRXPcJEsTwC { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:13.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcsgoNr0ehz328kXUcdfUkleh9N9FTby { box-sizing:content-box;height:5.5625rem;width:47.375rem;position:absolute;display:block;z-index:15007;background-color:#f68c28;background-image:none;top:11.1875rem;left:13.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Tt150IMU0PrgaRhucg45nWg9DHaGDXsT { 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:3.1875rem;width:13.6875rem;top:12.375rem;left:30.6875rem;overflow:hidden;display:block; }
#FpDuDdM4KIPQThtNJQ9rn1TLaf2cZfTK { box-sizing:content-box;height:5.75rem;width:47.375rem;position:absolute;display:block;z-index:15009;background-color:#262626;background-image:none;top:16.75rem;left:13.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f5lKXSPuEvTGDEm7Ew7UEAWLKEi2I7MO { 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:15010;opacity:1;top:18.0625rem;left:15.3125rem; }
#EFXE1AhN4dLugXelCGyAx9Bhqr9E6GZq { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:19.75rem;height:2.923825rem;font-style:normal;display:block; }
#Xl9IRigD4NmIwuO7ETPHgMy3FdtFUs1D { 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:15013;opacity:1;top:23.8125rem;left:15.3125rem; }
#Fs2WX0yNHKmfxOhTwFvaaZp0ltET0K6H { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.625rem;left:19.75rem;height:1.462675rem;font-style:normal;display:block; }
#D1MyQZthSZutIfSK7ex4RWlMMZsKpoEa { box-sizing:content-box;height:5.75rem;width:47.375rem;position:absolute;display:block;z-index:15012;background-color:#262626;background-image:none;top:22.5rem;left:13.8125rem;border-top:0.0625rem solid rgba(255,255,255,0.45);border-left:0;border-right:0;border-bottom:0;display:block; }
#eDTLSWTxxntZR73yAXPCIK5TxwmHmfxe { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.6875rem;left:19.75rem;height:2.923825rem;font-style:normal;display:block; }
#DRRWOXL7pcuPZWpDS79LwBeZOnbC2lLV { 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:15016;opacity:1;top:29.5625rem;left:15.3125rem; }
#smDoiTXFnktiuSuKKfX7KgRqLe9FBPeU { box-sizing:content-box;height:5.75rem;width:47.375rem;position:absolute;display:block;z-index:15015;background-color:#262626;background-image:none;top:28.25rem;left:13.8125rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NDqQkTImzutVWsQblRTunOFaFApayBTZ { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.75rem;left:30.15625rem;display:block; }
#uGfkygx33Ahoa7Cy2booNQzriioSDAHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxdi3Hn1cn3cBS38N7CNoRUd51FF9Q6a { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:none; }
#SRUz6Rck9ObUCSdAVAP1blU8gum7CJ8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC { position:relative;display:block; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC { background-color: transparent; background-image: none; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row .container > .video-iframe-container { display: none; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row > .video-iframe-container { display: none; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .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); }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC { border-width: 0; border-radius: 0; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .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; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#fr5v2geGfob1343qsxL6qfInTEypqVz4 { color:#000000;display:block;width:65.6875rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.375rem;left:4.65625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axalFDRWWvb1uKgfPb546Px3sETJ3KC3 { 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.9375rem;width:12.1875rem;top:11.3125rem;left:6.4375rem;overflow:hidden;display:block; }
#VIPa29T4vv68Ix3cXfQvcuxsEstHtTd4 { 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:3.4375rem;width:10.5rem;top:11.5625rem;left:18.625rem;overflow:hidden;display:block; }
#oPRPyFCR79ymsyz4a6EtX8rrnwFMhf0D { 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:3.1875rem;width:10.0625rem;top:11.6875rem;left:29.125rem;overflow:hidden;display:block; }
#zPhBRG1KcPrge47s7DMNZ9Q0IqW0WRl6 { 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.0625rem;width:4.0625rem;top:11.25rem;left:40.25rem;overflow:hidden;display:block; }
#o0m3w9BtUkffdXLEK9dUlyTBaIEJZoFA { 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:3.5625rem;width:10.875rem;top:11.5rem;left:46.4375rem;overflow:hidden;display:block; }
#eKDAOvSnR4opI3nNnwWU2VGCRbZP1D5T { 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:3.6875rem;width:11.25rem;top:11.4375rem;left:57.3125rem;overflow:hidden;display:block; }
#NlZiSPszPTnBBnHIR4e0KZJR7Qlde2St { 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:3.3125rem;width:10.125rem;top:17.875rem;left:7.46875rem;overflow:hidden;display:block; }
#TMewTctAxb6dcQzyUxTnZckv5RGhobMU { 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:4.375rem;width:4.375rem;top:16.65625rem;left:21rem;overflow:hidden;display:block; }
#HaTdQvmrB4fOGXEmr0Qae8t2Ryl5Fq4A { 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:3.25rem;width:9.9375rem;top:17.21875rem;left:27.9375rem;overflow:hidden;display:block; }
#Jqgue2Iz27sBiqLGRJr56FnhKmZDXyJ1 { 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:3.125rem;width:9.5625rem;top:17.875rem;left:37.875rem;overflow:hidden;display:block; }
#bOkUhdh1niDMCKOSlgvyhbdTCw2AevRT { 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:2.6875rem;width:8.25rem;top:17.875rem;left:48.5rem;overflow:hidden;display:block; }
#bNiTeODqOaW65hDZZQDeJeSeQhFuarcO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.625rem;top:17.375rem;left:58.125rem;overflow:hidden;display:block; }
#VSlbf6SccHGh9SOCT5fN7gmIodUKph8T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.9375rem;top:24.40625rem;left:8.0625rem;overflow:hidden;display:block; }
#OJOOMG7idA6X9GuBchZiuMRZ2BdkcyBX { 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:2.5625rem;width:7.8125rem;top:24.59375rem;left:19.28125rem;overflow:hidden;display:block; }
#xfUm7XkcWKDDxAdwrqhfcH3WOHac5cDe { 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:4.625rem;width:4.625rem;top:22.78125rem;left:30.59375rem;overflow:hidden;display:block; }
#sVUT3mrCIglAEMrB71C00oLNC8JZ92XI { 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:5.0625rem;width:5.0625rem;top:23.34375rem;left:40.25rem;overflow:hidden;display:block; }
#TLM5qWE9nPSS1dipZcpDVC01PUH1kdGz { position:absolute;display:block;z-index:15017;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.5625rem;width:4.5625rem;top:23.59375rem;left:50.34375rem;overflow:hidden;display:block; }
#m9xqUKTvAbOO4MIkb2pTHmQ4nhC95PRM { position:absolute;display:block;z-index:15018;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:4.625rem;top:23.5625rem;left:60.625rem;overflow:hidden;display:block; }
#DCwhbxtB44Qvzs43e1u4pXv7e1TUIUIF { position:absolute;display:block;z-index:15018;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:4.25rem;top:30.125rem;left:30.78125rem;overflow:hidden;display:block; }
#Odwn6oquZfC1tf5bnMSwcTmCG8lczWDF { position:absolute;display:block;z-index:15019;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:4.3125rem;top:30.09375rem;left:40.5rem;overflow:hidden;display:block; }
#DMRu0CbuJp2rgiKtwF832dpuqnLJv5Vb { position:absolute;display:block;z-index:15019;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:5rem;width:5rem;top:29.75rem;left:10.03125rem;overflow:hidden;display:block; }
#mIeiH3avbTnQKiBnZoIalotW9OQv1LNl { position:absolute;display:block;z-index:15020;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:4.3125rem;top:30.09375rem;left:50.46875rem;overflow:hidden;display:block; }
#vaVNJ1BgmDdEkbRsc6c8Ou1pdadrZQdC { position:absolute;display:block;z-index:15020;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:10.0625rem;top:30.6875rem;left:18.625rem;overflow:hidden;display:block; }
#lWwiNR2RPeVMdWfBsOkOC9oxRuySuHRG { position:absolute;display:block;z-index:15021;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.6875rem;width:4.6875rem;top:29.90625rem;left:60.59375rem;overflow:hidden;display:block; }
#Tv7m1kWgUioN1vM3oOHZFTCrxmhupa3z { 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:2.75rem;width:8.625rem;top:37.125rem;left:8.21875rem;overflow:hidden;display:block; }
#KRlcPpmUPAwuSAlnXKyir1g6qBzfULVT { 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:2.875rem;width:9rem;top:37.0625rem;left:19.375rem;overflow:hidden;display:block; }
#DpuhUGaNwiKJQpCBb9rsWWV0pTidQuxg { 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:3.8125rem;width:3.8125rem;top:36.59375rem;left:31rem;overflow:hidden;display:block; }
#cTTyq8IC1E64xbqhc7BUbOafGnZw8tzT { 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:2.5625rem;width:8.0625rem;top:37.375rem;left:38.25rem;overflow:hidden;display:block; }
#XNpmUL7zoBuV99VCiTgyyJekxJOCJpe5 { position:absolute;display:block;z-index:15022;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.9375rem;width:5.0625rem;top:36.03125rem;left:60.40625rem;overflow:hidden;display:block; }
#TxamAiTTRpuQnSTDLlkrD6HuIwbos7gc { 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:2.3125rem;width:11.0625rem;top:37.34375rem;left:47.4375rem;overflow:hidden;display:block; }
#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container { background-color: transparent; background-image: none; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container > .video-iframe-container { display: none; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row > .video-iframe-container { display: none; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .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); }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container { border-width: 0; border-radius: 0; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container { font-size:0.875rem;font-family:arial;height:104.1875rem;width:75rem;position:relative;display:block; }#K7KR4gWvMGmEBL3CAXvXTv5DdNTn12bQ { color:#000000;display:block;width:69.0625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:2.96875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8brGaMe55ZimrTdoLpvXNEPc13P7JJX { position:absolute;display:block;z-index:15010;height:45.5rem;width:72.4375rem;top:23.84375rem;left:1.28125rem;display:block; }
#WHK8aA7IIh2kTaBDeHw1ZsWEzOt8ab9U { background-color:#f68c28;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5966796875rem;left:43.8125rem;display:none; }
#iC2eXW4gAnuF395Td1Wq5R19saQvHBbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuBWoSeSTGulAcIBDJrMDqw9EGimz8e9 { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:17.1875rem;left:17.21875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnFShUHx597rIu6m6fwq7Rkw57SIv0av { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:9.25rem;left:3.90625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBUJr8cMsU2rtOblD4iGEF0ZrVmxzudk { color:#181728;display:block;width:69.0625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:73.4375rem;left:2.125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAnlnwzrwf5L4OeMfTVxk7lQ8VmbWCvZ { color:#585858;display:block;width:54.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:81.25rem;left:9.25rem;height:19.5917875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container { background-color: transparent; background-image: none; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container > .video-iframe-container { display: none; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row > .video-iframe-container { display: none; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .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); }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container { border-width: 0; border-radius: 0; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .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:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0;border-right:0;border-bottom:0; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .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; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-heading-text { display:block;position:relative;width:100%;font-family:inter;font-weight:700;font-size:1.25rem;color:#ffffff; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:inter;line-height:1.4;overflow:hidden;height:auto;color:#ffffff;font-weight:300;font-style:normal; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-trigger.adaptive-delivery-prevent-bg, #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-trigger.lazyload, #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-trigger.lazyloading { background-image: none; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf { box-sizing:content-box;height:auto;width:58.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#262626;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.5185546875rem;left:7.21875rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #eEQ26JxGgGhu1FXLqf9pmZfdMUcgrGKw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #tfDrPVdVCWiRRrTihqwa1Iimf3cJifTF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #T3ciUZzSn2R0iTv9Tu4GFzmLXoaxn1P1 { display:block;position:relative; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #Js7cWqmH0aRJBaJWMoNzofOZskWnbv9z {  }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #LeOlk1cCedJZDCIvZoQxWH0TDwuTCNaA {  }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #nPlOVV66i1XGcPBzIlGEGhyAu4g0aKiD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #g3byPPTMIRumd6emGRTC11TT4nXF5h5N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #FmNLrxNRTy7LpBPKiDO0r6naWNwOnnHW { display:block;position:relative; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #xpyS1cn7s1R66sd5sCMz9xNmJ4g2kWkw {  }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #NV7xJ89mJINdyUt7adk8wDN6V4EQn1Ba { display:none; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #iUnd2OxrXy2RVRwGDSdGw1gzTLPSBeUv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #Qrhn8y8Fd0Jtc8rZaTVWSL30SeeKFGzD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #b90xL8s4gFSPsqmwmHyN1InT7dd3Lf8K { display:block;position:relative; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #GUOmxAfBbXTNh5GW0q8D0TiJkQXo6cXk {  }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #xBZeAhksuPs8L8CgIoMPcVCKt8Wr5Bde { display:none; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #OPtH2OOipxx55oydReKmVyJ2LiKndxlB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #o98eWcBBIIDgFurkXn3891AzttJtHTWK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #ElPCBWZNwS3uDNpVTef65pP9bnKq36ET { display:block;position:relative; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #EbPvngin8W4aK1i5GTqZhIbQzZ4cHIQ7 {  }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #WmMF853TLoxbuevuZFzXs78lC736I27c { display:none; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #PRtgCGHPTTDRCUFM6XwNJFHAM0K0akn1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #D84wEftG87oPfFq96sPXAdhD29P1fgob { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #RcbaaB3BrmTqPKtGbbDkwUM6sB4yZEoW { display:block;position:relative; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #L36XPFcX3tecUcqUihVRAMvEcwGPUr11 {  }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #IuqHtBHUHH9IAt5UOtqvSwmAqWwRaIqf { display:none; }
#kybXlrSBbhBkiow6dPJPp644imlQgfCS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:35.375rem;left:71.84375rem; }
#kybXlrSBbhBkiow6dPJPp644imlQgfCS > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#FVJvgFznxkHGTNZEV7b5S7hUgAlR18FT { 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:15001;opacity:1;top:30.625rem;left:62.15625rem;display:none; }
#FVJvgFznxkHGTNZEV7b5S7hUgAlR18FT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nKl49T2eNmwTmonX3mn68I8yIIIFP5MH { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:21.59375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container { background-color: transparent; background-image: none; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container > .video-iframe-container { display: none; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row > .video-iframe-container { display: none; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .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); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container { border-width: 0; border-radius: 0; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#R7VNEkG2i0cb6gyPtF4eUM4F66Mx5GVT { 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:3.125rem;width:11.8125rem;top:2.4375rem;left:31.625rem;overflow:hidden;display:block; }
#dFxAdrvTto88tu8A7UuDLUkh20xGrCWu { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.6875rem;left:19.875rem;height:1.600475rem;text-align:center;text-align-last:center;display:block; }
#bcP8TJZxGLVFxttFf36uPaoPUyIDTMEm { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15034;background-color:rgba(255,255,255,0.5);background-image:none;top:7.4375rem;left:21.875rem;display:block; }
#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ { position:relative;display:block; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ { background-color: transparent; background-image: none; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row .container > .video-iframe-container { display: none; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row > .video-iframe-container { display: none; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .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); }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ { border-width: 0; border-radius: 0; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .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; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#cSLWzvVLuPV364uDB5bGF43XOxITS9zO { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:0.73095703125rem;left:20.8125rem;height:1.600475rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl { display:block; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O6zidWXXpBwFr3RuNQRHaTnXKU46dpcl { width:9.3125rem;height:2.125rem;top:1rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uB1r1W50eqFwgvbLUOfssif1LH2pnkWb { width:15rem;height:2.75rem;top:0.6875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nz37C8tu0T9eZzE019JyNTW0P7wCXgta { display:block; }
 }@media only screen and (max-width: 1199px) { #mqvomSBZO6VSdABBate80mxge8kMI9Dr { width:1.4375rem;height:1.4375rem;top:1.375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZrmS6MsMN0muBBZHTJryiCKLi2qXtFpm { width:41.125rem;height:9.375rem;top:6.5625rem;left:1.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1WHC3zeJ5viulaN3hoaJOgWB603MfXz { width:37.8125rem;height:1.5rem;top:4.4375rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsizxvGFMWzX3efeO9XF5mUnMFD7RuUP { width:35.125rem;height:4.5rem;top:17.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRIa9bSmRZRbTRXsVQMTd8hp8GM3AQge { width:28.5rem;height:1.4619125rem;top:30.0625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABJNS1IUqR7aQdJUPrhJ6Px3W8b6lIZX { width:22.4375rem;height:2.8125rem;top:23.625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttq0M6ChSMLNkTXwbTR04TVFz6CzWEZy { display:block; }
 }@media only screen and (max-width: 1199px) { #C0cmxGQmaB76TpqP3ZrrRmWSxBfodadr { width:44.8125rem;height:2.5625rem;top:29.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R87GIiviCJNNeuDascJZex32q9VANN16 { width:41.3125rem;height:23rem;top:33.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4xGe6A8eT4AeAlKkb0bWypeVz1HBq8n { width:22.4375rem;height:2.8125rem;top:25.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E5Xsim9hGFKySh4EdgR9kKnbx0SKtlIR { display:block; }
 }@media only screen and (max-width: 1199px) { #VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt { display:block; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container { width:47.75rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lTmweMNuSrhS5qsBQTnbOkKdb8LQlZAG { width:14.8125rem;height:28.3125rem;top:2.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7iAh7vH8Qcs8CpivDraRDuql21oyRvR { width:4.625rem;height:4.625rem;top:21.562502861023rem;left:5.6458336114883rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsAk3OA3zSaE9DetQSAC9qfFkbTpn86r { width:13.5625rem;height:4.87305rem;top:5.3125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8IRgBW3H1wGZcS9Cik8mVN1f8HFAVbh { width:13.1875rem;height:2.4375rem;top:27.21875rem;left:1.3642578125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlgh7kvtlD71EwLiZB5vCXLWLFhqEw85 { width:14.4375rem;height:28.625rem;top:2.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpFZORR8czoiV9ckU4xC1xn1lPDyEl3i { width:12.125rem;height:14.296875rem;top:5.3125rem;left:17.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXLNfgXs90ChR8kvr8tvteV94uLrIniX { width:6.75rem;height:0.9375rem;top:3.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfcIzuNcxv8zhRxunyMTxiHfd7ft7do0 { width:4.5625rem;height:4.5625rem;top:21.59375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IinL9p6TF4n6sFBM6O2BDPqMvbBFo8nH { width:12.625rem;height:2.4375rem;top:27.21875rem;left:17.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5SBLrpKHESfwhdhNZu7cJLyl5TNydVZ { width:14.5625rem;height:28.625rem;top:2.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIAurulcvEIkXmkOfW1cvCHV1CehvscC { width:12.75rem;height:8.7715rem;top:5.3125rem;left:33.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmdwnwfQXDZ0Z84T48mrb5MwbbEOAlz9 { width:4.625rem;height:4.625rem;top:21.5625rem;left:37.47900390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M06qegT2suLhDs1w14mGcO1MZCle7pVr { width:13rem;height:2.4375rem;top:27.21875rem;left:33.29150390625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9CBvgVdBTwQWZKPHgaMLQZslGfuao20 { width:6.75rem;height:0.9375rem;top:3.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CA4aqcVw67VUrrnwXr6WTboEoZk4aB7p { width:6.75rem;height:0.9375rem;top:3.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXuA5AHR6zub36rldQzUGKNEdpvBbg8R { width:14.8125rem;height:25.1875rem;top:32.5625rem;left:0.55143225193024rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkdGTVRu8OxzvQm0W5Kwv1scrX0KqwBq { width:6.75rem;height:0.9375rem;top:34.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OulIzJxS3bGeFHAPzdQCNzk39yxiXWQJ { width:13.5625rem;height:5.84765625rem;top:36.4375rem;left:1.1767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ykytDUl0EwepXAePPf9gsklHrTXGlyC3 { width:14.4375rem;height:25.0625rem;top:32.5625rem;left:16.656250596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Of1BAXrgJXLgmsTWe4lG9eQwfTxUNorA { width:12.125rem;height:10.722625rem;top:36.4375rem;left:17.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4StbQvH9ffnEIWMp9MZWO8PqPL09elR { width:6.75rem;height:0.9375rem;top:34.125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaeOUC9oWbBKDU3KtnrZMLTNIvne1wZF { width:13.5rem;height:3.25rem;top:53.312501907349rem;left:1.2083333730698rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5hAQKxZppmGU8uCnhsi4SNhPEMpmBOo { width:12.625rem;height:2.4375rem;top:54.125001907349rem;left:17.562500596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D12vvNCRU1QTrgQbTdJ2zxSiUsnctLlS { width:5.625rem;height:5.375rem;top:48.041669845581rem;left:21.062500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofb0Lerlwq4cCmtOmWnKuWV0yf2gOdlP { width:5.625rem;height:5.625rem;top:47.156251907349rem;left:5.1458336114883rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 { display:block; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JcIfLbEAD6TpbxPoyZphJAQhsNLsSxu8 { width:2.4375rem;height:2.4375rem;top:1.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P4aDdJ5AVeFE1dpDmNIns4Fxh2LFQ0KE { width:2.5rem;height:2.4375rem;top:1.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG { display:none; }#o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG > .row .container { width:47.75rem;height:16.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #SNJThbvSMsLJICIFZP9lBhC4vxCwInXA { width:24.9375rem;height:2.76171875rem;top:2.75rem;left:11.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXM2gLZ9UxW35OaSXcQ82o2yVDvrlDX8 { width:43.5rem;height:1.23730625rem;top:7.125rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4IPqU6DhqBvpuaX2DGOLTimEBfCDcyz { width:42.0625rem;height:2.25rem;top:12.125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVT5BzrqMA6wB7QTDEN0F8HSmrDTEaCM { width:27.5rem;height:1.4619125rem;top:9.8125rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG { display:block; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container { width:47.75rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P4re0Wdg5s0OdIOlr74QCinHge46KoOR { width:23.6875rem;height:35.1875rem;top:2.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XbBEsiHNIrnIGXikgidQa2WDZscXnIRF { width:21.75rem;height:25.33986875rem;top:4.5625rem;left:23.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IsfASnEUfoSD8meAFcdqrlQaycJ1vBG9 { width:13.75rem;height:1.13671875rem;top:34.625rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NemkL973Zk5RpfMvzFxqThlJImOBnfIx { width:12.0625rem;height:3.0625rem;top:30.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uRHRZ0PIBSs9JW4Hb6FPTwcCSXXxI7Wr { width:21.25rem;height:26.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l { display:block; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container { width:47.75rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yqhKVLvFazd6ERe6ZhcOdxIM79gTFy54 { width:47.75rem;height:9.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJuNCX7ZJbirCdg0pFgdnAoaWc0iRTDg { width:4.875rem;height:4.875rem;top:8.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvEy0W0zXzpLBn4dJ1t9N34TML9NTomo { width:38.875rem;height:5.19921875rem;top:8.462890625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rw29xXa8Lt0SCQRChF03XM5G3ltNZ3J4 { width:4.875rem;height:4.875rem;top:19.875rem;left:0.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDPdTfcGDXXUTIpII1rm9GOR6pUckD0K { width:38.5625rem;height:5.19921875rem;top:19.712890625rem;left:7.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1DAZS7KVQTSNBSfGhJA2OqoLT4Nn3gO { width:47.75rem;height:9.625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vq2OLAXSZaUJVbvOB2qb95P4s9hWzOwK { width:38.125rem;height:2.5996125rem;top:33.0751953125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOmXHWDbqmvtdCQNn6tyQOWPNmccBO4M { width:4.875rem;height:4.875rem;top:31.9375rem;left:0.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klPI0xTEu9TyIgtM776DBTh6KaACq0do { width:47.75rem;height:9.625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEr1pmKPKF7Ds0CxqLmvRFpdVO0BegHI { width:17.5rem;height:2.8125rem;top:41.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9TbhB3bpmrKoFx0e0kqwKuLPLOfOhVt { display:block; }
 }@media only screen and (max-width: 1199px) { #KKXasKXQQr47aIpspf6U4RLyxHTrpOZA { width:43.5rem;height:1.71875rem;top:2.5rem;left:2.125rem;font-size:1.5625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #elCaJ5Tr6xETdnkQEzmawGIlhuBEmwbE { width:22.4375rem;height:2.8125rem;top:25.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QJQsAD8TxZTuJqLqlhNb0nJAtmwwTivK { display:block; }
 }@media only screen and (max-width: 1199px) { #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 { display:block; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g9mKoaNeVHPThDiAeCiTLrKrrucopTFg { width:47.75rem;height:6.5800625rem;top:10.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3FSEhZycbST5nqiHSiOr9z4yniobWdr { width:45.1875rem;height:1.7871125rem;top:19.375rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vz4iaEQKruI8OKdb1NtEmRlmXqODlB2F { width:23.6875rem;height:1.94921875rem;top:6.5rem;left:12.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7VWlhwIVyvENV6SlbJBqdtBEbsIqB3l { width:17.5rem;height:3.4375rem;top:23.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7PqseMoWPqmukclhqZedaP0WRFCakFe { display:block; }
 }@media only screen and (max-width: 1199px) { #uTa0N5cGSTohq8IBPvBzTGlDZ1Tm4tkT { width:22.4375rem;height:2.8125rem;top:25.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q4kM54kFNIHIPvf84OucMha5Jaxp9alx { display:block; }
 }@media only screen and (max-width: 1199px) { #lykswAe9SusTKuTTWSL74Bcyq1g3KFHd { display:block; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container { width:47.75rem;height:102.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WpiR0TzTyL6Zmq5dESwkipa9E2mGsvH1 { width:42.1875rem;height:5.5244125rem;top:2.0625rem;left:2.78125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wt7F5eESD0J4HITdMf5JyrWRaE3DqMF6 { width:45.0625rem;height:3.25rem;top:8.4267578125rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsdWDDR0zHgabUlfAQimdWTKhMndguSs { width:17.5rem;height:3.4375rem;top:96.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0XtrAHAN4dpH5ue1fahWA4ffvlr70y3 { display:block; }
 }@media only screen and (max-width: 1199px) { #MBndwkfWmTmt5CHODy9Hh0rGhMbTAZAQ { width:20.9375rem;height:4.796875rem;top:88.75rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lttu2MSklgDsCze1dWoNt71nu4JhOALJ { width:20.0625rem;height:4.796875rem;top:65.3125rem;left:25.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vC0dawRLtO5gmtWSird6Cdh7ndVyDBxx { width:20.875rem;height:5.99609375rem;top:64.6875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xV7goLfycvNxphnOQJ6tiJNN6xuGqSCV { width:18.5625rem;height:4.796875rem;top:88.75rem;left:26.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVuSkDKq5sDD78PiESPRVWugaEdpyTEz { width:21.25rem;height:11.875rem;top:51.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NI4oRGqRelKDTcJukpdkaiGK0hSiH30e { width:21.25rem;height:11.875rem;top:51.8125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXMXe6AnTcpRMLkPolGaSHLJyfx4Fito { width:21.25rem;height:11.875rem;top:75.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzbbQANZNEU8zfECGMIBJCZXSyK1SI71 { width:21.25rem;height:11.875rem;top:75.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4bDnlRolVx2sHqWdA7RJFeHfzDbtbbC { width:47.75rem;height:36.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0aA3bhOvmMgo57rdlWSgUGKgKy1eH4e { width:22.4375rem;height:2.8125rem;top:25.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #saLxU7y2fXe0xEG7xICwEqcQqbBFi9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #eWZeQQAtiCun3q2QNveWm62UllAokLoM { display:block; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container { width:47.75rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T8ro7hUz6lfam2Um91JizvQ4iBW3qh59 { width:22.4375rem;height:33.75rem;top:8.4375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEfpva36i2MHWhHR8IlO3ciSST5G6RXw { width:21.125rem;height:27.5820625rem;top:12.17724609375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBgP16W3JKddOIbk85iUc5HGE6AcRT8i { width:22.4375rem;height:33.625rem;top:8.4375rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHPUpAf5d9TOAeuiN5fXo4Rl2bLCA8A6 { width:6.125rem;height:6.125rem;top:1.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7VFZeXrZeTMGyh9gHTC6rn9MS4gS9Qp { width:6.125rem;height:6.125rem;top:1.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #de6qBaDm1WlLVaptnNteagxz8VOpM04n { width:2.9375rem;height:2.9375rem;top:40.6728515625rem;left:10.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ue5TKCw5X42cqRKGsrV1OEsC3eChTQVx { width:2.9375rem;height:2.9375rem;top:40.6728515625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOF8xfWAgGnoa5EwDegE3J5xEL7OGZq2 { width:19.6875rem;height:22.09665625rem;top:12.75rem;left:25.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo { display:block; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container { width:47.75rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KIwKgUcP8n2CPcTLBqEnOdRXPcJEsTwC { width:42.5625rem;height:2.51855625rem;top:3rem;left:2.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EcsgoNr0ehz328kXUcdfUkleh9N9FTby { width:45.3125rem;height:4.875rem;top:8.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt150IMU0PrgaRhucg45nWg9DHaGDXsT { width:11.0625rem;height:2.375rem;top:9.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpDuDdM4KIPQThtNJQ9rn1TLaf2cZfTK { width:45.3125rem;height:5.75rem;top:13rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5lKXSPuEvTGDEm7Ew7UEAWLKEi2I7MO { width:2.8125rem;height:2.8125rem;top:14.625rem;left:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFXE1AhN4dLugXelCGyAx9Bhqr9E6GZq { width:38.3125rem;height:2.5996125rem;top:14.6875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl9IRigD4NmIwuO7ETPHgMy3FdtFUs1D { width:2.8125rem;height:2.8125rem;top:20.0625rem;left:2.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fs2WX0yNHKmfxOhTwFvaaZp0ltET0K6H { width:38.3125rem;height:1.4624rem;top:20.875rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1MyQZthSZutIfSK7ex4RWlMMZsKpoEa { width:45.3125rem;height:5.75rem;top:18.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDTLSWTxxntZR73yAXPCIK5TxwmHmfxe { width:38.3125rem;height:2.923825rem;top:25.9375rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRRWOXL7pcuPZWpDS79LwBeZOnbC2lLV { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:2.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smDoiTXFnktiuSuKKfX7KgRqLe9FBPeU { width:45.3125rem;height:5.75rem;top:24.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDqQkTImzutVWsQblRTunOFaFApayBTZ { width:17.5rem;height:3.4375rem;top:32.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGfkygx33Ahoa7Cy2booNQzriioSDAHD { display:block; }
 }@media only screen and (max-width: 1199px) { #yxdi3Hn1cn3cBS38N7CNoRUd51FF9Q6a { width:22.4375rem;height:2.8125rem;top:25.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SRUz6Rck9ObUCSdAVAP1blU8gum7CJ8s { display:block; }
 }@media only screen and (max-width: 1199px) { #RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC { display:block; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row .container { width:47.75rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fr5v2geGfob1343qsxL6qfInTEypqVz4 { width:43.5rem;height:4.875rem;top:3.1875rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axalFDRWWvb1uKgfPb546Px3sETJ3KC3 { width:11rem;height:3.5rem;top:11rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIPa29T4vv68Ix3cXfQvcuxsEstHtTd4 { width:10.75rem;height:3.4375rem;top:11.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oPRPyFCR79ymsyz4a6EtX8rrnwFMhf0D { width:11.6875rem;height:3.625rem;top:10.9375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPhBRG1KcPrge47s7DMNZ9Q0IqW0WRl6 { width:4.0625rem;height:4.0625rem;top:10.75rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0m3w9BtUkffdXLEK9dUlyTBaIEJZoFA { width:11.25rem;height:3.6875rem;top:17.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKDAOvSnR4opI3nNnwWU2VGCRbZP1D5T { width:11rem;height:3.625rem;top:17.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NlZiSPszPTnBBnHIR4e0KZJR7Qlde2St { width:11rem;height:3.625rem;top:17.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMewTctAxb6dcQzyUxTnZckv5RGhobMU { width:5rem;height:5rem;top:16.5625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HaTdQvmrB4fOGXEmr0Qae8t2Ryl5Fq4A { width:11rem;height:3.625rem;top:25.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jqgue2Iz27sBiqLGRJr56FnhKmZDXyJ1 { width:11rem;height:3.625rem;top:25.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOkUhdh1niDMCKOSlgvyhbdTCw2AevRT { width:11rem;height:3.625rem;top:24.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNiTeODqOaW65hDZZQDeJeSeQhFuarcO { width:11rem;height:3.375rem;top:24.4375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSlbf6SccHGh9SOCT5fN7gmIodUKph8T { width:11rem;height:3.625rem;top:32.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJOOMG7idA6X9GuBchZiuMRZ2BdkcyBX { width:11rem;height:3.625rem;top:32.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfUm7XkcWKDDxAdwrqhfcH3WOHac5cDe { width:6.1875rem;height:6.1875rem;top:30.875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVUT3mrCIglAEMrB71C00oLNC8JZ92XI { width:5.6875rem;height:5.6875rem;top:31rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLM5qWE9nPSS1dipZcpDVC01PUH1kdGz { width:5.6875rem;height:5.6875rem;top:40rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9xqUKTvAbOO4MIkb2pTHmQ4nhC95PRM { width:6.5625rem;height:6.5625rem;top:39.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCwhbxtB44Qvzs43e1u4pXv7e1TUIUIF { width:6.1875rem;height:6.1875rem;top:48.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Odwn6oquZfC1tf5bnMSwcTmCG8lczWDF { width:6.125rem;height:6.125rem;top:48.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMRu0CbuJp2rgiKtwF832dpuqnLJv5Vb { width:6.3125rem;height:6.3125rem;top:39.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIeiH3avbTnQKiBnZoIalotW9OQv1LNl { width:6.75rem;height:6.75rem;top:48.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaVNJ1BgmDdEkbRsc6c8Ou1pdadrZQdC { width:11rem;height:3.4375rem;top:41.125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWwiNR2RPeVMdWfBsOkOC9oxRuySuHRG { width:7.375rem;height:7.375rem;top:47.75rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv7m1kWgUioN1vM3oOHZFTCrxmhupa3z { width:10.3125rem;height:3.3125rem;top:58.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRlcPpmUPAwuSAlnXKyir1g6qBzfULVT { width:11rem;height:2.75rem;top:58.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpuhUGaNwiKJQpCBb9rsWWV0pTidQuxg { width:5.625rem;height:5.625rem;top:56.75rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTTyq8IC1E64xbqhc7BUbOafGnZw8tzT { width:11rem;height:3.5625rem;top:57.5625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNpmUL7zoBuV99VCiTgyyJekxJOCJpe5 { width:6.1875rem;height:6.0625rem;top:64.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxamAiTTRpuQnSTDLlkrD6HuIwbos7gc { width:11rem;height:2.25rem;top:66.34375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 { display:block; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container { width:47.75rem;height:109.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K7KR4gWvMGmEBL3CAXvXTv5DdNTn12bQ { width:46.125rem;height:4.38671875rem;top:3.25rem;left:0.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8brGaMe55ZimrTdoLpvXNEPc13P7JJX { width:45.9375rem;height:53.375rem;top:24.875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHK8aA7IIh2kTaBDeHw1ZsWEzOt8ab9U { width:22.4375rem;height:2.8125rem;top:25.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iC2eXW4gAnuF395Td1Wq5R19saQvHBbE { display:block; }
 }@media only screen and (max-width: 1199px) { #RuBWoSeSTGulAcIBDJrMDqw9EGimz8e9 { width:35.125rem;height:3rem;top:19.375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnFShUHx597rIu6m6fwq7Rkw57SIv0av { width:35.125rem;height:8rem;top:9.5625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBUJr8cMsU2rtOblD4iGEF0ZrVmxzudk { width:46.125rem;height:4.38671875rem;top:82.75rem;left:0.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yAnlnwzrwf5L4OeMfTVxk7lQ8VmbWCvZ { width:38.0625rem;height:17.98828125rem;top:88.3642578125rem;left:4.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f { display:block; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf { display:flex;height:auto;width:45.25rem;top:6.6376953125rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #eEQ26JxGgGhu1FXLqf9pmZfdMUcgrGKw {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #tfDrPVdVCWiRRrTihqwa1Iimf3cJifTF {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #T3ciUZzSn2R0iTv9Tu4GFzmLXoaxn1P1 {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #Js7cWqmH0aRJBaJWMoNzofOZskWnbv9z {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #LeOlk1cCedJZDCIvZoQxWH0TDwuTCNaA {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #nPlOVV66i1XGcPBzIlGEGhyAu4g0aKiD {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #g3byPPTMIRumd6emGRTC11TT4nXF5h5N {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #FmNLrxNRTy7LpBPKiDO0r6naWNwOnnHW {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #xpyS1cn7s1R66sd5sCMz9xNmJ4g2kWkw {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #NV7xJ89mJINdyUt7adk8wDN6V4EQn1Ba {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #iUnd2OxrXy2RVRwGDSdGw1gzTLPSBeUv {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #Qrhn8y8Fd0Jtc8rZaTVWSL30SeeKFGzD {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #b90xL8s4gFSPsqmwmHyN1InT7dd3Lf8K {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #GUOmxAfBbXTNh5GW0q8D0TiJkQXo6cXk {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #xBZeAhksuPs8L8CgIoMPcVCKt8Wr5Bde {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #OPtH2OOipxx55oydReKmVyJ2LiKndxlB {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #o98eWcBBIIDgFurkXn3891AzttJtHTWK {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #ElPCBWZNwS3uDNpVTef65pP9bnKq36ET {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #EbPvngin8W4aK1i5GTqZhIbQzZ4cHIQ7 {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #WmMF853TLoxbuevuZFzXs78lC736I27c {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #PRtgCGHPTTDRCUFM6XwNJFHAM0K0akn1 {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #D84wEftG87oPfFq96sPXAdhD29P1fgob {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #RcbaaB3BrmTqPKtGbbDkwUM6sB4yZEoW {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #L36XPFcX3tecUcqUihVRAMvEcwGPUr11 {  }
 }@media only screen and (max-width: 1199px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #IuqHtBHUHH9IAt5UOtqvSwmAqWwRaIqf {  }
 }@media only screen and (max-width: 1199px) { #kybXlrSBbhBkiow6dPJPp644imlQgfCS { width:2rem;height:2rem;top:36.1875rem;left:45.75rem;display:block; }
#kybXlrSBbhBkiow6dPJPp644imlQgfCS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 1199px) { #FVJvgFznxkHGTNZEV7b5S7hUgAlR18FT { width:3.125rem;height:3.125rem;top:30.625rem;left:44.625rem;display:none; }
#FVJvgFznxkHGTNZEV7b5S7hUgAlR18FT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #nKl49T2eNmwTmonX3mn68I8yIIIFP5MH { width:39.5rem;height:2.5996125rem;top:2.625rem;left:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B { display:block; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R7VNEkG2i0cb6gyPtF4eUM4F66Mx5GVT { width:11.8125rem;height:3.125rem;top:2.4375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFxAdrvTto88tu8A7UuDLUkh20xGrCWu { top:8.6875rem;left:6.25rem;width:35.25rem;height:1.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcP8TJZxGLVFxttFf36uPaoPUyIDTMEm { width:31.25rem;height:0.0625rem;top:7.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ { display:block; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cSLWzvVLuPV364uDB5bGF43XOxITS9zO { top:0.6875rem;left:7.1875rem;width:30.5rem;height:1.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl { display:block; }#uJ3hTpxssuG72yz9EgXJfdsMEPmimFrl > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6zidWXXpBwFr3RuNQRHaTnXKU46dpcl { width:9.3125rem;height:2.125rem;top:1.375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB1r1W50eqFwgvbLUOfssif1LH2pnkWb { width:12.0625rem;height:2.25rem;top:4.5625rem;left:3.96875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nz37C8tu0T9eZzE019JyNTW0P7wCXgta { display:block; }
 }@media only screen and (max-width: 763px) { #mqvomSBZO6VSdABBate80mxge8kMI9Dr { display:flex;width:1.125rem;height:1.125rem;top:5.125rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrmS6MsMN0muBBZHTJryiCKLi2qXtFpm { width:19.0625rem;height:8.25rem;top:3.9609375rem;left:0.46875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WHC3zeJ5viulaN3hoaJOgWB603MfXz { width:17.4375rem;height:1.18785625rem;top:2.375rem;left:0.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsizxvGFMWzX3efeO9XF5mUnMFD7RuUP { width:18.9375rem;height:7rem;top:13.76171875rem;left:0.53125rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yRIa9bSmRZRbTRXsVQMTd8hp8GM3AQge { width:19rem;height:0.9746125rem;top:23.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABJNS1IUqR7aQdJUPrhJ6Px3W8b6lIZX { width:19.125rem;height:2.1875rem;top:36.40625rem;left:0.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttq0M6ChSMLNkTXwbTR04TVFz6CzWEZy { display:block; }
 }@media only screen and (max-width: 763px) { #C0cmxGQmaB76TpqP3ZrrRmWSxBfodadr { width:20rem;height:1.9375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R87GIiviCJNNeuDascJZex32q9VANN16 { width:20rem;height:11.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4xGe6A8eT4AeAlKkb0bWypeVz1HBq8n { width:19.125rem;height:2.1875rem;top:38.4375rem;left:0.4375rem;font-size:0.875rem;z-index:15009;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E5Xsim9hGFKySh4EdgR9kKnbx0SKtlIR { display:block; }
 }@media only screen and (max-width: 763px) { #VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt { background-color:#000000;background-image:none;display:block; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container { background-color: transparent; background-image: none; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container > .video-iframe-container { display: none; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row > .video-iframe-container { display: none; }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .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); }#VWEOZlBix64tu6GQAIA6ZZTvo4RZFeTt > .row .container { width:20rem;height:122rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTmweMNuSrhS5qsBQTnbOkKdb8LQlZAG { width:20rem;height:21.9375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7iAh7vH8Qcs8CpivDraRDuql21oyRvR { width:5.6875rem;height:5.6875rem;top:15.8125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsAk3OA3zSaE9DetQSAC9qfFkbTpn86r { width:16.9375rem;height:3.8984375rem;top:8.25rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8IRgBW3H1wGZcS9Cik8mVN1f8HFAVbh { width:16.5rem;height:2.4375rem;top:22.5rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlgh7kvtlD71EwLiZB5vCXLWLFhqEw85 { width:20rem;height:27.375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpFZORR8czoiV9ckU4xC1xn1lPDyEl3i { width:17.4375rem;height:10.722625rem;top:32.3125rem;left:1.28125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXLNfgXs90ChR8kvr8tvteV94uLrIniX { width:8.1875rem;height:1.13671875rem;top:30.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcIzuNcxv8zhRxunyMTxiHfd7ft7do0 { width:5.5625rem;height:5.5625rem;top:43.662109375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinL9p6TF4n6sFBM6O2BDPqMvbBFo8nH { width:16.625rem;height:2.4375rem;top:51.0625rem;left:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SBLrpKHESfwhdhNZu7cJLyl5TNydVZ { width:20rem;height:21rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIAurulcvEIkXmkOfW1cvCHV1CehvscC { width:16.9375rem;height:5.84765625rem;top:60.6875rem;left:1.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdwnwfQXDZ0Z84T48mrb5MwbbEOAlz9 { width:5.6875rem;height:5.6875rem;top:68.1875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M06qegT2suLhDs1w14mGcO1MZCle7pVr { width:16.375rem;height:2.4375rem;top:74.6875rem;left:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9CBvgVdBTwQWZKPHgaMLQZslGfuao20 { width:8.1875rem;height:1.25rem;top:58.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA4aqcVw67VUrrnwXr6WTboEoZk4aB7p { width:8.1875rem;height:1.25rem;top:6.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuA5AHR6zub36rldQzUGKNEdpvBbg8R { width:20rem;height:20.3125rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkdGTVRu8OxzvQm0W5Kwv1scrX0KqwBq { width:8.1875rem;height:1.1371527777777rem;top:80.875rem;left:0.6357421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OulIzJxS3bGeFHAPzdQCNzk39yxiXWQJ { width:18.5rem;height:3.8984375rem;top:82.9375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykytDUl0EwepXAePPf9gsklHrTXGlyC3 { width:20rem;height:20.6875rem;top:101.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of1BAXrgJXLgmsTWe4lG9eQwfTxUNorA { width:18.8125rem;height:7.1484375rem;top:105.125rem;left:0.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4StbQvH9ffnEIWMp9MZWO8PqPL09elR { width:8.1875rem;height:1.1371527777777rem;top:102.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaeOUC9oWbBKDU3KtnrZMLTNIvne1wZF { width:20rem;height:3.25rem;top:95.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5hAQKxZppmGU8uCnhsi4SNhPEMpmBOo { width:19.5rem;height:2.4375rem;top:119.00000572204rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D12vvNCRU1QTrgQbTdJ2zxSiUsnctLlS { width:5.625rem;height:5.375rem;top:113.00000572204rem;left:7.1875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofb0Lerlwq4cCmtOmWnKuWV0yf2gOdlP { width:5.625rem;height:5.625rem;top:88.498046875rem;left:7.1875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 { background-color:#000000;background-image:none;display:block; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container { background-color: transparent; background-image: none; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container > .video-iframe-container { display: none; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row > .video-iframe-container { display: none; }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .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); }#zUpQtVhc4kZt3yZWDhy07rsq03TATDZ8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcIfLbEAD6TpbxPoyZphJAQhsNLsSxu8 { width:3rem;height:3rem;top:0.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4aDdJ5AVeFE1dpDmNIns4Fxh2LFQ0KE { width:3rem;height:2.925rem;top:0.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG { display:none; }#o4KgGwFzyTmuP0uVXnGttLfA6ex1fhyG > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SNJThbvSMsLJICIFZP9lBhC4vxCwInXA { width:19.375rem;height:2.2745rem;top:2.4501953125rem;left:0.34375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXM2gLZ9UxW35OaSXcQ82o2yVDvrlDX8 { width:18.4375rem;height:4.33268125rem;top:5.875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4IPqU6DhqBvpuaX2DGOLTimEBfCDcyz { width:20rem;height:4.0017375rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVT5BzrqMA6wB7QTDEN0F8HSmrDTEaCM { width:18.0625rem;height:2.599825rem;top:11.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG { background-color:#ffffff;background-image:none;display:block; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container { background-color: transparent; background-image: none; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container > .video-iframe-container { display: none; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row > .video-iframe-container { display: none; }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .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); }#BMLvxnk39BymqGQWZiw9LTq9Sk7u9KwG > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4re0Wdg5s0OdIOlr74QCinHge46KoOR { width:17.6875rem;height:40.4375rem;top:18.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBEsiHNIrnIGXikgidQa2WDZscXnIRF { width:15.5625rem;height:31.1875rem;top:20.4375rem;left:2.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfASnEUfoSD8meAFcdqrlQaycJ1vBG9 { width:9.875rem;height:1.13671875rem;top:55.375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemkL973Zk5RpfMvzFxqThlJImOBnfIx { width:9.875rem;height:2.5rem;top:52.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRHRZ0PIBSs9JW4Hb6FPTwcCSXXxI7Wr { width:15rem;height:18.8125rem;top:0rem;left:2.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l { display:block; }#gtvlIA2OHwT4XS5Z9DTxQ1LCUIiN455l > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqhKVLvFazd6ERe6ZhcOdxIM79gTFy54 { width:20rem;height:8rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuNCX7ZJbirCdg0pFgdnAoaWc0iRTDg { display:flex;width:3rem;height:3rem;top:8.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #GvEy0W0zXzpLBn4dJ1t9N34TML9NTomo { width:14.6875rem;height:6.82225rem;top:6.8388671875rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw29xXa8Lt0SCQRChF03XM5G3ltNZ3J4 { display:flex;width:3rem;height:3rem;top:19.46875rem;left:0.5625rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #HDPdTfcGDXXUTIpII1rm9GOR6pUckD0K { width:14.3125rem;height:7.796875rem;top:17.0703125rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DAZS7KVQTSNBSfGhJA2OqoLT4Nn3gO { width:20rem;height:10rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq2OLAXSZaUJVbvOB2qb95P4s9hWzOwK { width:14.4375rem;height:2.923825rem;top:28.375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOmXHWDbqmvtdCQNn6tyQOWPNmccBO4M { display:flex;width:3.0625rem;height:3.0625rem;top:28.3671875rem;left:0.53125rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #klPI0xTEu9TyIgtM776DBTh6KaACq0do { width:20rem;height:6rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEr1pmKPKF7Ds0CxqLmvRFpdVO0BegHI { width:14.75rem;height:2.8125rem;top:48.0712890625rem;left:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9TbhB3bpmrKoFx0e0kqwKuLPLOfOhVt { display:block; }
 }@media only screen and (max-width: 763px) { #KKXasKXQQr47aIpspf6U4RLyxHTrpOZA { width:20rem;height:1.444225rem;top:2.1083984375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCaJ5Tr6xETdnkQEzmawGIlhuBEmwbE { width:19.125rem;height:2.5rem;top:34.875rem;left:0.4375rem;font-size:0.875rem;z-index:15010;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QJQsAD8TxZTuJqLqlhNb0nJAtmwwTivK { display:block; }
 }@media only screen and (max-width: 763px) { #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/363a23cb-2667-4fab-aef1-766533c47eb2/ctabackground1920x10251.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2.adaptive-delivery-prevent-bg, #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2.lazyload, #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2.lazyloading { background-image: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { background-color: transparent; background-image: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container > .video-iframe-container { display: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row > .video-iframe-container { display: none; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .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); }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9mKoaNeVHPThDiAeCiTLrKrrucopTFg { width:20rem;height:8.53025rem;top:5.26171875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3FSEhZycbST5nqiHSiOr9z4yniobWdr { width:20rem;height:2.923825rem;top:15.568359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vz4iaEQKruI8OKdb1NtEmRlmXqODlB2F { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7VWlhwIVyvENV6SlbJBqdtBEbsIqB3l { width:14.125rem;height:2.6875rem;top:31.5302734375rem;left:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7PqseMoWPqmukclhqZedaP0WRFCakFe { display:block; }
 }@media only screen and (max-width: 763px) { #uTa0N5cGSTohq8IBPvBzTGlDZ1Tm4tkT { width:19.125rem;height:2.5625rem;top:20.1865234375rem;left:0.4375rem;font-size:0.875rem;z-index:15011;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q4kM54kFNIHIPvf84OucMha5Jaxp9alx { display:block; }
 }@media only screen and (max-width: 763px) { #lykswAe9SusTKuTTWSL74Bcyq1g3KFHd { display:block; }#lykswAe9SusTKuTTWSL74Bcyq1g3KFHd > .row .container { width:20rem;height:109.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpiR0TzTyL6Zmq5dESwkipa9E2mGsvH1 { width:20rem;height:3.57421875rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7F5eESD0J4HITdMf5JyrWRaE3DqMF6 { width:19.3125rem;height:5.84765625rem;top:20.4228515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsdWDDR0zHgabUlfAQimdWTKhMndguSs { width:14.4375rem;height:2.75rem;top:104.4375rem;left:2.78125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0XtrAHAN4dpH5ue1fahWA4ffvlr70y3 { display:block; }
 }@media only screen and (max-width: 763px) { #MBndwkfWmTmt5CHODy9Hh0rGhMbTAZAQ { width:17.625rem;height:7.1953125rem;top:77.89453125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lttu2MSklgDsCze1dWoNt71nu4JhOALJ { width:17.25rem;height:5.99609375rem;top:58.8857421875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC0dawRLtO5gmtWSird6Cdh7ndVyDBxx { width:16.875rem;height:5.99609375rem;top:39.8232421875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV7goLfycvNxphnOQJ6tiJNN6xuGqSCV { width:17.625rem;height:4.796875rem;top:97.6865234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVuSkDKq5sDD78PiESPRVWugaEdpyTEz { width:20rem;height:10.6875rem;top:28.3857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI4oRGqRelKDTcJukpdkaiGK0hSiH30e { width:20rem;height:11.25rem;top:46.8857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXMXe6AnTcpRMLkPolGaSHLJyfx4Fito { width:20rem;height:10.875rem;top:65.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzbbQANZNEU8zfECGMIBJCZXSyK1SI71 { width:20rem;height:10.3125rem;top:86.1982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4bDnlRolVx2sHqWdA7RJFeHfzDbtbbC { width:20rem;height:11.25rem;top:7.4638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0aA3bhOvmMgo57rdlWSgUGKgKy1eH4e { width:19.125rem;height:2.1875rem;top:105.65625rem;left:0.4375rem;font-size:0.875rem;z-index:15012;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #saLxU7y2fXe0xEG7xICwEqcQqbBFi9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #eWZeQQAtiCun3q2QNveWm62UllAokLoM { display:block; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8ro7hUz6lfam2Um91JizvQ4iBW3qh59 { width:19.625rem;height:39rem;top:4.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEfpva36i2MHWhHR8IlO3ciSST5G6RXw { width:18.4375rem;height:31.1796875rem;top:7.75rem;left:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBgP16W3JKddOIbk85iUc5HGE6AcRT8i { width:19.625rem;height:30.875rem;top:48.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHPUpAf5d9TOAeuiN5fXo4Rl2bLCA8A6 { width:5.375rem;height:5.375rem;top:1.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7VFZeXrZeTMGyh9gHTC6rn9MS4gS9Qp { width:5.375rem;height:5.375rem;top:46.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de6qBaDm1WlLVaptnNteagxz8VOpM04n { display:flex;width:3.3125rem;height:3.3125rem;top:42rem;left:8.34375rem; }
 }@media only screen and (max-width: 763px) { #ue5TKCw5X42cqRKGsrV1OEsC3eChTQVx { display:flex;width:3.3125rem;height:3.3125rem;top:78.3125rem;left:8.34375rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #GOF8xfWAgGnoa5EwDegE3J5xEL7OGZq2 { width:18.4375rem;height:19.1875rem;top:53.5625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cee2c4cc-ccef-4cab-a932-338488a788d8/bgright.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo.adaptive-delivery-prevent-bg, #X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo.lazyload, #X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo.lazyloading { background-image: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container { background-color: transparent; background-image: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container > .video-iframe-container { display: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row > .video-iframe-container { display: none; }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .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); }#X0Uv1tf3H5eE9eyThu0dwWtpmVohwBWo > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIwKgUcP8n2CPcTLBqEnOdRXPcJEsTwC { width:18.625rem;height:3.8984375rem;top:1.875rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcsgoNr0ehz328kXUcdfUkleh9N9FTby { width:20rem;height:5.5625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt150IMU0PrgaRhucg45nWg9DHaGDXsT { width:8.875rem;height:2rem;top:9.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpDuDdM4KIPQThtNJQ9rn1TLaf2cZfTK { width:20rem;height:5.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lKXSPuEvTGDEm7Ew7UEAWLKEi2I7MO { display:flex;width:2.125rem;height:2.125rem;top:15.1875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #EFXE1AhN4dLugXelCGyAx9Bhqr9E6GZq { width:15.75rem;height:3.16731875rem;top:14.375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl9IRigD4NmIwuO7ETPHgMy3FdtFUs1D { display:flex;width:2.125rem;height:2.125rem;top:20.3125rem;left:0.6875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Fs2WX0yNHKmfxOhTwFvaaZp0ltET0K6H { width:15.4375rem;height:2.11154375rem;top:20.3125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1MyQZthSZutIfSK7ex4RWlMMZsKpoEa { width:20rem;height:4.875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDTLSWTxxntZR73yAXPCIK5TxwmHmfxe { width:15.9375rem;height:3.16731875rem;top:25.25rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRWOXL7pcuPZWpDS79LwBeZOnbC2lLV { display:flex;width:2.125rem;height:2.125rem;top:25.8125rem;left:0.6875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #smDoiTXFnktiuSuKKfX7KgRqLe9FBPeU { width:20rem;height:5.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDqQkTImzutVWsQblRTunOFaFApayBTZ { width:14.125rem;height:2.6875rem;top:31.6875rem;left:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGfkygx33Ahoa7Cy2booNQzriioSDAHD { display:block; }
 }@media only screen and (max-width: 763px) { #yxdi3Hn1cn3cBS38N7CNoRUd51FF9Q6a { width:19.125rem;height:2.1875rem;top:32.09375rem;left:0.4375rem;font-size:0.875rem;z-index:15013;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SRUz6Rck9ObUCSdAVAP1blU8gum7CJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC { display:block; }#RPPOOoFGLL0GfhT0p8lfsT7crs2re3QC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fr5v2geGfob1343qsxL6qfInTEypqVz4 { width:20rem;height:7.796875rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axalFDRWWvb1uKgfPb546Px3sETJ3KC3 { width:7.3125rem;height:1.9375rem;top:12.9091796875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VIPa29T4vv68Ix3cXfQvcuxsEstHtTd4 { width:7.3125rem;height:1.9375rem;top:12.9091796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPRPyFCR79ymsyz4a6EtX8rrnwFMhf0D { width:7.3125rem;height:1.9375rem;top:12.9091796875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhBRG1KcPrge47s7DMNZ9Q0IqW0WRl6 { width:4.4375rem;height:3.625rem;top:15.8779296875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0m3w9BtUkffdXLEK9dUlyTBaIEJZoFA { width:7.3125rem;height:1.9375rem;top:16.7216796875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDAOvSnR4opI3nNnwWU2VGCRbZP1D5T { width:7.3125rem;height:1.9375rem;top:16.7216796875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZiSPszPTnBBnHIR4e0KZJR7Qlde2St { width:7.3125rem;height:1.9375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMewTctAxb6dcQzyUxTnZckv5RGhobMU { width:4.0625rem;height:4.0625rem;top:19.5029296875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaTdQvmrB4fOGXEmr0Qae8t2Ryl5Fq4A { width:7.3125rem;height:1.9375rem;top:24.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqgue2Iz27sBiqLGRJr56FnhKmZDXyJ1 { width:7.3125rem;height:1.9375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOkUhdh1niDMCKOSlgvyhbdTCw2AevRT { width:7.3125rem;height:1.9375rem;top:21.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNiTeODqOaW65hDZZQDeJeSeQhFuarcO { width:7.3125rem;height:1.9375rem;top:24.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSlbf6SccHGh9SOCT5fN7gmIodUKph8T { width:7.3125rem;height:1.9375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJOOMG7idA6X9GuBchZiuMRZ2BdkcyBX { width:7.3125rem;height:1.9375rem;top:28.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUm7XkcWKDDxAdwrqhfcH3WOHac5cDe { width:4.0625rem;height:4.0625rem;top:27.3125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUT3mrCIglAEMrB71C00oLNC8JZ92XI { width:4.0625rem;height:4.0625rem;top:31.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLM5qWE9nPSS1dipZcpDVC01PUH1kdGz { width:4.0625rem;height:4.0625rem;top:31.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xqUKTvAbOO4MIkb2pTHmQ4nhC95PRM { width:4.0625rem;height:4.0625rem;top:31.375rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwhbxtB44Qvzs43e1u4pXv7e1TUIUIF { width:4.0625rem;height:4.0625rem;top:36.625rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odwn6oquZfC1tf5bnMSwcTmCG8lczWDF { width:4.0625rem;height:4.0625rem;top:41.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMRu0CbuJp2rgiKtwF832dpuqnLJv5Vb { width:4.0625rem;height:4.0625rem;top:36.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIeiH3avbTnQKiBnZoIalotW9OQv1LNl { width:4.0625rem;height:4.0625rem;top:41.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaVNJ1BgmDdEkbRsc6c8Ou1pdadrZQdC { width:9.9375rem;height:3rem;top:37.15625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWwiNR2RPeVMdWfBsOkOC9oxRuySuHRG { width:4.0625rem;height:4.0625rem;top:41.8125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7m1kWgUioN1vM3oOHZFTCrxmhupa3z { width:7.3125rem;height:1.9375rem;top:47.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRlcPpmUPAwuSAlnXKyir1g6qBzfULVT { width:7.3125rem;height:1.8125rem;top:47.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpuhUGaNwiKJQpCBb9rsWWV0pTidQuxg { width:4.0625rem;height:4.0625rem;top:46.375rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTyq8IC1E64xbqhc7BUbOafGnZw8tzT { width:7.3125rem;height:1.9375rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNpmUL7zoBuV99VCiTgyyJekxJOCJpe5 { width:4.0625rem;height:3.9375rem;top:50.4375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxamAiTTRpuQnSTDLlkrD6HuIwbos7gc { width:7.3125rem;height:1.9375rem;top:51.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 { display:block; }#PawNt94V59Wwq3P5FHvCB5oB6ygzdRQ0 > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7KR4gWvMGmEBL3CAXvXTv5DdNTn12bQ { width:19.125rem;height:4.38574375rem;top:2.375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8brGaMe55ZimrTdoLpvXNEPc13P7JJX { width:20rem;height:62.25rem;top:12.3525390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHK8aA7IIh2kTaBDeHw1ZsWEzOt8ab9U { width:19.125rem;height:2.1875rem;top:8.0625rem;left:0.4375rem;font-size:0.875rem;z-index:15014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iC2eXW4gAnuF395Td1Wq5R19saQvHBbE { display:block; }
 }@media only screen and (max-width: 763px) { #RuBWoSeSTGulAcIBDJrMDqw9EGimz8e9 { width:20rem;height:2.4375rem;top:24.875rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gnFShUHx597rIu6m6fwq7Rkw57SIv0av { width:20rem;height:10.5rem;top:12.3125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BBUJr8cMsU2rtOblD4iGEF0ZrVmxzudk { width:20rem;height:4.142575rem;top:29.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAnlnwzrwf5L4OeMfTVxk7lQ8VmbWCvZ { width:20rem;height:28.78125rem;top:34.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f { display:block; }#CZoZZtmVlEWIDs4CJ4Db2xKfUHBzOR5f > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf { display:flex;height:auto;width:17.5rem;top:4.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #eEQ26JxGgGhu1FXLqf9pmZfdMUcgrGKw {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #tfDrPVdVCWiRRrTihqwa1Iimf3cJifTF {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #T3ciUZzSn2R0iTv9Tu4GFzmLXoaxn1P1 {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #Js7cWqmH0aRJBaJWMoNzofOZskWnbv9z {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #LeOlk1cCedJZDCIvZoQxWH0TDwuTCNaA {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #nPlOVV66i1XGcPBzIlGEGhyAu4g0aKiD {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #g3byPPTMIRumd6emGRTC11TT4nXF5h5N {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #FmNLrxNRTy7LpBPKiDO0r6naWNwOnnHW {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #xpyS1cn7s1R66sd5sCMz9xNmJ4g2kWkw {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #NV7xJ89mJINdyUt7adk8wDN6V4EQn1Ba {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #iUnd2OxrXy2RVRwGDSdGw1gzTLPSBeUv {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #Qrhn8y8Fd0Jtc8rZaTVWSL30SeeKFGzD {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #b90xL8s4gFSPsqmwmHyN1InT7dd3Lf8K {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #GUOmxAfBbXTNh5GW0q8D0TiJkQXo6cXk {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #xBZeAhksuPs8L8CgIoMPcVCKt8Wr5Bde {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #OPtH2OOipxx55oydReKmVyJ2LiKndxlB {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #o98eWcBBIIDgFurkXn3891AzttJtHTWK {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #ElPCBWZNwS3uDNpVTef65pP9bnKq36ET {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #EbPvngin8W4aK1i5GTqZhIbQzZ4cHIQ7 {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #WmMF853TLoxbuevuZFzXs78lC736I27c {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #PRtgCGHPTTDRCUFM6XwNJFHAM0K0akn1 {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #D84wEftG87oPfFq96sPXAdhD29P1fgob {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #RcbaaB3BrmTqPKtGbbDkwUM6sB4yZEoW {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #L36XPFcX3tecUcqUihVRAMvEcwGPUr11 {  }
 }@media only screen and (max-width: 763px) { #GIG9o0bqpwrKe9CFJ3e0dEDwsEO4m5uf #IuqHtBHUHH9IAt5UOtqvSwmAqWwRaIqf {  }
 }@media only screen and (max-width: 763px) { #kybXlrSBbhBkiow6dPJPp644imlQgfCS { display:flex;width:3.125rem;height:3.125rem;top:41.09716796875rem;left:15.125rem;display:none; }
#kybXlrSBbhBkiow6dPJPp644imlQgfCS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FVJvgFznxkHGTNZEV7b5S7hUgAlR18FT { display:flex;width:2.1875rem;height:2.1875rem;top:48.9375rem;left:17.6875rem;z-index:15002; }
#FVJvgFznxkHGTNZEV7b5S7hUgAlR18FT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #nKl49T2eNmwTmonX3mn68I8yIIIFP5MH { width:20rem;height:1.86865rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container { background-color: transparent; background-image: none; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container > .video-iframe-container { display: none; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row > .video-iframe-container { display: none; }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .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); }#bNtfmpZ6y5CrxGwx4dkioqCVaKsNz41B > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7VNEkG2i0cb6gyPtF4eUM4F66Mx5GVT { width:11.1875rem;height:3rem;top:2.125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFxAdrvTto88tu8A7UuDLUkh20xGrCWu { width:18.4375rem;height:3.19921875rem;top:7.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcP8TJZxGLVFxttFf36uPaoPUyIDTMEm { width:20rem;height:0.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ { display:block; }#iD7eaF7rM2wfh0Iy0Pk0dO7wdWJrFgQJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSLWzvVLuPV364uDB5bGF43XOxITS9zO { width:20rem;height:1.600475rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }