.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:rgba(255,255,255,0.8);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:49.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZrmS6MsMN0muBBZHTJryiCKLi2qXtFpm { color:#000000;display:block;width:65.5625rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.5625rem;left:2.25rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1WHC3zeJ5viulaN3hoaJOgWB603MfXz { color:#000000;display:block;width:61.1875rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.5rem;left:2.25rem;height:1.81285625rem;text-align:left;text-align-last:left;display:block; }
#GsizxvGFMWzX3efeO9XF5mUnMFD7RuUP { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:21.375rem;left:2.25rem;height:4.3125rem;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:42.625rem;left:25.75rem;display:block; }
#ttq0M6ChSMLNkTXwbTR04TVFz6CzWEZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#hnk1ZU6qraTJGgoifpon7iNm0haTrGnJ { 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:27.6875rem;left:2.25rem; }
#bJxGtWV8sOH3OT9XvDzkS1E3NrckNU5c { color:#000000;display:block;width:41.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27.8125rem;left:6.6875rem;height:2.9243625rem;font-style:normal;display:block; }
#p1XxwE6n35V9pXXzvpQdes2dCWqSZ2qm { 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:15019;opacity:1;top:31.6875rem;left:2.25rem; }
#y6AgLqkS6XL6vuCQp8TiWHFGW7aAUUXi { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:32.5rem;left:6.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#hhaPgtH3Dv7n4hAV9EP9zAHSzgpORKUk { 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:15022;opacity:1;top:35.75rem;left:2.25rem; }
#FvXOmyqTZ8nOJsOb0Z7425S4Lw0uZfOG { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:6.6875rem;height:2.9243625rem;font-style:normal;display:block; }
#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5d7fe29-cf90-42b4-b06c-286bf3eca0f3/4scaled.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; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx.adaptive-delivery-prevent-bg, #ADepyCTm7xIUSXv5oqnVVcPM1EygErDx.lazyload, #ADepyCTm7xIUSXv5oqnVVcPM1EygErDx.lazyloading { background-image: none; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container { background-color: transparent; background-image: none; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container > .video-iframe-container { display: none; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row > .video-iframe-container { display: none; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .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); }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container { border-width: 0; border-radius: 0; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx::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; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#PmEcVpwdKeGZ5VVxeHTerqgFDmg1kJgc { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.1875rem;left:3.9375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUGJAdGpGB8mtTriTvn8mMFZ8GHeWbSb { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:15.875rem;left:17.25rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PgSxil7fU0NiCgBSIntiFJ1AFWHqzpS3 { 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:15009;text-align:center;text-align-last:center;top:20.625rem;left:24.9375rem;display:block; }
#GnhgXCa7bX7mgG62dckSO3P4tpgNfyip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FT9cMFIU3URdIJcJ1mSf6i0O9Qs8VLn5 { 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; }
#PAFiVp8P4refBNxnzXL3IbNaih4JWSkf { 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; }
#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; }
#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt { 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; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container { background-color: transparent; background-image: none; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container > .video-iframe-container { display: none; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row > .video-iframe-container { display: none; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .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); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container { border-width: 0; border-radius: 0; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#nUuTpc5y3yRQxtkKTRDbJS9CB4TSUgfs { 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; }
#g7rrwH872W19usEGtWq6K8zbLB5BoTZD { 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; }
#ipioTiJff4LwqiuPTD815C0fiqqpIEkZ { 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; }
#TvIaxT04D7i8pADfD2es8kI8nxqE2olX { 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; }
#BzlUbCyibhHcALswhtPzDemTVDS3ZhAe { 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; }
#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT { 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; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container { background-color: transparent; background-image: none; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container > .video-iframe-container { display: none; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row > .video-iframe-container { display: none; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .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); }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container { border-width: 0; border-radius: 0; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:75rem;position:relative;display:block; }#pavWW92urOzhZxqyCnDPGMMPaMWDFVdQ { 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; }
#XINBXD84KMihKAu8WwSW5zMxzTh3Dvs5 { 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; }
#AcakD7JxoE5gf7bevNqUTaZMcO7fdSSk { 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; }
#vXP9yOR1fFrzsm3iJC3WbTDc97Lu2rnZ { 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; }
#RqlvZk0DFPxwPwGywIMCXO8TTNHGAwxX { 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; }
#c9gSFr8b7TCcStGNa12gT6r8c7KPtgwR { 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; }
#xNJtb4K6NpkKFTPMa6E1Hd8cqNEE94ln { 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; }
#nEUlrAO1OVhiQEvwpxh6Tpu7gDw2bJPe { 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; }
#Xt2hncLSWeqbRfgVue4dCnGuTHk18TWq { 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; }
#eNvnyUboTzUv7r1U7uadCFAMxliCTyhT { 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; }
#sGfEUCHHtpQFMmVOrcn5aJzRu8mQ2srg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQ2S8dVSoCweebnkQntduBSR2RHSuHxL { 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; }
#oTZ2sXIU5csnNvkygqBlm2ySXfH7sfnH { 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; }
#oXTAr1TQqvaXQceHH2TQl1yLd7IOibEs { 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:33.0625rem;width:75rem;position:relative;display:block; }#g9mKoaNeVHPThDiAeCiTLrKrrucopTFg { color:#f16521;display:block;width:73.0625rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.2900390625rem;left:0.96875rem;height:5.5234375rem;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:19.23828125rem;left:13.15625rem;height:1.94921875rem;font-style:normal;display:block; }
#vz4iaEQKruI8OKdb1NtEmRlmXqODlB2F { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:19.28125rem;height:2.51855625rem;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:25.0625rem;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; }
#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; }
#eOz7McO25szFdTslaxXTaP7pTWZZM5QC { 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; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container { background-color: transparent; background-image: none; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container > .video-iframe-container { display: none; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row > .video-iframe-container { display: none; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .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); }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container { border-width: 0; border-radius: 0; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:75rem;position:relative;display:block; }#SDyykJxFfpzMvO4Jll696RsTo2XklwZt { 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; }
#Rrho6lN8lbC4lxL7D4F7bkgzKGzuUmUI { position:absolute;display:block;z-index:15010;height:45.5rem;width:72.4375rem;top:23.84375rem;left:1.28125rem;display:block; }
#C8EgTreTUhAhmLgaT97fT40Xh0dW6yQd { 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; }
#WFiznPNEeXzwfFhsSfJc57Wx3ubw6vnn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwAC2D36JzMMI8RytdIw55D1I21zWIqH { 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; }
#Feiigxr2uwL42aQBh7hFMW5TBZ3lUA05 { 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; }
#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.5996125rem;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.5996125rem;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:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZrmS6MsMN0muBBZHTJryiCKLi2qXtFpm { width:44.875rem;height:10.25rem;top:6.9375rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1WHC3zeJ5viulaN3hoaJOgWB603MfXz { width:40.25rem;height:1.375rem;top:3rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsizxvGFMWzX3efeO9XF5mUnMFD7RuUP { width:41.9375rem;height:4.5rem;top:31.625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABJNS1IUqR7aQdJUPrhJ6Px3W8b6lIZX { width:22.4375rem;height:2.8125rem;top:38.125rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttq0M6ChSMLNkTXwbTR04TVFz6CzWEZy { 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) { #hnk1ZU6qraTJGgoifpon7iNm0haTrGnJ { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:1.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJxGtWV8sOH3OT9XvDzkS1E3NrckNU5c { width:38.3125rem;height:2.5996125rem;top:19rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1XxwE6n35V9pXXzvpQdes2dCWqSZ2qm { width:2.8125rem;height:2.8125rem;top:22.6875rem;left:1.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6AgLqkS6XL6vuCQp8TiWHFGW7aAUUXi { width:38.3125rem;height:1.4619125rem;top:23.5rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhaPgtH3Dv7n4hAV9EP9zAHSzgpORKUk { width:2.8125rem;height:2.8125rem;top:26.5rem;left:1.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvXOmyqTZ8nOJsOb0Z7425S4Lw0uZfOG { width:38.3125rem;height:2.923825rem;top:26.625rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADepyCTm7xIUSXv5oqnVVcPM1EygErDx { display:block; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PmEcVpwdKeGZ5VVxeHTerqgFDmg1kJgc { width:35.125rem;height:8rem;top:6.8125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUGJAdGpGB8mtTriTvn8mMFZ8GHeWbSb { width:35.125rem;height:1.75rem;top:16.75rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PgSxil7fU0NiCgBSIntiFJ1AFWHqzpS3 { width:22.4375rem;height:2.8125rem;top:23.4375rem;left:12.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnhgXCa7bX7mgG62dckSO3P4tpgNfyip { display:block; }
 }@media only screen and (max-width: 1199px) { #FT9cMFIU3URdIJcJ1mSf6i0O9Qs8VLn5 { 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) { #PAFiVp8P4refBNxnzXL3IbNaih4JWSkf { 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:13.25rem;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) { #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) { #L9LzGPZdRmTcgWWtxm165CeUQkauaPrt { display:block; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container { width:47.75rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nUuTpc5y3yRQxtkKTRDbJS9CB4TSUgfs { width:23.6875rem;height:35.1875rem;top:2.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7rrwH872W19usEGtWq6K8zbLB5BoTZD { 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) { #ipioTiJff4LwqiuPTD815C0fiqqpIEkZ { 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) { #TvIaxT04D7i8pADfD2es8kI8nxqE2olX { width:12.0625rem;height:3.0625rem;top:30.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzlUbCyibhHcALswhtPzDemTVDS3ZhAe { width:21.25rem;height:26.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT { display:block; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container { width:47.75rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pavWW92urOzhZxqyCnDPGMMPaMWDFVdQ { width:47.75rem;height:9.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XINBXD84KMihKAu8WwSW5zMxzTh3Dvs5 { width:4.875rem;height:4.875rem;top:8.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcakD7JxoE5gf7bevNqUTaZMcO7fdSSk { width:38.875rem;height:5.19921875rem;top:8.462890625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXP9yOR1fFrzsm3iJC3WbTDc97Lu2rnZ { 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) { #RqlvZk0DFPxwPwGywIMCXO8TTNHGAwxX { width:38.5625rem;height:5.19921875rem;top:19.712890625rem;left:7.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9gSFr8b7TCcStGNa12gT6r8c7KPtgwR { width:47.75rem;height:9.625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNJtb4K6NpkKFTPMa6E1Hd8cqNEE94ln { width:38.125rem;height:2.5996125rem;top:33.0751953125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEUlrAO1OVhiQEvwpxh6Tpu7gDw2bJPe { 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) { #Xt2hncLSWeqbRfgVue4dCnGuTHk18TWq { width:47.75rem;height:9.625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNvnyUboTzUv7r1U7uadCFAMxliCTyhT { width:17.5rem;height:2.8125rem;top:41.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGfEUCHHtpQFMmVOrcn5aJzRu8mQ2srg { display:block; }
 }@media only screen and (max-width: 1199px) { #gQ2S8dVSoCweebnkQntduBSR2RHSuHxL { 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) { #oTZ2sXIU5csnNvkygqBlm2ySXfH7sfnH { 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) { #oXTAr1TQqvaXQceHH2TQl1yLd7IOibEs { display:block; }
 }@media only screen and (max-width: 1199px) { #Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 { display:block; }#Z9rtHLRx6vybULrp6LCeupJGkC6Mh2G2 > .row .container { width:47.75rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g9mKoaNeVHPThDiAeCiTLrKrrucopTFg { width:45.5625rem;height:7.3125rem;top:10.125rem;left:1.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3FSEhZycbST5nqiHSiOr9z4yniobWdr { width:45.1875rem;height:1.70605625rem;top:19.375rem;left:1.28125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vz4iaEQKruI8OKdb1NtEmRlmXqODlB2F { width:24.1875rem;height:1.94921875rem;top:6.8125rem;left:11.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7VWlhwIVyvENV6SlbJBqdtBEbsIqB3l { width:17.5rem;height:3.4375rem;top:25.0625rem;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) { #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) { #eOz7McO25szFdTslaxXTaP7pTWZZM5QC { display:block; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container { width:47.75rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SDyykJxFfpzMvO4Jll696RsTo2XklwZt { 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) { #Rrho6lN8lbC4lxL7D4F7bkgzKGzuUmUI { width:45.9375rem;height:53.375rem;top:24.875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8EgTreTUhAhmLgaT97fT40Xh0dW6yQd { 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) { #WFiznPNEeXzwfFhsSfJc57Wx3ubw6vnn { display:block; }
 }@media only screen and (max-width: 1199px) { #RwAC2D36JzMMI8RytdIw55D1I21zWIqH { width:35.125rem;height:3rem;top:19.375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Feiigxr2uwL42aQBh7hFMW5TBZ3lUA05 { width:35.125rem;height:8rem;top:9.5625rem;left:6.3125rem;font-size:1rem;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:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrmS6MsMN0muBBZHTJryiCKLi2qXtFpm { width:19.3125rem;height:8.625rem;top:4.4609375rem;left:0.34375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n1WHC3zeJ5viulaN3hoaJOgWB603MfXz { width:18.5rem;height:2rem;top:1.8359375rem;left:0.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsizxvGFMWzX3efeO9XF5mUnMFD7RuUP { width:18.9375rem;height:7rem;top:13.9375rem;left:0.5625rem;font-size:1rem;font-weight:300;font-style:normal;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) { #L4xGe6A8eT4AeAlKkb0bWypeVz1HBq8n { width:19.125rem;height:2.1875rem;top:36.375rem;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) { #hnk1ZU6qraTJGgoifpon7iNm0haTrGnJ { display:flex;width:1.875rem;height:1.875rem;top:23.0625rem;left:0.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #bJxGtWV8sOH3OT9XvDzkS1E3NrckNU5c { width:16rem;height:4.22265625rem;top:22.375rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1XxwE6n35V9pXXzvpQdes2dCWqSZ2qm { display:flex;width:1.875rem;height:1.875rem;top:27.125rem;left:0.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #y6AgLqkS6XL6vuCQp8TiWHFGW7aAUUXi { width:16.3125rem;height:2.111325rem;top:27rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhaPgtH3Dv7n4hAV9EP9zAHSzgpORKUk { display:flex;width:1.875rem;height:1.875rem;top:31.125rem;left:0.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FvXOmyqTZ8nOJsOb0Z7425S4Lw0uZfOG { width:16.0625rem;height:3.16699375rem;top:30.5rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADepyCTm7xIUSXv5oqnVVcPM1EygErDx { display:block; }#ADepyCTm7xIUSXv5oqnVVcPM1EygErDx > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmEcVpwdKeGZ5VVxeHTerqgFDmg1kJgc { width:20rem;height:10.5rem;top:4.125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RUGJAdGpGB8mtTriTvn8mMFZ8GHeWbSb { width:20rem;height:2.4375rem;top:16.625rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PgSxil7fU0NiCgBSIntiFJ1AFWHqzpS3 { width:19rem;height:3.4375rem;top:20.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnhgXCa7bX7mgG62dckSO3P4tpgNfyip { display:block; }
 }@media only screen and (max-width: 763px) { #FT9cMFIU3URdIJcJ1mSf6i0O9Qs8VLn5 { width:19.125rem;height:2.1875rem;top:21.375rem;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) { #PAFiVp8P4refBNxnzXL3IbNaih4JWSkf { 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) { #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:122.0625rem;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.89915rem;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.89915rem;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) { #L9LzGPZdRmTcgWWtxm165CeUQkauaPrt { background-color:#ffffff;background-image:none;display:block; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container { background-color: transparent; background-image: none; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container > .video-iframe-container { display: none; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row > .video-iframe-container { display: none; }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .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); }#L9LzGPZdRmTcgWWtxm165CeUQkauaPrt > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUuTpc5y3yRQxtkKTRDbJS9CB4TSUgfs { width:17.6875rem;height:40.4375rem;top:18.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rrwH872W19usEGtWq6K8zbLB5BoTZD { 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) { #ipioTiJff4LwqiuPTD815C0fiqqpIEkZ { 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) { #TvIaxT04D7i8pADfD2es8kI8nxqE2olX { width:9.875rem;height:2.5rem;top:52.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzlUbCyibhHcALswhtPzDemTVDS3ZhAe { width:15rem;height:18.8125rem;top:0rem;left:2.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT { display:block; }#hK9vEvkEzKTvKh6Ig5SSTTnNATlR83nT > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pavWW92urOzhZxqyCnDPGMMPaMWDFVdQ { width:20rem;height:8rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINBXD84KMihKAu8WwSW5zMxzTh3Dvs5 { display:flex;width:3rem;height:3rem;top:8.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #AcakD7JxoE5gf7bevNqUTaZMcO7fdSSk { 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) { #vXP9yOR1fFrzsm3iJC3WbTDc97Lu2rnZ { display:flex;width:3rem;height:3rem;top:19.46875rem;left:0.5625rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #RqlvZk0DFPxwPwGywIMCXO8TTNHGAwxX { 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) { #c9gSFr8b7TCcStGNa12gT6r8c7KPtgwR { width:20rem;height:10rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNJtb4K6NpkKFTPMa6E1Hd8cqNEE94ln { 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) { #nEUlrAO1OVhiQEvwpxh6Tpu7gDw2bJPe { 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) { #Xt2hncLSWeqbRfgVue4dCnGuTHk18TWq { width:20rem;height:6rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvnyUboTzUv7r1U7uadCFAMxliCTyhT { 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) { #sGfEUCHHtpQFMmVOrcn5aJzRu8mQ2srg { display:block; }
 }@media only screen and (max-width: 763px) { #gQ2S8dVSoCweebnkQntduBSR2RHSuHxL { width:20rem;height:1.4433625rem;top:2.1083984375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZ2sXIU5csnNvkygqBlm2ySXfH7sfnH { 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) { #oXTAr1TQqvaXQceHH2TQl1yLd7IOibEs { 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:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9mKoaNeVHPThDiAeCiTLrKrrucopTFg { width:20rem;height:12.1875rem;top:5.26171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3FSEhZycbST5nqiHSiOr9z4yniobWdr { width:20rem;height:2.923825rem;top:18.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:2.5rem;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:23rem;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) { #eWZeQQAtiCun3q2QNveWm62UllAokLoM { display:block; }#eWZeQQAtiCun3q2QNveWm62UllAokLoM > .row .container { width:20rem;height:83rem;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) { #eOz7McO25szFdTslaxXTaP7pTWZZM5QC { display:block; }#eOz7McO25szFdTslaxXTaP7pTWZZM5QC > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDyykJxFfpzMvO4Jll696RsTo2XklwZt { 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) { #Rrho6lN8lbC4lxL7D4F7bkgzKGzuUmUI { width:20rem;height:62.25rem;top:12.3525390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8EgTreTUhAhmLgaT97fT40Xh0dW6yQd { 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) { #WFiznPNEeXzwfFhsSfJc57Wx3ubw6vnn { display:block; }
 }@media only screen and (max-width: 763px) { #RwAC2D36JzMMI8RytdIw55D1I21zWIqH { 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) { #Feiigxr2uwL42aQBh7hFMW5TBZ3lUA05 { 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) { #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.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }