.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a47d9eec-d8b2-4ba1-a5a3-30678aa44807/b80ff680texturescheckersblack_12yo1o02yo06x0000qi01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz.adaptive-delivery-prevent-bg, #rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz.lazyload, #rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz.lazyloading { background-image: none; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container { background-color: transparent; background-image: none; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container > .video-iframe-container { display: none; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row > .video-iframe-container { display: none; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .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); }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container { border-width: 0; border-radius: 0; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#T249a966af98b3593efcaf9429903853 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(255,255,255,0.6);background-image:none;top:1.3125rem;left:73.125rem;display:block; }
#b6023d2c8668879af4b0533aae9a548b { color:#525151;display:block;width:1.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:73.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B8fe198831be8f3bbafec55eaf9edadd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:71.9375rem;display:block; }
#b99aa9638cb9bcf083ed54af33372db8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcd6df6c2ab05a916c16383df202d683 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.59375rem;left:59.8125rem;display:block; }
#bb1051d200d739925d4ad43f51b579e7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3JqdT0vO6J9wR5q99ZQB5LHyTQNol5B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:13.625rem;top:1.09375rem;left:3.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb1d4f91-8fa8-4506-8020-45fce122bb3f/AH109084WIDE1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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.1); }#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.1); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:48.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#WGwooNdS3K9hfa8nH6NNZERpB9sJiZ6u { color:#000000;display:block;width:37rem;position:absolute;font-family:barlow;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.5625rem;height:4.14306875rem;text-align:center;text-align-last:center;display:block; }
#sKoJeQ0VLRi8LqPhapI8ZBlMSHyccBcq { color:#ff6900;display:block;width:35.0625rem;position:absolute;font-family:barlow;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#WUqOE9AnKEiKKXWQdhwwSf57EwuysMlL { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.749rem;height:3.8745125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.5625rem;left:10.6875rem;display:block; }
#kPzFzNSCaQsJJHPq47D5rtmv0zqBWUbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMUHqBOME0ikVC7d9rei48RBHcCv5LWc { position:absolute;display:block;z-index:15005;height:8.1875rem;width:75rem;top:39.9375rem;left:0rem;display:block; }
#EPsZh3uN3mLxDUUWVR9Nao7RwycD3cEP { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:13.125rem;height:1.62475625rem;font-style:normal;display:block; }
#xyVRztcscM1fSv5y27ngT7oxTLO9oUwo { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.125rem;height:1.62475625rem;font-style:normal;display:block; }
#EFpZP2Wa3PzH6ZGGtP1nmmJOJpcZbgiV { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:13.125rem;height:1.62475625rem;font-style:normal;display:block; }
#iNod6v97QkVTox9TM2m8AUxx7QJZtI0u { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.125rem;height:1.62475625rem;font-style:normal;display:block; }
#u5fbN5z0vi06Bsa7dsrox7G2D9Q9hwT7 { 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.9375rem;width:39.375rem;top:9.625rem;left:1.625rem;overflow:hidden;display:block; }
#Um6fhmzyutRqbMQGbCNNXJ5TxMuIfLdU { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#qOZdFgkWGWESBTnxr7tGFglepZTbtXeQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:15.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#TuOzPXIrqhGckwTK1p87ngRVHfuTNGJh { box-sizing:content-box;height:28.81225rem;width:31.62475rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.49);background-image:none;top:7.3504638671875rem;left:5.2490234375rem;display:block; }
#CgTZQ0l1Ec9CD6S8BC8RNnlcde34rNhF { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.125rem;top:18.125rem;left:8.375rem;overflow:hidden;display:block; }
#Xz6E4QrqrX25FlrzNrnQklmt6QHy9sNH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:21.5rem;left:9.3125rem;overflow:hidden;display:block; }
#cTxsyiFysIigLXTTaMe8q2xJEJ6wCzoG { position:absolute;display:block;z-index:15015;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.875rem;width:4.6875rem;top:24.375rem;left:9.125rem;overflow:hidden;display:block; }
#bcotQLuegvq669Ts9tdApCAu2pMeshIK { 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; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container { background-color: transparent; background-image: none; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container > .video-iframe-container { display: none; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row > .video-iframe-container { display: none; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .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); }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container { border-width: 0; border-radius: 0; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#AQAl86azkRsZHSm9Bp2aK9oXTI5Q7dPT { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#C9acHzo8TiISrMCXZT4kLfcmaU0KmLI1 { color:#000000;display:block;width:55.37475rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#THfzg0CnAuxPSuNMt4H48xdAttz8NSfI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3120625rem;width:13.6870625rem;top:12rem;left:9.5625rem;overflow:hidden;display:block; }
#o0MOl8Nd1OMNn8WnydkHRJM4ENRf8OAx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3120625rem;width:14.561625rem;top:12rem;left:23.25rem;overflow:hidden;display:block; }
#qmNLXZFxQDTltKDvOSnmWJgPcZ0SaCEx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4998125rem;width:14.0625rem;top:11.9375rem;left:37.8125rem;overflow:hidden;display:block; }
#ouETaLT5IArfpewd7Z2poG7FGJOsnDU8 { 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:9.249125rem;width:13.624125rem;top:12.0625rem;left:51.875rem;overflow:hidden;display:block; }
#ax0OGSpfi6JR9atuSkOc2dgOgJ02taiF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.125rem;top:21.310764312744rem;left:9.4965286254881rem;overflow:hidden;display:block; }
#T8IbT2e31QaHhxIg9HqTSuQCar9uplE2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.749375rem;width:14.249125rem;top:21.310764312744rem;left:23.406032562256rem;overflow:hidden;display:block; }
#xZm1EFgxNaRg8pv03coCNNP2o4WBEuMW { 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:9.749375rem;width:14.249125rem;top:21.310764312744rem;left:37.810329437256rem;overflow:hidden;display:block; }
#Fy2tFIyFWOybVSU03zTCzaM06TxvWXKb { 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:10.4373125rem;width:14.436875rem;top:21.310764312744rem;left:51.467014312744rem;overflow:hidden;display:block; }
#Xeo4f708hTto9L0sIKBzQExAEeInpZCJ { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.43675rem;height:2.93674375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.748050689698rem;left:29.781361579895rem;display:block; }
#ZiAw2tXf7QHvZS0I9bTcXMQobdLbSKsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM { position:relative;display:none; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM { border-width: 0; border-radius: 0; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .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; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ergyb4qxG0vKPEBB00Gz3pZ8iQqcqgIk { color:#000000;display:block;width:55.37475rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#TFTO28GGR5AyRkytkMRcyLTy2vro6cPs { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX { position:relative;display:none; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX { border-width: 0; border-radius: 0; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .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; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MzpGDnCIrnEsnbNTdWeMTCfaM6axTuzr { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4364375rem;height:2.37413125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.498264312744rem;left:30.78125rem;display:none; }
#Cm3TJfe5X6dWxPKHlGXN18LJigTuPPbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Umhq0BByGOBFUSVwTCvJG9GTziE2ERS9 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#k9G1eA8yQmih4NIuL9cgu8Dh0XZQswpk { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#nXRh8LVlRX3HFwLDJ86BKMJZ1uqsuvKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX { 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:none; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container { border-width: 0; border-radius: 0; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:none; }#nHXwA0BDThD9LDtLb1DWc7zBQSkSXE92 { color:#000000;display:block;width:48.4365rem;position:absolute;font-family:barlow;font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.48291015625rem;left:13.28173828125rem;height:3.8188rem;text-align:center;text-align-last:center;display:block; }
#MBLnHiWP0ziKxdHT9QomBsCGNlzoR7aR { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:6.255615234375rem;left:24.65625rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq { position:relative;display:none; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq { border-width: 0; border-radius: 0; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .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; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nbzZhKXp4Tsgm1S5wN66txNZMOfQ6TGQ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#WoIOs7V5tL6d1q5LlmqRAFeJIR8TNN3i { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#LTS0n6oK8PxJF6l5pM878nD99VbuBnIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5c5c5;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; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container { background-color: transparent; background-image: none; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container > .video-iframe-container { display: none; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row > .video-iframe-container { display: none; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .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); }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container { border-width: 0; border-radius: 0; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#Hi8DPgEt0EWh6DSK7tEw4c3G57oRqhOC { color:#000000;display:block;width:48.4365rem;position:absolute;font-family:"barlow black";font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.48291015625rem;left:13.28173828125rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#JEIT26dvXKSissMXdwH1H2TfcufhTTWR { color:#000000;display:block;width:25.687375rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:6.3009958267213rem;left:24.655491828919rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#PsnG1UZUWowpPBC6UA8FHdTyAwtgOW0D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.436625rem;width:40.7498125rem;top:9.37283039093rem;left:17.123481750488rem;overflow:hidden;display:block; }
#sqqvS9ECtw48NSS9KlefZ7nVoALGAVGh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.624375rem;width:18.311625rem;top:15.80837726593rem;left:17.123481750488rem;overflow:hidden;display:block; }
#CgDrdTmiyJrA4xKJMsFmoCHeADmM45Db { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.436625rem;width:18.311625rem;top:15.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#AnmtEoXM9kTnTorLw8JfvvUha4dolEvX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:18.5623125rem;top:23.618708610534rem;left:17.123481750488rem;overflow:hidden;display:block; }
#butiLrpzntqKiJIEpGIrPCOVIgenV6Zy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.311875rem;width:18.186875rem;top:23.118491172791rem;left:39.754779815674rem;overflow:hidden;display:block; }
#zmwVmL4KU9cXUMlTDv3nQGMu7391AZob { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.43675rem;height:2.93674375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.791559219361rem;left:29.781361579895rem;display:block; }
#HLgGeV8MqpBGKFm6ys4ruwLSMopdXuqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6SCTtyJt6weclBxceJCkqN5NEntfswf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,105,0,0.89);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; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container { background-color: transparent; background-image: none; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container > .video-iframe-container { display: none; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row > .video-iframe-container { display: none; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .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); }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container { border-width: 0; border-radius: 0; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 { 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; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container { background-color: transparent; background-image: none; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container > .video-iframe-container { display: none; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row > .video-iframe-container { display: none; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .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); }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container { border-width: 0; border-radius: 0; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#nz3vD5uEt0ahQ2U7oM6z2eGR03fQuRq1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.625rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#Ec7yyZKtJ2NAaHhBy5bSxwM54lXabq7v { position:absolute;display:block;z-index:15001;height:19.9370625rem;width:35.625rem;top:19.31033039093rem;left:1.2472877502441rem;display:block; }
#pTAxQi57xpXWw2b61o6fZQcHV3sm6BvG { color:#000000;display:block;width:25.2485rem;position:absolute;font-family:barlow;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.375rem;height:5.76843125rem;text-align:left;text-align-last:left;display:block; }
#oZ26IcGHrbHGk47xGerhVGwv8ceJh9Hy { color:#ff6900;display:block;width:28.936625rem;position:absolute;font-family:saira;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FVF7nO7eTluB5L5zTW6euml3MUJlrT5C { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.6875rem;left:40.375rem;height:13.999rem;display:block; }
#apOgXTkUssDq7To6uIeXwgNElmVeJOPG { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.6875rem;left:40.375rem;height:7.5rem;display:block; }
#HlhbRcSgGPcHUZntXCNGHwgZpCD54k2Z { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.43675rem;height:2.93674375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.6875rem;left:40.375rem;display:block; }
#anEaAopNmT0l81DHq1DncdHI1PUrlIbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2uvA57vuBJlZ4vvwWCTZZZT4qpPIPsm { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#dXRzNcghkSVro7IKm0TAAOJqcUfO9GBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 { 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; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container { background-color: transparent; background-image: none; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container > .video-iframe-container { display: none; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row > .video-iframe-container { display: none; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .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); }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container { border-width: 0; border-radius: 0; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#xdLIQD6eudPLxmQ5yAtzsP0iap1A5UDU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.6875rem;top:4.123046875rem;left:37.40234375rem;overflow:hidden;display:block; }
#Tg1RyF6TRp3d5OSa3Ss4Q4Wgk8lamsgq { position:absolute;display:block;z-index:15001;height:19.875rem;width:35.5625rem;top:18.560653686524rem;left:37.433270454407rem;display:block; }
#n5fCtZxSETXUb4qaJLRUNJWBL9WdqQ8s { color:#000000;display:block;width:25.2485625rem;position:absolute;font-family:barlow;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.375rem;height:5.76843125rem;display:block; }
#kAC5UpHIUToCwtzqf9A0pLgyDlX2oFSa { color:#ff6900;display:block;width:27.374125rem;position:absolute;font-family:saira;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:2.375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LF9ncPKdyiD1dBuNUOFZ2g2D6RXAVxzs { color:#000000;display:block;width:32.9996875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.375rem;height:12.99829375rem;display:block; }
#yzXeJTP8AvonXiRAGIEHBJwTFe4dUBTn { color:#000000;display:block;width:29.9365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.375rem;height:5.625rem;display:block; }
#Hx22RQ4RrS4s08dvaVgH2a8QMvKnAL9W { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.43675rem;height:2.93674375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.8125rem;left:2.375rem;display:block; }
#rMAXOOA27WBBIoJaOomKi8D3BACsRqOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vP3tQ6kCzviOOcpwEG99tU2rNlJNzUqC { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#PQphfi9OISz0462tztm0Iw1kCTCBeEA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu { 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; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container { background-color: transparent; background-image: none; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container > .video-iframe-container { display: none; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row > .video-iframe-container { display: none; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .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); }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container { border-width: 0; border-radius: 0; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#Qq7HLiJbOGTlwLgZIq3p1TclS1ZegK03 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.6875rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#oOmVPq0t2vf1Q7stPkkkN875ExUZNekF { position:absolute;display:block;z-index:15001;height:20.25rem;width:35.75rem;top:19.498382568359rem;left:1.2787542343139rem;display:block; }
#lCfRKEZEPocGOaiG3PRZfS40vbsCw4ed { color:#000000;display:block;width:25.2495rem;position:absolute;font-family:barlow;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:40rem;height:5.76843125rem;display:block; }
#W0LbCn95Sg7eHMURMsTHxmKEihb2iSeN { color:#ff6900;display:block;width:25.37475rem;position:absolute;font-family:saira;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:40rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fITJgSMTtPM3eqhZKO4XHCiPZB7nVnDE { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40rem;height:12.99829375rem;display:block; }
#kL7FPQxFTs8fF89biSa5KZuVZBdAfwhX { color:#000000;display:block;width:29.936rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.25rem;left:40rem;height:5.625rem;display:block; }
#ZkViyz79UTp19czS5FCiaaoyTKHGnHuD { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.43675rem;height:2.93674375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.5625rem;left:40rem;display:block; }
#iKOSwIaApgvftlfPgLJh2u6VTNGwXxxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVKht8J5ftUsK6568hU35xX8LUTEVSJv { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#TQ5x67k5XtIh3Nkr66WbZ8LnpXTCr6lQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,105,0,0.89);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; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container { background-color: transparent; background-image: none; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container > .video-iframe-container { display: none; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row > .video-iframe-container { display: none; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .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); }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container { border-width: 0; border-radius: 0; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS { position:relative;display:block; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS { background-color: transparent; background-image: none; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .row .container > .video-iframe-container { display: none; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .row > .video-iframe-container { display: none; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .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); }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS { border-width: 0; border-radius: 0; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .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; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .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:46.1875rem;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; }#U4AuUww3QMkNJzu9vC5fTs1qMqWHSau6 { position:absolute;display:block;z-index:15000;height:39.625rem;width:73.8125rem;top:0rem;left:0.59375rem;display:block; }
#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container { background-color: transparent; background-image: none; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container > .video-iframe-container { display: none; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row > .video-iframe-container { display: none; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .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); }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container { border-width: 0; border-radius: 0; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffc9b1b4-563f-418d-998a-3823b256e02b/Untitled1200x640px.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm.adaptive-delivery-prevent-bg, #k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm.lazyload, #k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm.lazyloading { background-image: none; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container { background-color: transparent; background-image: none; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container > .video-iframe-container { display: none; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row > .video-iframe-container { display: none; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .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); }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container { border-width: 0; border-radius: 0; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm::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; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#Lw3M5CUvzisvJxPZCPH9rGMyiNZpAOEm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#ZMAepwJpmTsvAaTCe6C7p2l30MOQ7HdB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#QEuh9Vx0tD95ghM2BxapQ2znmX3sTK92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#ZlEPUmX4dB9HzSKBkSGn0ETzEUGpLNFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#IBBVpf4FRD7dTfruJdRFt28VrOUtheCe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:.52;top:4.75rem;left:19.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#kfPie32tCgPpXJMbpzTG0ztMEQuis36I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:.52;top:4.6875rem;left:26.5rem; }
#TlBxOEnKablpiPVE97Xg5fIruEPPbHBu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:.52;top:4.625rem;left:33.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#vqPo2RWDPZ06S74Z7gDpiQTMov4FwNSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:.52;top:4.5625rem;left:39.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Tid4VK48rTTnme4m3bax9JRd2DwUkw97 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.52;top:6rem;left:47.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#BRxa7FbNFo5xE3rnTwefL25JExT7DV26 { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:27.5rem;height:1.2182625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xPOUcquRSgZTBBKGdnK91NsQxqmmodOz { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:9.9375rem;left:18.3125rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffc9b1b4-563f-418d-998a-3823b256e02b/Untitled1200x640px.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU.adaptive-delivery-prevent-bg, #sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU.lazyload, #sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU.lazyloading { background-image: none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container { border-width: 0; border-radius: 0; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU::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; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#KMpADbl0JfrexTEubTAFbZXZTWWsTzyx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem; }
#ucTXiBBcm6A7TdmNrzFXKpW3a2zfFi1S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.5rem;left:33.0625rem; }
#bGbBZAU6QfdbGuLkovTX1pKQOcsS0DgI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.5rem;left:35.6875rem; }
#wMB9nuMe5B6NyT9shmuyODksf30yPMTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.5rem;left:38.25rem; }
#wDeytcrL21fptenAXE25xmJxG8ks2d3M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.5rem;left:40.75rem; }
#NOQnwsynbJAwlO4cfuthvyvN58Ns2TTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#N9bG04t1ksQNqRIA63gRaxGiNuD6DLTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#VSBqIn8FJVf1IRPooNEJbaT4ZlIHTxkx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#hHbTfqEVGzViIClKUnzTeN2hhKwIiC7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#vcVAFqUT45RwE9NgwQ4EZcHOPWKWO1se { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NmdFklIcytoAQrR4oyrw4KmmptDVI6vg { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 { background-color:rgba(255,255,255,0.45);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; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container { background-color: transparent; background-image: none; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container > .video-iframe-container { display: none; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row > .video-iframe-container { display: none; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .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); }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container { border-width: 0; border-radius: 0; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;overflow:visible;position:relative;display:block; }#SEdggux7PxGvm4SlWfV3EIQP5J99ERN2 { position:absolute;display:block;z-index:15000;height:35.9375rem;width:75rem;top:1.65625rem;left:0rem;display:block; }
#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq { position:relative;display:block; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq { background-color: transparent; background-image: none; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .row .container > .video-iframe-container { display: none; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .row > .video-iframe-container { display: none; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .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); }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq { border-width: 0; border-radius: 0; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .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; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .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:21.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z2TpVmkOI4RqfSsyNmVsSQCJXiEMlVeM { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.67);background-image:none;top:0.6875rem;left:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#i9JcR2F202EUBJoPTKNgTXWzlBTk8wy5 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:4.1875rem;left:2.75rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRCqRXReSk9xXFkFHlHCGhE0TXzVJzO4 { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;top:0.75rem;left:25.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Gb8nqC6132zTdtQrwnDxZCRIZIikdd1r { color:#000000;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:3.625rem;left:27.625rem;height:7.8771875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQE0QekVvtx1QPvlW2L2tM8WSNHTuihZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:12.25rem;left:2.625rem;overflow:hidden;display:block; }
#kcBTz7mBgpWm5AM0R3F02Iyy2UeCuhqI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.25rem;left:7.4375rem; }
#weAzPiTyoqtlGI1GvoyqpETQydmTZSsh { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.25rem;left:9.125rem; }
#HErLfi1hebbVUixmVCUubruqicyHqhiC { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.25rem;left:10.8125rem; }
#gCvLfCxvWaRgwM6dwpM9b3cT8BVvF5vw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:12.25rem;left:12.4375rem; }
#uPlbNXOZVZbIvee6tbwoI4VLUMfBqI6b { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:12.25rem;left:14.125rem; }
#gSWLQhWMWXdPmWnmIxEe1WpGDap5SBhq { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:12.3125rem;left:27.5rem;overflow:hidden;display:block; }
#F3Eb2RSaXKZInznTolkWsg9TWomX85L7 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.3125rem;left:32.3125rem; }
#u3yLDIG1SiKNvQy0ipUdIt5FvolPIBo8 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.3125rem;left:34rem; }
#oezFGGOZH8MKX4u165FOXZa6NPdDktyS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.3125rem;left:35.6875rem; }
#lQhiVTqdnaqSCOu5qVlunfcBDuTp90Uh { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:12.3125rem;left:37.3125rem; }
#IzXxPa2aKLWMrvoWqAW3V5H9wwB5OTL6 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:12.3125rem;left:39rem; }
#xskExmTZB99xdoyqAgkKnvnIWqx9Qara { color:#000000;display:block;width:14.375rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:14.4375rem;left:7.4375rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xEZ6gaTAC1yG51PT5u7ouerkuGx7f9AV { color:#010304;display:block;width:14.375rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:14.4375rem;left:32.3125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhHEnEQTOM3qqWITO0zEgdFuHPMt2Xx1 { color:#010304;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:3.625rem;left:51.625rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V53ArtZhZm2UE7DzQGAEL0QABM90BxXH { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:12.25rem;left:51.625rem;overflow:hidden;display:block; }
#BFBShMPDEo0uKwUaI99TvlwNQWoIEG24 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.25rem;left:56.5625rem; }
#hlinUXVtZUamW20Do0MQMFXwTKStWimL { color:#010304;display:block;width:14.375rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:14.75rem;left:56.5625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5EcT304aw7BabW4Itn8m9oV82iRxitX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.25rem;left:58.25rem; }
#PQIXGxrd7Qiyv9yVM6LXqv27THIz3Ddr { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.25rem;left:59.9375rem; }
#FxOfIFDbMCfhXHbF39XrPOO3tlC2779Z { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:12.25rem;left:61.5625rem; }
#OA6pn4VbyIVm0d4qeFVLUhl3g7OUN6Iq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:12.25rem;left:63.25rem; }
#SDBsbF89q3qzTdZXi2kgStBJoqkfU87W { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:0.6875rem;left:50.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EVf6DEUr2OcRdrdTO7fyDFeJ5lVllhSi { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5c5c5;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; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container { background-color: transparent; background-image: none; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container > .video-iframe-container { display: none; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row > .video-iframe-container { display: none; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .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); }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container { border-width: 0; border-radius: 0; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .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; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-heading-text { display:block;position:relative;width:100%;font-family:barlow;font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:barlow;height:auto; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-trigger.adaptive-delivery-prevent-bg, #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-trigger.lazyload, #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-trigger.lazyloading { background-image: none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#c5c5c5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.311968803406rem;left:15.000000953674rem;border-top:0.125rem solid #ff6900;border-left:0.125rem solid #ff6900;border-right:0.125rem solid #ff6900;border-bottom:0.125rem solid #ff6900; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #G0BM17DXHwZC1VGNyfQG2mLDTJGkCheU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #SVFS6v6ohwuSx402dxWoRMadFXnxyhCe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #WpMIOews5Dby0vdmnx6ds3m4QTXekG32 { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #awDh1y4JSwvAn4bTuT9xsLdF3tLRBNL4 {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Xv1zltNhe0JXKVaNZ5zqHQVSHskMoeM6 {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LmhIcFTXCWs214dedTfLo6nWfi6Ggq6k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #GQScNgFR73GkibtRW2zU4TCKfRN33174 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ysAAbTqMz5eAQZmRgMQkC8ZdiRnoKF7W { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #DZ4aEhyesPTEaqypAN5ycmGdNH5rh23e {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #xW3x1cFvTymfRJM70rc4Vg0CFBzqR28r { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Somt42rAXd6taRhUH7iDVZ48h4Q5RRWN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fpJGdLfkWAnf9dq2TrrMsnSECAceH0Kt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fdOT6ICEfP4tW4ccyThd9sHiUqTTl46y { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TmAgNxwaG4cT4oAKETeFFqQVklb6zq9t {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #rOwAQ4WaBgO63qdAoFnEMXOhZfAFmoEV { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Oa34BTTEy8K2zJpASZVGDGbm6XQBahSa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ysTzW6R9AkRJnHB40ThRh4g6B2ZywUQ8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #UKudg6Pwk9Q7WnPN2gki6TFU2iMwVtqQ { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #sk5cTxNiKeqeKWQv1o3mlOZ2J0fXzi9v {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #xUegaJiT8dRxnzrkPFxw3dHa5X9y8TrW { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #qTiEngLyr2JaHZF9nfmru343nAnJrBrA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ukLSXfzJmTlKnPTyxVBtcuWetQgi3vlM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kt0mdUx9w2T38Ea2mF9qepzyBDUyVenm { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #R5Gz4tw8DWn7NPKuxVsgZZnrcxHM2n0u {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ZT9Zh3ZtxqzXlsVtZfJ08idcM0rKdcAb { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LGTAxwxr8Qb7Rcaz8EXr0dRSKdKcP8oQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TA1qga83x9uOMbD3KcdLQTw9xc8A51Lz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #aDGNl4FAobsikdFAdLWzQtX1pi5OBhUk { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #h5bZW64UrPB5FKNrXGBkCZzRiResd5ed {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gJPyw7O9HAkTIatbNENAibJUS3RcMxC4 { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Kta3F2Q5rUDpWgXKe3FiGD40nZ9IsJUK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #lxKQnRUGVSTNGQsbfP6yLLFFhf5Ho1Kh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #T3bRTbd8JJDyc3fDfhcC5yIucPM5aBPF { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ht9lZZJThTPtHaPVDwmWvQglET44HGT9 {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #p9iUwwzTJOrmMgN1srw1cb8JfcNU0ghO { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Ps2Ui1odnNzVp0nk7aNQxO0U3nqgul08 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #VmadfrdISoPeEOqeEJ9G7xODQTxutBf2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #e0G3nWqT80EwzolIGOcx6ILQdEkUI3Zm { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #OBHbOKvtNIaTc89yovCz7RiNSxE7v8N8 {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #vOFEDU8nfWSTWZ9yzoEJzox3STeswZsO { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #GC0WNUPCtib7FrfpWbkFT3TKeBMWqImX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LZoFwSM07mDywbziySo7q4h8b4BziawV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gWFwTJcFc8lFIfXuvy0ZKouPQROdIsMh { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kUXTndF3SerF7zJ1SoS2DeOcRXhwBwNw {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #laIrfRcV2cwFFq16TuWhgLCtZdUcvGQy { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #EGUUofi0KHRTrUZZiThQy1PJsv1H5inD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gk1MOCIaMaKlbILPTysJEFiTmGxduyIp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #zeUx8TevuNPM2N5Cegqn6T1kCp9Km8Em { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kNDa8BpRM0kcFZlLKhfBMQZMc45zS9SL {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #c2cxFJcxUWiIqbDQLnoEwMWBtkPAq9am { display:none; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fq5KJiQTxN5XvAaxDcvqufc23iuxvIX6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #hcbBiRrv6GowuOa978UvTnSUTyOs7BRv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Auhd0G3FS7LuTPxh655uqRLs3GzI0nep { display:block;position:relative; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TODxFg7OGmELeJ9WIMxPdsEWM5nrSaAf {  }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fiOVDfxQBuBb6E290weqn6Uay2SsfIhW { display:none; }
#X5Vhoth7hxWk87AlQHTQJ8EroA8vPlWL { color:#ff6900;display:block;width:36.3748125rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1277122497559rem;left:19.312066078186rem;height:3.65600625rem;text-align:center;text-align-last:center;display:block; }
#qS9F7exyN3A9RZfd5lik6oJZ2LS3hJnS { color:#000000;display:block;width:57.1245625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7827682495119rem;left:8.9366331100462rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:url("https://images.assets-landingi.com/uc/4941471b-b47e-476d-a953-c570f728a453/LandingPageFooterv4.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; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL.adaptive-delivery-prevent-bg, #ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL.lazyload, #ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL.lazyloading { background-image: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container { background-color: transparent; background-image: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container > .video-iframe-container { display: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row > .video-iframe-container { display: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .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); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container { border-width: 0; border-radius: 0; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#s32155e5f1e8d47772d95cd0565c830e { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:4.125rem;height:4.87426875rem;text-align:justify;text-align-last:initial;display:block; }
#Veb50ffc1f4c6b9c2148a6f130ad2692 { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:barlow;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4.125rem;height:3.16894375rem;display:block; }
#a620661756b3355bea91662e09e09e30 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.5rem;left:4.25rem;display:block; }
#dd271f9e1fd32497625e2e5ec2644d46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5a5cbe39921eade89cb983070a7a683 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.5rem;left:21.9375rem;display:block; }
#J8c6a8f192f568bb29749b4be1f56e32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8189710e05d4d766f9b66c5b017a749 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.3125rem;display:none; }
#Xd7e60234b4123d1b22d3976da57697c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5fcd8f2-f1d6-4d7d-ab8a-0784c14cb151/0fcffe9dimage8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd7e60234b4123d1b22d3976da57697c.widget-smartsection.adaptive-delivery-prevent-bg, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection.lazyload, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection.lazyloading { background-image: none; } #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection *:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="text"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="email"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="tel"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection textarea:focus-visible { outline: none; } #SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container { background-color: transparent; background-image: none; }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container > .video-iframe-container { display: none; }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row > .video-iframe-container { display: none; }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .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); }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container { border-width: 0; border-radius: 0; }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz { display:block; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T249a966af98b3593efcaf9429903853 { width:1.25rem;height:1.25rem;top:1.3125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6023d2c8668879af4b0533aae9a548b { width:1.25rem;height:1.625rem;top:1.125rem;left:46.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8fe198831be8f3bbafec55eaf9edadd { width:1.25rem;height:1.25rem;top:1.25rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99aa9638cb9bcf083ed54af33372db8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcd6df6c2ab05a916c16383df202d683 { width:12.1875rem;height:2.625rem;top:0.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1051d200d739925d4ad43f51b579e7 { display:block; }
 }@media only screen and (max-width: 763px) { #p3JqdT0vO6J9wR5q99ZQB5LHyTQNol5B { top:1.0625rem;left:0rem;width:13.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGwooNdS3K9hfa8nH6NNZERpB9sJiZ6u { top:10.6875rem;left:0rem;width:37rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKoJeQ0VLRi8LqPhapI8ZBlMSHyccBcq { top:14.25rem;left:0rem;width:35.0625rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUqOE9AnKEiKKXWQdhwwSf57EwuysMlL { width:20.6875rem;height:3.8125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzFzNSCaQsJJHPq47D5rtmv0zqBWUbS { display:block; }
 }@media only screen and (max-width: 763px) { #KMUHqBOME0ikVC7d9rei48RBHcCv5LWc { top:39.9375rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPsZh3uN3mLxDUUWVR9Nao7RwycD3cEP { top:17.125rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVRztcscM1fSv5y27ngT7oxTLO9oUwo { top:19.875rem;left:0rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFpZP2Wa3PzH6ZGGtP1nmmJOJpcZbgiV { top:22.6875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNod6v97QkVTox9TM2m8AUxx7QJZtI0u { top:25.5rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5fbN5z0vi06Bsa7dsrox7G2D9Q9hwT7 { top:9.625rem;left:0rem;width:39.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um6fhmzyutRqbMQGbCNNXJ5TxMuIfLdU { display:none; }
 }@media only screen and (max-width: 763px) { #qOZdFgkWGWESBTnxr7tGFglepZTbtXeQ { top:15.5625rem;left:0rem;width:6rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOzPXIrqhGckwTK1p87ngRVHfuTNGJh { top:7.3125rem;left:0rem;width:31.5625rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTZQ0l1Ec9CD6S8BC8RNnlcde34rNhF { top:18.125rem;left:0rem;width:6.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz6E4QrqrX25FlrzNrnQklmt6QHy9sNH { top:21.5rem;left:0rem;width:4.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxsyiFysIigLXTTaMe8q2xJEJ6wCzoG { top:24.375rem;left:0rem;width:4.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcotQLuegvq669Ts9tdApCAu2pMeshIK { display:block; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQAl86azkRsZHSm9Bp2aK9oXTI5Q7dPT { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9acHzo8TiISrMCXZT4kLfcmaU0KmLI1 { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfzg0CnAuxPSuNMt4H48xdAttz8NSfI { top:12rem;left:0rem;width:13.625rem;height:9.2694998538653rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0MOl8Nd1OMNn8WnydkHRJM4ENRf8OAx { top:12rem;left:9.625rem;width:14.5rem;height:9.272272276569rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmNLXZFxQDTltKDvOSnmWJgPcZ0SaCEx { top:11.9375rem;left:24.1875rem;width:14.0625rem;height:9.4998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouETaLT5IArfpewd7Z2poG7FGJOsnDU8 { top:12.0625rem;left:34.1875rem;width:13.5625rem;height:9.2072891148973rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax0OGSpfi6JR9atuSkOc2dgOgJ02taiF { top:21.25rem;left:0rem;width:14.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IbT2e31QaHhxIg9HqTSuQCar9uplE2 { top:21.25rem;left:9.7810325622556rem;width:14.1875rem;height:9.707210640127rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZm1EFgxNaRg8pv03coCNNP2o4WBEuMW { top:21.25rem;left:24.185329437256rem;width:14.1875rem;height:9.707210640127rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy2tFIyFWOybVSU03zTCzaM06TxvWXKb { top:21.25rem;left:33.3125rem;width:14.375rem;height:10.392579224209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeo4f708hTto9L0sIKBzQExAEeInpZCJ { width:15.375rem;height:2.875rem;top:31.6875rem;left:16.156361579895rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiAw2tXf7QHvZS0I9bTcXMQobdLbSKsZ { display:block; }
 }@media only screen and (max-width: 763px) { #uDQPzKLEdenbRwkBCPkRSF0ako41NFpM { display:none; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ergyb4qxG0vKPEBB00Gz3pZ8iQqcqgIk { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFTO28GGR5AyRkytkMRcyLTy2vro6cPs { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX { display:none; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MzpGDnCIrnEsnbNTdWeMTCfaM6axTuzr { width:13.375rem;height:2.3125rem;top:33.4375rem;left:17.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cm3TJfe5X6dWxPKHlGXN18LJigTuPPbx { display:block; }
 }@media only screen and (max-width: 763px) { #Umhq0BByGOBFUSVwTCvJG9GTziE2ERS9 { display:none; }
 }@media only screen and (max-width: 763px) { #k9G1eA8yQmih4NIuL9cgu8Dh0XZQswpk { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXRh8LVlRX3HFwLDJ86BKMJZ1uqsuvKG { display:block; }
 }@media only screen and (max-width: 763px) { #yk08kJU0ulUc5TSVAxew3aXztB9GX8HX { display:none; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nHXwA0BDThD9LDtLb1DWc7zBQSkSXE92 { top:2.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLnHiWP0ziKxdHT9QomBsCGNlzoR7aR { top:6.25rem;left:11.03125rem;width:25.6875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq { display:none; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nbzZhKXp4Tsgm1S5wN66txNZMOfQ6TGQ { display:none; }
 }@media only screen and (max-width: 763px) { #WoIOs7V5tL6d1q5LlmqRAFeJIR8TNN3i { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTS0n6oK8PxJF6l5pM878nD99VbuBnIq { display:block; }
 }@media only screen and (max-width: 763px) { #hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy { display:block; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi8DPgEt0EWh6DSK7tEw4c3G57oRqhOC { top:2.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIT26dvXKSissMXdwH1H2TfcufhTTWR { top:6.25rem;left:11.0302734375rem;width:25.625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsnG1UZUWowpPBC6UA8FHdTyAwtgOW0D { top:9.3125rem;left:3.4984817504883rem;width:40.6875rem;height:6.4267824468518rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqvS9ECtw48NSS9KlefZ7nVoALGAVGh { top:15.75rem;left:3.4984817504883rem;width:18.25rem;height:6.6020816694313rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgDrdTmiyJrA4xKJMsFmoCHeADmM45Db { top:15.8125rem;left:26.0625rem;width:18.25rem;height:6.414963513615rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnmtEoXM9kTnTorLw8JfvvUha4dolEvX { top:23.5625rem;left:3.4984817504883rem;width:18.5rem;height:5.2946662760903rem;display:block; }
 }@media only screen and (max-width: 763px) { #butiLrpzntqKiJIEpGIrPCOVIgenV6Zy { top:23.0625rem;left:26.129779815674rem;width:18.125rem;height:6.2904008728822rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmwVmL4KU9cXUMlTDv3nQGMu7391AZob { width:15.375rem;height:2.875rem;top:30.75rem;left:16.156361579895rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLgGeV8MqpBGKFm6ys4ruwLSMopdXuqG { display:block; }
 }@media only screen and (max-width: 763px) { #l6SCTtyJt6weclBxceJCkqN5NEntfswf { display:block; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 { display:block; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz3vD5uEt0ahQ2U7oM6z2eGR03fQuRq1 { top:4.9375rem;left:0rem;width:35.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec7yyZKtJ2NAaHhBy5bSxwM54lXabq7v { top:19.25rem;left:0rem;width:35.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAxQi57xpXWw2b61o6fZQcHV3sm6BvG { top:7.8125rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ26IcGHrbHGk47xGerhVGwv8ceJh9Hy { top:12.5625rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVF7nO7eTluB5L5zTW6euml3MUJlrT5C { top:15.6875rem;left:14.9375rem;width:32.8125rem;height:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOgXTkUssDq7To6uIeXwgNElmVeJOPG { top:20.6875rem;left:17.875rem;width:29.875rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlhbRcSgGPcHUZntXCNGHwgZpCD54k2Z { width:15.375rem;height:2.875rem;top:29.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anEaAopNmT0l81DHq1DncdHI1PUrlIbd { display:block; }
 }@media only screen and (max-width: 763px) { #e2uvA57vuBJlZ4vvwWCTZZZT4qpPIPsm { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXRzNcghkSVro7IKm0TAAOJqcUfO9GBN { display:block; }
 }@media only screen and (max-width: 763px) { #zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 { display:block; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdLIQD6eudPLxmQ5yAtzsP0iap1A5UDU { top:4.0625rem;left:11.5625rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1RyF6TRp3d5OSa3Ss4Q4Wgk8lamsgq { top:18.5rem;left:12.1875rem;width:35.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5fCtZxSETXUb4qaJLRUNJWBL9WdqQ8s { top:8.125rem;left:0rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAC5UpHIUToCwtzqf9A0pLgyDlX2oFSa { top:12.6875rem;left:0rem;width:27.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF9ncPKdyiD1dBuNUOFZ2g2D6RXAVxzs { top:15.8125rem;left:0rem;width:32.9375rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzXeJTP8AvonXiRAGIEHBJwTFe4dUBTn { top:21.8125rem;left:0rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx22RQ4RrS4s08dvaVgH2a8QMvKnAL9W { width:15.375rem;height:2.875rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAXOOA27WBBIoJaOomKi8D3BACsRqOU { display:block; }
 }@media only screen and (max-width: 763px) { #vP3tQ6kCzviOOcpwEG99tU2rNlJNzUqC { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQphfi9OISz0462tztm0Iw1kCTCBeEA7 { display:block; }
 }@media only screen and (max-width: 763px) { #ssrat4ZwfNfL3WsES45snyqbzqP6GkFu { display:block; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qq7HLiJbOGTlwLgZIq3p1TclS1ZegK03 { top:4.9375rem;left:0rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOmVPq0t2vf1Q7stPkkkN875ExUZNekF { top:19.4375rem;left:0rem;width:35.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCfRKEZEPocGOaiG3PRZfS40vbsCw4ed { top:8.25rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0LbCn95Sg7eHMURMsTHxmKEihb2iSeN { top:12.875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fITJgSMTtPM3eqhZKO4XHCiPZB7nVnDE { top:17.5625rem;left:14.9375rem;width:32.8125rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL7FPQxFTs8fF89biSa5KZuVZBdAfwhX { top:23.25rem;left:17.875rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkViyz79UTp19czS5FCiaaoyTKHGnHuD { width:15.375rem;height:2.875rem;top:30.5625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKOSwIaApgvftlfPgLJh2u6VTNGwXxxX { display:block; }
 }@media only screen and (max-width: 763px) { #lVKht8J5ftUsK6568hU35xX8LUTEVSJv { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ5x67k5XtIh3Nkr66WbZ8LnpXTCr6lQ { display:block; }
 }@media only screen and (max-width: 763px) { #pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e { display:block; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS { display:block; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4AuUww3QMkNJzu9vC5fTs1qMqWHSau6 { top:0rem;left:0rem;width:47.75rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA { display:block; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm { display:block; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw3M5CUvzisvJxPZCPH9rGMyiNZpAOEm { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMAepwJpmTsvAaTCe6C7p2l30MOQ7HdB { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEuh9Vx0tD95ghM2BxapQ2znmX3sTK92 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlEPUmX4dB9HzSKBkSGn0ETzEUGpLNFW { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBBVpf4FRD7dTfruJdRFt28VrOUtheCe { top:4.75rem;left:6.3125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfPie32tCgPpXJMbpzTG0ztMEQuis36I { top:4.6875rem;left:12.875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlBxOEnKablpiPVE97Xg5fIruEPPbHBu { top:4.625rem;left:19.4375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqPo2RWDPZ06S74Z7gDpiQTMov4FwNSF { top:4.5625rem;left:26.0625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tid4VK48rTTnme4m3bax9JRd2DwUkw97 { top:6rem;left:33.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxa7FbNFo5xE3rnTwefL25JExT7DV26 { width:18.625rem;height:1.1875rem;top:14.3125rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOUcquRSgZTBBKGdnK91NsQxqmmodOz { width:38.4375rem;height:4.375rem;top:9.9375rem;left:4.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU { display:none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KMpADbl0JfrexTEubTAFbZXZTWWsTzyx { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTXiBBcm6A7TdmNrzFXKpW3a2zfFi1S { top:12.5rem;left:19.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGbBZAU6QfdbGuLkovTX1pKQOcsS0DgI { top:12.5rem;left:22.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMB9nuMe5B6NyT9shmuyODksf30yPMTc { top:12.5rem;left:24.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDeytcrL21fptenAXE25xmJxG8ks2d3M { top:12.5rem;left:27.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQnwsynbJAwlO4cfuthvyvN58Ns2TTa { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9bG04t1ksQNqRIA63gRaxGiNuD6DLTx { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSBqIn8FJVf1IRPooNEJbaT4ZlIHTxkx { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHbTfqEVGzViIClKUnzTeN2hhKwIiC7k { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcVAFqUT45RwE9NgwQ4EZcHOPWKWO1se { width:38.4375rem;height:4.375rem;top:5.3125rem;left:5.34375rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmdFklIcytoAQrR4oyrw4KmmptDVI6vg { width:18.625rem;height:1.1875rem;top:9.75rem;left:14.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 { display:block; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEdggux7PxGvm4SlWfV3EIQP5J99ERN2 { top:1.625rem;left:0rem;width:47.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgEn8MpOZbg0gP51FFrfU89AllPTBEAq { display:block; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2TpVmkOI4RqfSsyNmVsSQCJXiEMlVeM { top:0.6875rem;left:0rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9JcR2F202EUBJoPTKNgTXWzlBTk8wy5 { top:4.1875rem;left:0rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCqRXReSk9xXFkFHlHCGhE0TXzVJzO4 { top:0.75rem;left:12rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8nqC6132zTdtQrwnDxZCRIZIikdd1r { top:3.625rem;left:14rem;width:19.875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQE0QekVvtx1QPvlW2L2tM8WSNHTuihZ { top:12.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcBTz7mBgpWm5AM0R3F02Iyy2UeCuhqI { top:12.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weAzPiTyoqtlGI1GvoyqpETQydmTZSsh { top:12.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErLfi1hebbVUixmVCUubruqicyHqhiC { top:12.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvLfCxvWaRgwM6dwpM9b3cT8BVvF5vw { top:12.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlbNXOZVZbIvee6tbwoI4VLUMfBqI6b { top:12.25rem;left:0.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSWLQhWMWXdPmWnmIxEe1WpGDap5SBhq { top:12.3125rem;left:13.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Eb2RSaXKZInznTolkWsg9TWomX85L7 { top:12.3125rem;left:18.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3yLDIG1SiKNvQy0ipUdIt5FvolPIBo8 { top:12.3125rem;left:20.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oezFGGOZH8MKX4u165FOXZa6NPdDktyS { top:12.3125rem;left:22.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQhiVTqdnaqSCOu5qVlunfcBDuTp90Uh { top:12.3125rem;left:23.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzXxPa2aKLWMrvoWqAW3V5H9wwB5OTL6 { top:12.3125rem;left:25.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xskExmTZB99xdoyqAgkKnvnIWqx9Qara { top:14.4375rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEZ6gaTAC1yG51PT5u7ouerkuGx7f9AV { top:14.4375rem;left:18.6875rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhHEnEQTOM3qqWITO0zEgdFuHPMt2Xx1 { top:3.625rem;left:27.875rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V53ArtZhZm2UE7DzQGAEL0QABM90BxXH { top:12.25rem;left:38rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFBShMPDEo0uKwUaI99TvlwNQWoIEG24 { top:12.25rem;left:42.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlinUXVtZUamW20Do0MQMFXwTKStWimL { top:14.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EcT304aw7BabW4Itn8m9oV82iRxitX { top:12.25rem;left:44.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQIXGxrd7Qiyv9yVM6LXqv27THIz3Ddr { top:12.25rem;left:46.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxOfIFDbMCfhXHbF39XrPOO3tlC2779Z { top:12.25rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA6pn4VbyIVm0d4qeFVLUhl3g7OUN6Iq { top:12.25rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDBsbF89q3qzTdZXi2kgStBJoqkfU87W { top:0.6875rem;left:23.875rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVf6DEUr2OcRdrdTO7fyDFeJ5lVllhSi { display:none; }
 }@media only screen and (max-width: 763px) { #ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre { display:block; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #G0BM17DXHwZC1VGNyfQG2mLDTJGkCheU {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #SVFS6v6ohwuSx402dxWoRMadFXnxyhCe {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #WpMIOews5Dby0vdmnx6ds3m4QTXekG32 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #awDh1y4JSwvAn4bTuT9xsLdF3tLRBNL4 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Xv1zltNhe0JXKVaNZ5zqHQVSHskMoeM6 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LmhIcFTXCWs214dedTfLo6nWfi6Ggq6k {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #GQScNgFR73GkibtRW2zU4TCKfRN33174 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ysAAbTqMz5eAQZmRgMQkC8ZdiRnoKF7W {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #DZ4aEhyesPTEaqypAN5ycmGdNH5rh23e {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #xW3x1cFvTymfRJM70rc4Vg0CFBzqR28r {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Somt42rAXd6taRhUH7iDVZ48h4Q5RRWN {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fpJGdLfkWAnf9dq2TrrMsnSECAceH0Kt {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fdOT6ICEfP4tW4ccyThd9sHiUqTTl46y {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TmAgNxwaG4cT4oAKETeFFqQVklb6zq9t {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #rOwAQ4WaBgO63qdAoFnEMXOhZfAFmoEV {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Oa34BTTEy8K2zJpASZVGDGbm6XQBahSa {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ysTzW6R9AkRJnHB40ThRh4g6B2ZywUQ8 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #UKudg6Pwk9Q7WnPN2gki6TFU2iMwVtqQ {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #sk5cTxNiKeqeKWQv1o3mlOZ2J0fXzi9v {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #xUegaJiT8dRxnzrkPFxw3dHa5X9y8TrW {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #qTiEngLyr2JaHZF9nfmru343nAnJrBrA {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ukLSXfzJmTlKnPTyxVBtcuWetQgi3vlM {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kt0mdUx9w2T38Ea2mF9qepzyBDUyVenm {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #R5Gz4tw8DWn7NPKuxVsgZZnrcxHM2n0u {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ZT9Zh3ZtxqzXlsVtZfJ08idcM0rKdcAb {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LGTAxwxr8Qb7Rcaz8EXr0dRSKdKcP8oQ {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TA1qga83x9uOMbD3KcdLQTw9xc8A51Lz {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #aDGNl4FAobsikdFAdLWzQtX1pi5OBhUk {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #h5bZW64UrPB5FKNrXGBkCZzRiResd5ed {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gJPyw7O9HAkTIatbNENAibJUS3RcMxC4 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Kta3F2Q5rUDpWgXKe3FiGD40nZ9IsJUK {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #lxKQnRUGVSTNGQsbfP6yLLFFhf5Ho1Kh {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #T3bRTbd8JJDyc3fDfhcC5yIucPM5aBPF {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ht9lZZJThTPtHaPVDwmWvQglET44HGT9 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #p9iUwwzTJOrmMgN1srw1cb8JfcNU0ghO {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Ps2Ui1odnNzVp0nk7aNQxO0U3nqgul08 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #VmadfrdISoPeEOqeEJ9G7xODQTxutBf2 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #e0G3nWqT80EwzolIGOcx6ILQdEkUI3Zm {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #OBHbOKvtNIaTc89yovCz7RiNSxE7v8N8 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #vOFEDU8nfWSTWZ9yzoEJzox3STeswZsO {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #GC0WNUPCtib7FrfpWbkFT3TKeBMWqImX {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LZoFwSM07mDywbziySo7q4h8b4BziawV {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gWFwTJcFc8lFIfXuvy0ZKouPQROdIsMh {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kUXTndF3SerF7zJ1SoS2DeOcRXhwBwNw {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #laIrfRcV2cwFFq16TuWhgLCtZdUcvGQy {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #EGUUofi0KHRTrUZZiThQy1PJsv1H5inD {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gk1MOCIaMaKlbILPTysJEFiTmGxduyIp {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #zeUx8TevuNPM2N5Cegqn6T1kCp9Km8Em {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kNDa8BpRM0kcFZlLKhfBMQZMc45zS9SL {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #c2cxFJcxUWiIqbDQLnoEwMWBtkPAq9am {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fq5KJiQTxN5XvAaxDcvqufc23iuxvIX6 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #hcbBiRrv6GowuOa978UvTnSUTyOs7BRv {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Auhd0G3FS7LuTPxh655uqRLs3GzI0nep {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TODxFg7OGmELeJ9WIMxPdsEWM5nrSaAf {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fiOVDfxQBuBb6E290weqn6Uay2SsfIhW {  }
 }@media only screen and (max-width: 763px) { #X5Vhoth7hxWk87AlQHTQJ8EroA8vPlWL { top:3.125rem;left:5.6870660781861rem;width:36.3125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9F7exyN3A9RZfd5lik6oJZ2LS3hJnS { top:6.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL { display:block; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s32155e5f1e8d47772d95cd0565c830e { top:9rem;left:0rem;width:29.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veb50ffc1f4c6b9c2148a6f130ad2692 { top:5.8125rem;left:0rem;width:36.125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a620661756b3355bea91662e09e09e30 { width:11.5625rem;height:2.875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd271f9e1fd32497625e2e5ec2644d46 { display:block; }
 }@media only screen and (max-width: 763px) { #z5a5cbe39921eade89cb983070a7a683 { width:11.5625rem;height:2.875rem;top:18.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8c6a8f192f568bb29749b4be1f56e32 { display:block; }
 }@media only screen and (max-width: 763px) { #c8189710e05d4d766f9b66c5b017a749 { width:18.3125rem;height:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection { display:block; } #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection *:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="text"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="email"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="tel"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection textarea:focus-visible { outline: none; } #SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rgvO4Vc5Bz7WAKglkm2ACXTclkQMbeoz > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T249a966af98b3593efcaf9429903853 { width:1.25rem;height:1.25rem;top:2.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6023d2c8668879af4b0533aae9a548b { width:1.25rem;height:1.625rem;top:2.25rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8fe198831be8f3bbafec55eaf9edadd { width:1.25rem;height:1.25rem;top:2.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99aa9638cb9bcf083ed54af33372db8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcd6df6c2ab05a916c16383df202d683 { width:9.4375rem;height:1.6875rem;top:4rem;left:5.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1051d200d739925d4ad43f51b579e7 { display:block; }
 }@media only screen and (max-width: 763px) { #p3JqdT0vO6J9wR5q99ZQB5LHyTQNol5B { width:14.9375rem;height:1.3125rem;top:1.71875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/adbc2f70-7e61-47c1-8110-94c5a6f3a81e/MobileHeaderPhotoV2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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.02); }#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.02); }#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 { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGwooNdS3K9hfa8nH6NNZERpB9sJiZ6u { width:17.875rem;height:2.6001rem;top:2.875rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKoJeQ0VLRi8LqPhapI8ZBlMSHyccBcq { width:18.8125rem;height:1.381225rem;top:5.0625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUqOE9AnKEiKKXWQdhwwSf57EwuysMlL { width:12.1235rem;height:2.3112rem;top:18.311632156372rem;left:3.9377174377441rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzFzNSCaQsJJHPq47D5rtmv0zqBWUbS { display:block; }
 }@media only screen and (max-width: 763px) { #KMUHqBOME0ikVC7d9rei48RBHcCv5LWc { width:20rem;height:5.499675rem;top:32.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPsZh3uN3mLxDUUWVR9Nao7RwycD3cEP { width:13.6875rem;height:1.2994375rem;top:9.4375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xyVRztcscM1fSv5y27ngT7oxTLO9oUwo { width:13.3125rem;height:1.2994375rem;top:11.375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EFpZP2Wa3PzH6ZGGtP1nmmJOJpcZbgiV { width:16.0625rem;height:1.2994375rem;top:13.375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iNod6v97QkVTox9TM2m8AUxx7QJZtI0u { width:16.0623125rem;height:1.29980625rem;top:15.4375rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u5fbN5z0vi06Bsa7dsrox7G2D9Q9hwT7 { width:18.75rem;height:1.25rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um6fhmzyutRqbMQGbCNNXJ5TxMuIfLdU { top:34.6240234375rem;left:0rem;width:20rem;height:6.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qOZdFgkWGWESBTnxr7tGFglepZTbtXeQ { width:5.0625rem;height:4.0625rem;top:8.05615234375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuOzPXIrqhGckwTK1p87ngRVHfuTNGJh { width:20rem;height:28.8125rem;top:42.7490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgTZQ0l1Ec9CD6S8BC8RNnlcde34rNhF { width:4.9375rem;height:4.0625rem;top:9.99365234375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xz6E4QrqrX25FlrzNrnQklmt6QHy9sNH { width:3.3125rem;height:2.6875rem;top:12.6748046875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTxsyiFysIigLXTTaMe8q2xJEJ6wCzoG { width:3.5625rem;height:2.9375rem;top:14.7373046875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bcotQLuegvq669Ts9tdApCAu2pMeshIK { display:none; }#bcotQLuegvq669Ts9tdApCAu2pMeshIK > .row .container { width:20rem;height:108.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQAl86azkRsZHSm9Bp2aK9oXTI5Q7dPT { width:20rem;height:2.59928125rem;top:0.78125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9acHzo8TiISrMCXZT4kLfcmaU0KmLI1 { width:20rem;height:1.4995625rem;top:3.380859375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfzg0CnAuxPSuNMt4H48xdAttz8NSfI { width:13.625rem;height:9.2694998538653rem;top:17.630209375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0MOl8Nd1OMNn8WnydkHRJM4ENRf8OAx { width:14.5rem;height:9.272272276569rem;top:28.148896875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmNLXZFxQDTltKDvOSnmWJgPcZ0SaCEx { width:14.0625rem;height:9.4998125rem;top:38.670834375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouETaLT5IArfpewd7Z2poG7FGJOsnDU8 { width:13.5625rem;height:9.206949440058rem;top:49.420646875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax0OGSpfi6JR9atuSkOc2dgOgJ02taiF { width:14.125rem;height:9.7498064073632rem;top:59.877459375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IbT2e31QaHhxIg9HqTSuQCar9uplE2 { width:14.1875rem;height:9.707934521799rem;top:70.876834375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZm1EFgxNaRg8pv03coCNNP2o4WBEuMW { width:14.1875rem;height:9.707934521799rem;top:81.833834375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy2tFIyFWOybVSU03zTCzaM06TxvWXKb { width:14.375rem;height:10.392579224209rem;top:92.790834375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeo4f708hTto9L0sIKBzQExAEeInpZCJ { width:15.375rem;height:2.875rem;top:104.43305677032rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiAw2tXf7QHvZS0I9bTcXMQobdLbSKsZ { display:block; }
 }@media only screen and (max-width: 763px) { #uDQPzKLEdenbRwkBCPkRSF0ako41NFpM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row .container { background-color: transparent; background-image: none; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row .container > .video-iframe-container { display: none; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row > .video-iframe-container { display: none; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .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); }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row .container { border-width: 0; border-radius: 0; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDQPzKLEdenbRwkBCPkRSF0ako41NFpM > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ergyb4qxG0vKPEBB00Gz3pZ8iQqcqgIk { width:20rem;height:1.499025rem;top:3.7852649688721rem;left:0rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TFTO28GGR5AyRkytkMRcyLTy2vro6cPs { width:20rem;height:2.6001rem;top:1.1875rem;left:0rem;font-size:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row .container { background-color: transparent; background-image: none; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row .container > .video-iframe-container { display: none; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row > .video-iframe-container { display: none; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .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); }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row .container { border-width: 0; border-radius: 0; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFNBCTGOXb702zNZ4eUMT5Gn45XzSwxX > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzpGDnCIrnEsnbNTdWeMTCfaM6axTuzr { width:8.3735rem;height:1.62489375rem;top:11.92165851593rem;left:5.8127174377441rem;font-size:0.75rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Cm3TJfe5X6dWxPKHlGXN18LJigTuPPbx { display:block; }
 }@media only screen and (max-width: 763px) { #Umhq0BByGOBFUSVwTCvJG9GTziE2ERS9 { top:0rem;left:0rem;width:20rem;height:11.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #k9G1eA8yQmih4NIuL9cgu8Dh0XZQswpk { width:12.1235rem;height:2.3112rem;top:11.172852516174rem;left:3.9377174377441rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nXRh8LVlRX3HFwLDJ86BKMJZ1uqsuvKG { display:block; }
 }@media only screen and (max-width: 763px) { #yk08kJU0ulUc5TSVAxew3aXztB9GX8HX { background-color:#c5c5c5;background-image:none;display:block; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container { background-color: transparent; background-image: none; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container > .video-iframe-container { display: none; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row > .video-iframe-container { display: none; }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .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); }#yk08kJU0ulUc5TSVAxew3aXztB9GX8HX > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHXwA0BDThD9LDtLb1DWc7zBQSkSXE92 { width:20rem;height:2.2753875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLnHiWP0ziKxdHT9QomBsCGNlzoR7aR { width:20rem;height:0.67505rem;top:3.52392578125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq { background-color:#c5c5c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row .container { background-color: transparent; background-image: none; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row .container > .video-iframe-container { display: none; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row > .video-iframe-container { display: none; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .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); }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row .container { border-width: 0; border-radius: 0; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAxfSDMolWl5VB986a3ISxHZx3g4ZvMq > .row .container { width:20rem;height:11.3745rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbzZhKXp4Tsgm1S5wN66txNZMOfQ6TGQ { top:0rem;left:0rem;width:20rem;height:11.3748125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #WoIOs7V5tL6d1q5LlmqRAFeJIR8TNN3i { width:12.1235rem;height:2.3112rem;top:7.4231872558594rem;left:3.9377174377441rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LTS0n6oK8PxJF6l5pM878nD99VbuBnIq { display:block; }
 }@media only screen and (max-width: 763px) { #hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy { display:none; }#hTb91UcvvDVmDw8Xp1BWZrEuhXuTSvKy > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hi8DPgEt0EWh6DSK7tEw4c3G57oRqhOC { width:20rem;height:2.27485rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIT26dvXKSissMXdwH1H2TfcufhTTWR { width:20rem;height:0.67436875rem;top:3.52392578125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsnG1UZUWowpPBC6UA8FHdTyAwtgOW0D { width:20rem;height:3.1875rem;top:5.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqvS9ECtw48NSS9KlefZ7nVoALGAVGh { width:18.25rem;height:6.6024647658967rem;top:20.499132751465rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgDrdTmiyJrA4xKJMsFmoCHeADmM45Db { width:18.25rem;height:6.4142767664838rem;top:28.350695251465rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnmtEoXM9kTnTorLw8JfvvUha4dolEvX { width:18.5rem;height:5.2946662760903rem;top:36.014570251465rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #butiLrpzntqKiJIEpGIrPCOVIgenV6Zy { width:18.125rem;height:6.2904008728822rem;top:42.558626501465rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmwVmL4KU9cXUMlTDv3nQGMu7391AZob { width:15.375rem;height:2.875rem;top:42.559133707046rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLgGeV8MqpBGKFm6ys4ruwLSMopdXuqG { display:block; }
 }@media only screen and (max-width: 763px) { #l6SCTtyJt6weclBxceJCkqN5NEntfswf { display:block; }#l6SCTtyJt6weclBxceJCkqN5NEntfswf > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 { display:block; }#dtUe3nDCrHmq6UP2yeeCNu8CIouJDSK9 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz3vD5uEt0ahQ2U7oM6z2eGR03fQuRq1 { width:19.6245625rem;height:7.7495625rem;top:7.925449848175rem;left:0.18663203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec7yyZKtJ2NAaHhBy5bSxwM54lXabq7v { width:20rem;height:11.875rem;top:15.880208969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAxQi57xpXWw2b61o6fZQcHV3sm6BvG { width:17.3746875rem;height:3.57483125rem;top:1.1501741409302rem;left:1.3123915195465rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZ26IcGHrbHGk47xGerhVGwv8ceJh9Hy { width:16.9998125rem;height:2.19360625rem;top:4.0993928909302rem;left:1.4995660781861rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVF7nO7eTluB5L5zTW6euml3MUJlrT5C { width:17.0625rem;height:8.39845rem;top:28.37890625rem;left:1.46875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #apOgXTkUssDq7To6uIeXwgNElmVeJOPG { width:16.875rem;height:4.87305rem;top:31.107856750488rem;left:1.5625002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlhbRcSgGPcHUZntXCNGHwgZpCD54k2Z { width:15.374375rem;height:2.87489375rem;top:40.732965469361rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #anEaAopNmT0l81DHq1DncdHI1PUrlIbd { display:block; }
 }@media only screen and (max-width: 763px) { #e2uvA57vuBJlZ4vvwWCTZZZT4qpPIPsm { width:12.1235rem;height:2.3112rem;top:36.773010253906rem;left:3.9377174377441rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dXRzNcghkSVro7IKm0TAAOJqcUfO9GBN { display:block; }
 }@media only screen and (max-width: 763px) { #zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 { display:block; }#zwyG66kQnRmXSV37RZ6tWZ5LBkWGipT3 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdLIQD6eudPLxmQ5yAtzsP0iap1A5UDU { width:20rem;height:7.880875rem;top:8.0488319396975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1RyF6TRp3d5OSa3Ss4Q4Wgk8lamsgq { width:20rem;height:12.125rem;top:16.367186546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5fCtZxSETXUb4qaJLRUNJWBL9WdqQ8s { width:13.9371875rem;height:3.57483125rem;top:1.25rem;left:3rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAC5UpHIUToCwtzqf9A0pLgyDlX2oFSa { width:18.4375rem;height:1.950075rem;top:4.25rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF9ncPKdyiD1dBuNUOFZ2g2D6RXAVxzs { width:17.75rem;height:7.82311875rem;top:29.611330032349rem;left:1.125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yzXeJTP8AvonXiRAGIEHBJwTFe4dUBTn { width:17.875rem;height:3.6547875rem;top:33.028756141662rem;left:1.1554906368256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx22RQ4RrS4s08dvaVgH2a8QMvKnAL9W { width:15.374375rem;height:2.87489375rem;top:40.979816436767rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMAXOOA27WBBIoJaOomKi8D3BACsRqOU { display:block; }
 }@media only screen and (max-width: 763px) { #vP3tQ6kCzviOOcpwEG99tU2rNlJNzUqC { width:12.1235rem;height:2.3112rem;top:38.243831634521rem;left:3.9377174377441rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PQphfi9OISz0462tztm0Iw1kCTCBeEA7 { display:block; }
 }@media only screen and (max-width: 763px) { #ssrat4ZwfNfL3WsES45snyqbzqP6GkFu { display:block; }#ssrat4ZwfNfL3WsES45snyqbzqP6GkFu > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qq7HLiJbOGTlwLgZIq3p1TclS1ZegK03 { width:20rem;height:7.880875rem;top:7.2493495941163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOmVPq0t2vf1Q7stPkkkN875ExUZNekF { width:20rem;height:12rem;top:15.679687976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCfRKEZEPocGOaiG3PRZfS40vbsCw4ed { width:15.9375rem;height:3.57483125rem;top:1.5rem;left:2.0625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0LbCn95Sg7eHMURMsTHxmKEihb2iSeN { width:18.125rem;height:1.950075rem;top:4.375rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fITJgSMTtPM3eqhZKO4XHCiPZB7nVnDE { width:18.125rem;height:7.82311875rem;top:28.429039001465rem;left:0.9375rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kL7FPQxFTs8fF89biSa5KZuVZBdAfwhX { width:17.3746875rem;height:3.6547875rem;top:31.971570968628rem;left:0.8748915195465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkViyz79UTp19czS5FCiaaoyTKHGnHuD { width:15.374875rem;height:2.87489375rem;top:39.859588623047rem;left:2.3117406368256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKOSwIaApgvftlfPgLJh2u6VTNGwXxxX { display:block; }
 }@media only screen and (max-width: 763px) { #lVKht8J5ftUsK6568hU35xX8LUTEVSJv { width:12.1235rem;height:2.3112rem;top:36.248914718628rem;left:3.9377174377441rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5x67k5XtIh3Nkr66WbZ8LnpXTCr6lQ { display:block; }
 }@media only screen and (max-width: 763px) { #pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e { display:block; }#pOO7LdnwTL9Bo0PZ16Ctc8bk0qmcks7e > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS { display:block; }#wnGEpUIwMAch3Tm2xzNWyVT5MQdQQRyS > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4AuUww3QMkNJzu9vC5fTs1qMqWHSau6 { width:20rem;height:36.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA { display:block; }#lJ2v9BUmuoyN5yyWR2IpBFPxo0Hl90uA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffc9b1b4-563f-418d-998a-3823b256e02b/Untitled1200x640px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm.adaptive-delivery-prevent-bg, #k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm.lazyload, #k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm.lazyloading { background-image: none; }#k8dlqBTTiyHWeHWLVchhtiPaGW8cEBPm > .row .container { width:20rem;height:126.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lw3M5CUvzisvJxPZCPH9rGMyiNZpAOEm { display:flex;width:1.8124125rem;height:1.8124125rem;top:5.125rem;left:7.9375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #ZMAepwJpmTsvAaTCe6C7p2l30MOQ7HdB { display:flex;width:1.8124125rem;height:1.8124125rem;top:5.125rem;left:9.125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #QEuh9Vx0tD95ghM2BxapQ2znmX3sTK92 { display:flex;width:1.8124125rem;height:1.8124125rem;top:5.125rem;left:10.25rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #ZlEPUmX4dB9HzSKBkSGn0ETzEUGpLNFW { display:flex;width:1.8124125rem;height:1.8124125rem;top:5.125rem;left:11.4375rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #IBBVpf4FRD7dTfruJdRFt28VrOUtheCe { display:flex;width:8.875rem;height:8.875rem;top:13.811795062256rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #kfPie32tCgPpXJMbpzTG0ztMEQuis36I { display:flex;width:8.875rem;height:8.875rem;top:23.936795062256rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #TlBxOEnKablpiPVE97Xg5fIruEPPbHBu { display:flex;width:8.875rem;height:8.875rem;top:34.061795062256rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #vqPo2RWDPZ06S74Z7gDpiQTMov4FwNSF { display:flex;width:8.875rem;height:8.875rem;top:44.186795062256rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #Tid4VK48rTTnme4m3bax9JRd2DwUkw97 { display:flex;width:6.25rem;height:6.25rem;top:6rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRxa7FbNFo5xE3rnTwefL25JExT7DV26 { width:18.625rem;height:0;top:54.311795062256rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xPOUcquRSgZTBBKGdnK91NsQxqmmodOz { width:20rem;height:0;top:8.1867950622556rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffc9b1b4-563f-418d-998a-3823b256e02b/Untitled1200x640px.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU.adaptive-delivery-prevent-bg, #sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU.lazyload, #sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU.lazyloading { background-image: none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container { background-color: transparent; background-image: none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container > .video-iframe-container { display: none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row > .video-iframe-container { display: none; }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .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); }#sGT7eWWA3Uwseqo2OFgxWfpsgkaTvNPU > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMpADbl0JfrexTEubTAFbZXZTWWsTzyx { display:flex;width:3.25rem;height:3.25rem;top:1.375rem;left:8.375rem;opacity:.55; }
 }@media only screen and (max-width: 763px) { #ucTXiBBcm6A7TdmNrzFXKpW3a2zfFi1S { display:flex;width:1.6875rem;height:1.6875rem;top:11.649502515793rem;left:9.2493782043456rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGbBZAU6QfdbGuLkovTX1pKQOcsS0DgI { display:flex;width:3.75rem;height:3.75rem;top:19.68084375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMB9nuMe5B6NyT9shmuyODksf30yPMTc { display:flex;width:3.75rem;height:3.75rem;top:24.68084375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDeytcrL21fptenAXE25xmJxG8ks2d3M { display:flex;width:3.75rem;height:3.75rem;top:29.68084375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOQnwsynbJAwlO4cfuthvyvN58Ns2TTa { display:flex;width:2.1875rem;height:2.1875rem;top:1.875rem;left:13.75rem;z-index:15026;opacity:.55; }
 }@media only screen and (max-width: 763px) { #N9bG04t1ksQNqRIA63gRaxGiNuD6DLTx { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:6.0625rem;opacity:.55;z-index:15023; }
 }@media only screen and (max-width: 763px) { #VSBqIn8FJVf1IRPooNEJbaT4ZlIHTxkx { display:flex;width:3.25rem;height:3.25rem;top:1.375rem;left:10.875rem;opacity:.55;z-index:15024; }
 }@media only screen and (max-width: 763px) { #hHbTfqEVGzViIClKUnzTeN2hhKwIiC7k { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:3.75rem;opacity:.55;z-index:15024; }
 }@media only screen and (max-width: 763px) { #vcVAFqUT45RwE9NgwQ4EZcHOPWKWO1se { width:20rem;height:2.6001rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NmdFklIcytoAQrR4oyrw4KmmptDVI6vg { width:18.625rem;height:1.21875rem;top:5.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 { display:block; }#P2ZIRn0p1NLVkgiTKXld6dnUWm5v7eT9 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEdggux7PxGvm4SlWfV3EIQP5J99ERN2 { width:20rem;height:37.437125rem;top:1.781005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgEn8MpOZbg0gP51FFrfU89AllPTBEAq { display:block; }#mgEn8MpOZbg0gP51FFrfU89AllPTBEAq > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2TpVmkOI4RqfSsyNmVsSQCJXiEMlVeM { width:19.875rem;height:17.0625rem;top:1.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #i9JcR2F202EUBJoPTKNgTXWzlBTk8wy5 { width:16.875rem;height:0;top:4.75rem;left:1.5625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #BRCqRXReSk9xXFkFHlHCGhE0TXzVJzO4 { width:19.875rem;height:17.0625rem;top:19.6875rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #Gb8nqC6132zTdtQrwnDxZCRIZIikdd1r { width:16.9375rem;height:0;top:21.4375rem;left:1.53125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #xQE0QekVvtx1QPvlW2L2tM8WSNHTuihZ { width:3.75rem;height:3.75rem;top:12.8125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcBTz7mBgpWm5AM0R3F02Iyy2UeCuhqI { display:flex;width:1.375rem;height:1.375rem;top:12.8125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #weAzPiTyoqtlGI1GvoyqpETQydmTZSsh { display:flex;width:1.375rem;height:1.375rem;top:12.8125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HErLfi1hebbVUixmVCUubruqicyHqhiC { display:flex;width:1.375rem;height:1.375rem;top:12.8125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCvLfCxvWaRgwM6dwpM9b3cT8BVvF5vw { display:flex;width:1.375rem;height:1.375rem;top:12.8125rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPlbNXOZVZbIvee6tbwoI4VLUMfBqI6b { display:flex;width:1.375rem;height:1.375rem;top:12.8125rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSWLQhWMWXdPmWnmIxEe1WpGDap5SBhq { width:3.75rem;height:3.75rem;top:31.25rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3Eb2RSaXKZInznTolkWsg9TWomX85L7 { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3yLDIG1SiKNvQy0ipUdIt5FvolPIBo8 { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oezFGGOZH8MKX4u165FOXZa6NPdDktyS { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQhiVTqdnaqSCOu5qVlunfcBDuTp90Uh { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzXxPa2aKLWMrvoWqAW3V5H9wwB5OTL6 { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xskExmTZB99xdoyqAgkKnvnIWqx9Qara { width:9.8125rem;height:0;top:15.3125rem;left:6.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEZ6gaTAC1yG51PT5u7ouerkuGx7f9AV { width:10.9375rem;height:0;top:33.75rem;left:6.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhHEnEQTOM3qqWITO0zEgdFuHPMt2Xx1 { width:15.6875rem;height:0;top:41.125rem;left:2.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #V53ArtZhZm2UE7DzQGAEL0QABM90BxXH { width:3.75rem;height:3.75rem;top:49.6875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFBShMPDEo0uKwUaI99TvlwNQWoIEG24 { display:flex;width:1.375rem;height:1.375rem;top:49.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlinUXVtZUamW20Do0MQMFXwTKStWimL { width:12.375rem;height:0;top:52.1875rem;left:6.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5EcT304aw7BabW4Itn8m9oV82iRxitX { display:flex;width:1.375rem;height:1.375rem;top:49.6875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQIXGxrd7Qiyv9yVM6LXqv27THIz3Ddr { display:flex;width:1.375rem;height:1.375rem;top:49.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxOfIFDbMCfhXHbF39XrPOO3tlC2779Z { display:flex;width:1.375rem;height:1.375rem;top:49.6875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OA6pn4VbyIVm0d4qeFVLUhl3g7OUN6Iq { display:flex;width:1.375rem;height:1.375rem;top:49.6875rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDBsbF89q3qzTdZXi2kgStBJoqkfU87W { width:19.875rem;height:17.0625rem;top:38.125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #EVf6DEUr2OcRdrdTO7fyDFeJ5lVllhSi { top:0.5401611328125rem;left:0rem;width:20rem;height:35.99975rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre { display:block; }#ufTWTP4HoxvPMtMhQy9yvhM9HgrW4Lre > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv { display:flex;height:auto;width:17.5rem;top:7.4599609375rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #G0BM17DXHwZC1VGNyfQG2mLDTJGkCheU {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #SVFS6v6ohwuSx402dxWoRMadFXnxyhCe {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #WpMIOews5Dby0vdmnx6ds3m4QTXekG32 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #awDh1y4JSwvAn4bTuT9xsLdF3tLRBNL4 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Xv1zltNhe0JXKVaNZ5zqHQVSHskMoeM6 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LmhIcFTXCWs214dedTfLo6nWfi6Ggq6k {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #GQScNgFR73GkibtRW2zU4TCKfRN33174 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ysAAbTqMz5eAQZmRgMQkC8ZdiRnoKF7W {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #DZ4aEhyesPTEaqypAN5ycmGdNH5rh23e {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #xW3x1cFvTymfRJM70rc4Vg0CFBzqR28r {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Somt42rAXd6taRhUH7iDVZ48h4Q5RRWN {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fpJGdLfkWAnf9dq2TrrMsnSECAceH0Kt {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fdOT6ICEfP4tW4ccyThd9sHiUqTTl46y {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TmAgNxwaG4cT4oAKETeFFqQVklb6zq9t {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #rOwAQ4WaBgO63qdAoFnEMXOhZfAFmoEV {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Oa34BTTEy8K2zJpASZVGDGbm6XQBahSa {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ysTzW6R9AkRJnHB40ThRh4g6B2ZywUQ8 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #UKudg6Pwk9Q7WnPN2gki6TFU2iMwVtqQ {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #sk5cTxNiKeqeKWQv1o3mlOZ2J0fXzi9v {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #xUegaJiT8dRxnzrkPFxw3dHa5X9y8TrW {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #qTiEngLyr2JaHZF9nfmru343nAnJrBrA {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ukLSXfzJmTlKnPTyxVBtcuWetQgi3vlM {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kt0mdUx9w2T38Ea2mF9qepzyBDUyVenm {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #R5Gz4tw8DWn7NPKuxVsgZZnrcxHM2n0u {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ZT9Zh3ZtxqzXlsVtZfJ08idcM0rKdcAb {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LGTAxwxr8Qb7Rcaz8EXr0dRSKdKcP8oQ {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TA1qga83x9uOMbD3KcdLQTw9xc8A51Lz {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #aDGNl4FAobsikdFAdLWzQtX1pi5OBhUk {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #h5bZW64UrPB5FKNrXGBkCZzRiResd5ed {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gJPyw7O9HAkTIatbNENAibJUS3RcMxC4 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Kta3F2Q5rUDpWgXKe3FiGD40nZ9IsJUK {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #lxKQnRUGVSTNGQsbfP6yLLFFhf5Ho1Kh {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #T3bRTbd8JJDyc3fDfhcC5yIucPM5aBPF {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #ht9lZZJThTPtHaPVDwmWvQglET44HGT9 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #p9iUwwzTJOrmMgN1srw1cb8JfcNU0ghO {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Ps2Ui1odnNzVp0nk7aNQxO0U3nqgul08 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #VmadfrdISoPeEOqeEJ9G7xODQTxutBf2 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #e0G3nWqT80EwzolIGOcx6ILQdEkUI3Zm {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #OBHbOKvtNIaTc89yovCz7RiNSxE7v8N8 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #vOFEDU8nfWSTWZ9yzoEJzox3STeswZsO {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #GC0WNUPCtib7FrfpWbkFT3TKeBMWqImX {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #LZoFwSM07mDywbziySo7q4h8b4BziawV {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gWFwTJcFc8lFIfXuvy0ZKouPQROdIsMh {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kUXTndF3SerF7zJ1SoS2DeOcRXhwBwNw {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #laIrfRcV2cwFFq16TuWhgLCtZdUcvGQy {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #EGUUofi0KHRTrUZZiThQy1PJsv1H5inD {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #gk1MOCIaMaKlbILPTysJEFiTmGxduyIp {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #zeUx8TevuNPM2N5Cegqn6T1kCp9Km8Em {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #kNDa8BpRM0kcFZlLKhfBMQZMc45zS9SL {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #c2cxFJcxUWiIqbDQLnoEwMWBtkPAq9am {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fq5KJiQTxN5XvAaxDcvqufc23iuxvIX6 {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #hcbBiRrv6GowuOa978UvTnSUTyOs7BRv {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #Auhd0G3FS7LuTPxh655uqRLs3GzI0nep {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #TODxFg7OGmELeJ9WIMxPdsEWM5nrSaAf {  }
 }@media only screen and (max-width: 763px) { #Bpz8h0VgUOBPCigAlPOTGoN7k6FbeIvv #fiOVDfxQBuBb6E290weqn6Uay2SsfIhW {  }
 }@media only screen and (max-width: 763px) { #X5Vhoth7hxWk87AlQHTQJ8EroA8vPlWL { width:20rem;height:2.2753875rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9F7exyN3A9RZfd5lik6oJZ2LS3hJnS { width:20rem;height:2.436525rem;top:4.2109379768372rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4941471b-b47e-476d-a953-c570f728a453/LandingPageFooterv4.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL.adaptive-delivery-prevent-bg, #ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL.lazyload, #ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL.lazyloading { background-image: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container { background-color: transparent; background-image: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container > .video-iframe-container { display: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row > .video-iframe-container { display: none; }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .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); }#ED07UDLgOsI4LDOWOL4t7S7KocgIS2pL > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s32155e5f1e8d47772d95cd0565c830e { width:18.8125rem;height:5.19775625rem;top:4.40625rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veb50ffc1f4c6b9c2148a6f130ad2692 { width:20rem;height:2.03125rem;top:1.66650390625rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a620661756b3355bea91662e09e09e30 { width:9.4375rem;height:2.125rem;top:24.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd271f9e1fd32497625e2e5ec2644d46 { display:block; }
 }@media only screen and (max-width: 763px) { #z5a5cbe39921eade89cb983070a7a683 { width:9.375rem;height:2.0625rem;top:24.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8c6a8f192f568bb29749b4be1f56e32 { display:block; }
 }@media only screen and (max-width: 763px) { #c8189710e05d4d766f9b66c5b017a749 { top:7.625rem;left:0.84375rem;width:18.3125rem;height:18.6875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection { display:block; } #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection *:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="text"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="email"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection input[type="tel"]:focus-visible, #Xd7e60234b4123d1b22d3976da57697c.widget-smartsection textarea:focus-visible { outline: none; } #SyQPFFMK0dFAXLpMu02CytrgMicxyGaI > .row .container { width:20rem;height:10rem;position:relative;display:block; } }