.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:url("https://images.assets-landingi.com/uc/c5c2669a-7ddb-4a41-b098-b558237511eb/backgroundlp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#IW2eDDmbhUgC4r1HyaVThZDhUDZOXNbW { box-sizing:content-box;height:3.1875rem;width:74.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:1.09375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#byX8OONe3tuJKxGB4DXvwZs6ZmCKerST { z-index:15012;top:1.625rem;left:52.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #008fff, #2c2c79);background-image: -moz-linear-gradient(216deg, #008fff, #2c2c79);background-image: -ms-linear-gradient(216deg, #008fff, #2c2c79);background-image: -o-linear-gradient(216deg, #008fff, #2c2c79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fff', endColorstr='#2c2c79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fff', endColorstr='#2c2c79' );";background-image: linear-gradient(216deg, #008fff, #2c2c79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"gotham medium";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xNxhuJteRMeBKh1dN5A0n05QWgOaMr4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEcMGyWTmeVNcaSib3f5CMWfU8ZLBcS3 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0625rem;left:28.375rem;height:1.3999rem;font-style:normal;display:block; }
#qNruI2SJG7HuyMG3eOhANvLLsgD7yaTh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2rem;left:26rem; }
#uUT799PuLH7pnphtwRvhOT4HNCr0H7sG { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:16.375rem;height:1.3999rem;font-style:normal;display:block; }
#ccFKdFClDflP3BPMQ7tKBRnHFaGs5FWi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2rem;left:14rem; }
#nueVEs35eiEJuq4AT4EePQTodtCyZqwe { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2.05078125rem;left:4.875rem;height:1.3999rem;font-style:normal;display:block; }
#phAZ7ekTGRcFKzSmSZgQZ28kSMBeJB2O { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.96875rem;left:2.5rem; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:"open sans";height:44.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container.lazyloading { background-image: none; }#gdVeCmCWzmhOZZJFMRcWeihfbzmQ01Tl { box-sizing:content-box;height:2.0625rem;width:13.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.11);background-image:none;top:11.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#TneHRD0OGrRL63QXWapvrXr4aXVEWtSh { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"gotham medium";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:"gotham medium";font-size:3.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:14.125rem;left:0rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHRqHzNA4EE3MxXqA5mKlHf37nGf3ro0 { 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:38.125rem;width:45.75rem;top:5.9375rem;left:29.25rem;overflow:hidden;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:22.25rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vg0oN1Q3z0VyEEpAiwhkrJvTFlLUnuJw { z-index:15003;top:28.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:gotham;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#odU7kwTMrZspTOsJSk8Aean1DSON2p6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container { background-color: transparent; background-image: none; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container > .video-iframe-container { display: none; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row > .video-iframe-container { display: none; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .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); }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container { border-width: 0; border-radius: 0; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#kEU1uUCTkbFtSIfmDi83RAFFH7khzyXo { color:#ffffff;display:block;width:12rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0625rem;left:28.375rem;height:1.3994125rem;font-style:normal;display:none; }
#VT94GpxT9BwnOmVfb8Ckgsp1yb3AIk0m { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2rem;left:26rem;display:none; }
#xIIGQml24SAcZLD8CwOVD8P2q5tCTPnZ { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:16.375rem;height:1.3994125rem;font-style:normal;display:none; }
#bKf0vZF2qLnTAufIIFme5RQeJ1t4aQRp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2rem;left:14rem;display:none; }
#EoSWE7GTP2kSeb26e9ncACVswRHnnPwp { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2.05078125rem;left:4.875rem;height:1.3994125rem;font-style:normal;display:none; }
#FTLCwc7zLrFL6pnWyQwN13vvx96X3sFw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.96875rem;left:2.5rem;display:none; }
#AVkvNVyycNFdLo0LyAu6VRCFLXVsUTBL { box-sizing:content-box;height:3.1875rem;width:74.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:1.09375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { position:relative;display:none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { border-width: 0; border-radius: 0; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .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; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .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; }#ah6e6gBNts2LzirvT9w5Gb7yqxFaWa3X { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.05078125rem;left:2.15625rem;height:4.19824375rem;font-style:normal;display:none; }
#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container { background-color: transparent; background-image: none; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container > .video-iframe-container { display: none; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row > .video-iframe-container { display: none; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .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); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container { border-width: 0; border-radius: 0; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#MCI9lAPAnrIWqcIG14DMy7pwLST3uDVq { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15001;opacity:1;top:1.1875rem;left:16.8125rem; }
#PiPWo4OhywmzRwQdnZJKyA0eMtIcnAy6 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.75rem;left:36.125rem; }
#nOkaPMsCno4D0PRAo8hkONnlkPlI1gra { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15003;opacity:1;top:1.1875rem;left:54.3125rem; }
#eyeCtlAEcOiSr5AdLtTUkDTa4oMHV0lB { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.625rem;left:15.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#CCGVtrJc4tWG618FKEPK4gQn1bktkzZG { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:6.625rem;left:31.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#qIwe2Nsr4EdoZGPvTM45VVVS7JFVsnGG { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:6.625rem;left:51.875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#N4K2wEyTzXcne57o9eGNhJu3DKuMpDOb { box-sizing:content-box;height:5.3125rem;width:5.3125rem;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:14996;background-color:transparent;background-image:none;top:0.375rem;left:16rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#ha0WTWMINDInefdIGOc3HgM4SgXoQmHD { box-sizing:content-box;height:5.3125rem;width:5.3125rem;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:14997;background-color:transparent;background-image:none;top:0.375rem;left:34.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#r0qQX5CuUTMHO2Cg5OP72EqIAbCoWVyG { box-sizing:content-box;height:5.3125rem;width:5.3125rem;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:14998;background-color:transparent;background-image:none;top:0.375rem;left:53.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#QEy6c56XkMdCN2WZJTsdMTkakLHRU3ep { box-sizing:content-box;height:10.0625rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(113deg, #0090ff, #002440);background-image: -moz-linear-gradient(113deg, #0090ff, #002440);background-image: -ms-linear-gradient(113deg, #0090ff, #002440);background-image: -o-linear-gradient(113deg, #0090ff, #002440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );";background-image: linear-gradient(113deg, #0090ff, #002440);background-size:auto !important;top:1.5rem;left:28rem;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;display:block; }
#fhM3ogkcZ7qJWypQASngL2OlhJqUBeZ3 { box-sizing:content-box;height:10.0625rem;width:0.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(113deg, #0090ff, #002440);background-image: -moz-linear-gradient(113deg, #0090ff, #002440);background-image: -ms-linear-gradient(113deg, #0090ff, #002440);background-image: -o-linear-gradient(113deg, #0090ff, #002440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );";background-image: linear-gradient(113deg, #0090ff, #002440);background-size:auto !important;top:1.5rem;left:46.75rem;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;display:block; }
#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9a016793-e74c-4913-8faf-56ba27fcb28f/BackgroundLP3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ.adaptive-delivery-prevent-bg, #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ.lazyload, #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ.lazyloading { background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { background-color: transparent; background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .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); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { border-width: 0; border-radius: 0; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#bFHq181vxO2KHQKmhTEKucJJAJ0lbaCw { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:gotham;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:4.05078125rem;left:21.21875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g8RE4DaRoU66fJPDS6NSQ1za61MoMl7v { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:21.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cU2bp17zI6BQOuHRKioyTmumb4T4cIRG { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:21.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NmFWggu2B0f1crtR0bt1n8IOE9zLTdti { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:24.912109375rem;left:24.125rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#cf7gaNLrFs8UxRTLd2mgg8glTtNADOqv { box-sizing:content-box;height:4.375rem;width:30.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:24.373046875rem;left:22.25rem;border-top:0.0625rem solid #0090ff;border-left:0.0625rem solid #0090ff;border-right:0.0625rem solid #0090ff;border-bottom:0.0625rem solid #0090ff;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#mwI97ZgfHaTdUxBkTatcgDIXbsuTM9uN { 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:9.375rem;width:17.9375rem;top:19.75rem;left:42.28125rem;overflow:hidden;display:block; }
#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9f6889ae-97ad-4366-b387-75d1e582fb17/background43.preview.flip.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG.adaptive-delivery-prevent-bg, #EW7KI2PEgQA6TwgOk4THyKwNss38JLFG.lazyload, #EW7KI2PEgQA6TwgOk4THyKwNss38JLFG.lazyloading { background-image: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container { background-color: transparent; background-image: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container > .video-iframe-container { display: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row > .video-iframe-container { display: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .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); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container { border-width: 0; border-radius: 0; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container { font-size:0.875rem;font-family:arial;height:74.375rem;width:75rem;overflow:visible;position:relative;display:block; }#THxUgTrCKeFoT7ac3DPDASvI51iEEABQ { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:gotham;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.75rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#LJArt1tgF9Pv7U2vqzA66fuUM6EKes8A { box-sizing:content-box;height:14.5625rem;width:34.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:26.75rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#Evc3Mkx2EOodO4f9ZnrXTd8AxlRoA9eT { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.375rem;left:41.25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTR36OWeJ3qVWiMgLc4iDyvI1tDQgVDb { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:35.75rem;left:41.25rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HKhTI2b4FFN7FgbnDbKbHJH6hddNfDe2 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:19.875rem;left:0rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mtcqqexoGm7egWo3FLeKF1WwyweTXBXu { box-sizing:content-box;height:14.1875rem;width:33.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:31.5rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#FSTsiAPu5Iha6BocofA5DSxQ1BsvmZzu { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:33.4375rem;left:21.25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ySG9RNddpLTJDWfi2T0VtGhOTlWfgzft { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:40.98828125rem;left:21.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIkh5UTFwd7rOV5oMLZVctUQpHzIC2xK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:20.625rem;left:56.3125rem;overflow:hidden;display:block; }
#gMmzx4dlUNHZpoeFx1w9C5AJdEIszWPR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:25.1875rem;left:0rem;overflow:hidden;display:block; }
#OFN0yCUgIf3yRX411bp3Dlv1vtB6kCx0 { box-sizing:content-box;height:14.625rem;width:35.0625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:46.375rem;left:38.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:9.8125rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#Fl3f854MEa8KmOS2tsDKnhI8Mc7Qr1sh { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:53.6875rem;left:40.875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yobC1gXKRDqMI2tOAC3EFR2XVzHaTioT { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:gotham;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:48.75rem;left:40.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pMnPGh6RDTwOVRexg1zuDxhRau5ipTc8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:40.1875rem;left:56.3125rem;overflow:hidden;display:block; }
#XLRQJeTbLWOm28aAF2eVfW54JMbGFFOm { box-sizing:content-box;height:14.625rem;width:33.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:50.9375rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#zhQ4PwyRJND9h5TxtPkrtdI4DmOVyevb { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:59.375rem;left:21.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzpFWhuRrcw4EJFZwt3vmGbK3a3Tfq7V { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:54.125rem;left:21.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3JJ8VNJErbxFd6DaJIWMv5rqhorN1hO { position:absolute;display:block;z-index:15023;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.6875rem;top:44.75rem;left:0rem;overflow:hidden;display:block; }
#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/889e6824-cc40-4c6c-9945-26e81cf32f19/background5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q.adaptive-delivery-prevent-bg, #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q.lazyload, #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q.lazyloading { background-image: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { background-color: transparent; background-image: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container > .video-iframe-container { display: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row > .video-iframe-container { display: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .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); }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { border-width: 0; border-radius: 0; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#rO4Wf5kBT1q8cLOAxJdPfoVnbxxciIR4 { color:#002440;display:block;width:26.0625rem;position:absolute;font-family:gotham;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:9.8125rem;left:24.5rem;height:6.599625rem;text-align:center;text-align-last:center;display:block; }
#GzhfSVaTMXfa91BJRZ9JbItG2u27qQOR { color:#002440;display:block;width:28.6875rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.375rem;left:23.1875rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#IFmEVnHR9fVLxdmtq08IO2uNzaRPzMVt { color:#002440;display:block;width:28.6875rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.0625rem;left:23.1875rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c389b34b-b1fe-4fbb-a5d7-3190e2edc541/background6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.adaptive-delivery-prevent-bg, #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.lazyload, #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.lazyloading { background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { background-color: transparent; background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .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); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { border-width: 0; border-radius: 0; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#QGT8qgNfBxJkAbD4HlMpT4GgULrheENU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,144,255,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,144,255,0.2), rgba(0,0,0,0));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;height:17.5rem;width:18.75rem;top:20.625rem;left:0rem;display:block; }
#eq2qDICEQ2CRnuHF1C0fsBBTbfColVEG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.5rem;left:1.875rem; }
#qOumlAroGZh82fltdTSF9KxgEaQpvMf3 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.5625rem;left:1.875rem;height:6.82325rem;font-style:normal;display:block; }
#hmpptmEa7ZLaf5NRsCizBlC8GxsFy9GT { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,144,255,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,144,255,0.2), rgba(0,0,0,0));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;height:17.5rem;width:18.75rem;top:20.625rem;left:18.75rem;display:block; }
#ndprv3Er7SRS04ZTd5gf0ONaEDyWhN6R { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.5625rem;left:20rem;height:9.097625rem;font-style:normal;display:block; }
#HSfpTbd7ydILZutgBPxbTbFg0ezpFuA2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.5rem;left:20rem; }
#beCfMeVKWTTceaXCI4n6LTGKdkK0f7EX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(286deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(286deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(286deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(286deg, rgba(0,144,255,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );";background-image: linear-gradient(286deg, rgba(0,144,255,0.2), rgba(0,0,0,0));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;height:17.5rem;width:18.75rem;top:20.625rem;left:56.25rem;display:block; }
#tWRCZh7JQh0pqAzKiAeOtaRJZSGUWZmK { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.4375rem;left:58.125rem;height:9.097625rem;font-style:normal;display:block; }
#NMgDS4hTTrzRtbKbvRGoMuU4WlT4fO3e { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.5rem;left:58.125rem; }
#sKJiuCyReP9fJ9fiVX0ex9L3z0EeRA0F { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:11.25rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RK66haiC3H5sK62PCORdqV6At1CoIFfy { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-size:auto !important;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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#vSaAhev1vttdOvuOyMg559iQWU95TICE { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-size:auto !important;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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#XkqpsspXJyip13ZpCh4z9tmNzziI13xT { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-size:auto !important;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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#Vos6Qu2gnHtGoIynGa3mM0fuBBcTTIfE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,144,255,0.3), rgba(0,0,0,0));background-size:auto !important;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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#CC5zgCxuTAydanL7xTwCGaLRqQSgX7Zx { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(54deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(54deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(54deg, rgba(0,144,255,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(54deg, rgba(0,144,255,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff33', endColorstr='#00000000' );";background-image: linear-gradient(54deg, rgba(0,144,255,0.2), rgba(0,0,0,0));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;height:17.5rem;width:18.75rem;top:20.625rem;left:37.5rem;display:block; }
#vPnvT4TUGx1TuDTJQKAZiMu5CMICOQto { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.5625rem;left:39.375rem;height:9.097625rem;font-style:normal;display:block; }
#dNFSpJSzE2cl6AmNSq6NW26pzMDrRKUJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.5rem;left:39.375rem; }
#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 { background-color:#fff9ea;background-image:url("https://images.assets-landingi.com/uc/edae22d6-3778-46e8-9e1b-1fc3f4370f39/background7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8.adaptive-delivery-prevent-bg, #WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8.lazyload, #WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8.lazyloading { background-image: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container { background-color: transparent; background-image: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container > .video-iframe-container { display: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row > .video-iframe-container { display: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .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); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container { border-width: 0; border-radius: 0; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;overflow:visible;position:relative;display:block; }#EJaATuZCZhpWxlsilWfcuKowdt0aFnO5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gotham;font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.9375rem;left:0rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uEfgt399UcaotC52sPEfD09DGMMfZ0eD { box-sizing:content-box;height:12.5rem;width:34.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:15.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#MUi2zS2b2tuWDit8CbtVc9lxv2ZD1Jxp { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:gotham;font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:19.375rem;left:28.8125rem;height:5.375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#MagtFsGLNIQPiUtlRqtW0GuoB63G7zit { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:17.5625rem;left:1.25rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mFKQyxyaRVgt94ARFXqcOxTfqvRiTsBU { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:21.4375rem;left:1.375rem;height:5.59765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dZeCOo6BmlV7qv8LVsvTZGXBddXaTUbq { box-sizing:content-box;height:12.5rem;width:34.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:21.9375rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#x6fQlZrISOFEDi2AayCPIzeR8DARLF8M { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:gotham;font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:25.5rem;left:38.6875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MwgNgNKBvDCWkJa8UxAt4hyvdtD6LlEu { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:23.375rem;left:43.6875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzS507BgZv8V6o9mddBnq9tiKhyrSnf4 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:27.41015625rem;left:43.6875rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovhsp904hVMwPJfz3u65daTmxJ7NAy3B { box-sizing:content-box;height:12.5rem;width:34.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:30.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#Rey7Uy2xzIWXug0MB3oZ6yypdZLHLJi9 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:33.0625rem;left:1.25rem;height:3.1621125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZubT2Ei2PmO1FDiabLf3uQGcFHNowvef { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.9375rem;left:1.375rem;height:5.59765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fGn7cQSdIeD01MITRbTNmizT1zdPbP8G { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:gotham;font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:34.375rem;left:29.4375rem;height:5.375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Krv9cFmH1l4MZPREU8xInc1SNoF4rLfE { box-sizing:content-box;height:14.5rem;width:34.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:36.3125rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#dLtuqaUWocTVulSgpWswLR1L3eTPIghw { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:gotham;font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:40.5rem;left:38.6875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RhLhCtmdg2MWNwFgRAU51v0ECmoTZGR2 { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:37.875rem;left:43.6875rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ya2TwR3FqxcM2X5B3napcMHVLOrFQIlN { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:44.849609375rem;left:43.6875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { background-color: transparent; background-image: none; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container > .video-iframe-container { display: none; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row > .video-iframe-container { display: none; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .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); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { border-width: 0; border-radius: 0; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#oyGEUp7sa93ZrDbAWGdvPEhXPrqrnQao { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.125rem;left:26.1875rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TVTLk2glwdkZdlHaaREWHeurpBhZ5yJE { color:#ffffff;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:33.0625rem;left:27.5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#zuMaxz2VaznrTImv7KT2vB1qRvlGtcKr { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));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;height:36.5625rem;width:23.75rem;top:10.0625rem;left:25.625rem;display:block; }
#rJHCtJKTUOHP0pP7btEi2dhM9yoLLyhH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15rem;width:15rem;top:11.9375rem;left:30rem;overflow:hidden;display:block; }
#M44JGd789DuXEqXJ7IWqZXQsdMhkJLe2 { color:#b5b5b5;display:block;width:20rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:30.75rem;left:27.5625rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#p1hJ6mpuyX4QULWtD4Ge0K5w5QZPW0Dy { color:#ffffff;display:block;width:20rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:28.1875rem;left:27.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;display:block; }
#Xwd0zxEVTyV8i5l0GVi60cyscGl0ZB9B { box-sizing:content-box;height:1.75rem;width:0.375rem;position:absolute;display:block;z-index:15035;background-color:#0090ff;background-image:none;top:5.8125rem;left:25.78125rem;display:block; }
#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container { background-color: transparent; background-image: none; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container > .video-iframe-container { display: none; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row > .video-iframe-container { display: none; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .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); }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container { border-width: 0; border-radius: 0; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;position:relative;display:block; }#ZQIUeHIJdNpfJRHvSfqHmlzM0UhVgkkX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:9.6875rem;left:3.75rem;overflow:hidden;display:block; }
#GvPGSZvO6z6pOopfSh2EtvNAGlUFIcGS { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:19.0625rem;left:3.75rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#ZzL6AQpmoNJ17umTkK3qg3vii0OSLZs4 { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:13.875rem;left:13.125rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#HBlsLDn8dcREkTn4i4Lu17Jm0tc1DaX1 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:11.3125rem;left:13.125rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#s6lPHTDTTTDbqQbHSTIBHbCVZ6ElT9qs { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-size:auto !important;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:21.25rem;width:34.375rem;top:7.875rem;left:1.875rem;display:block; }
#DG0VxILfBziAwNk4rhm0BbtBpWTXF3y1 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -moz-linear-gradient(182deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -ms-linear-gradient(182deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -o-linear-gradient(182deg, rgba(0,0,0,0), rgba(0,144,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );";background-image: linear-gradient(182deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-size:auto !important;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:21.25rem;width:34.375rem;top:7.875rem;left:38.75rem;display:block; }
#xDRMMmTER3FhTQP5goPUgilQHhWdLRCk { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:19.0625rem;left:40.625rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#zyPTxxd9VSg14Zl2iHHQEvMTP3dAkA5w { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:9.6875rem;left:40.625rem;overflow:hidden;display:block; }
#bbk8XE6f9DJLuHggTiPUu5oR3M0yLtQ7 { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:13.875rem;left:50rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#w3mCAtpIStDKBPZ5c9iZ9h0yUsE4CRnk { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:11.3125rem;left:50rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#WVdpLrQmHcdBy3f0NvRLwzBhBfXTaUHC { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(52deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -moz-linear-gradient(52deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -ms-linear-gradient(52deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -o-linear-gradient(52deg, rgba(0,0,0,0), rgba(0,144,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );";background-image: linear-gradient(52deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-size:auto !important;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:21.25rem;width:34.375rem;top:31.625rem;left:1.875rem;display:block; }
#xLIMufuK2cgzawaEPcHTNWpBT68w1Dhx { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:42.8125rem;left:3.75rem;height:6.796875rem;text-align:left;text-align-last:left;display:block; }
#uf2Zr4oldiLI9QnTzgQGwZ4FckzyPCtp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:33.4375rem;left:3.75rem;overflow:hidden;display:block; }
#Q2KTieIU8T3TsT3CEwtGyV6kQELJSeJL { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:37.625rem;left:13.125rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#hWIKXVISHsFdsn38Vtrof88QwrrbJ8Xe { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:35.0625rem;left:13.125rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#rQJ88scLyJaLDdEz9llf5TKoryLnJtQM { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -moz-linear-gradient(125deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -ms-linear-gradient(125deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-image: -o-linear-gradient(125deg, rgba(0,0,0,0), rgba(0,144,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0090ff33' );";background-image: linear-gradient(125deg, rgba(0,0,0,0), rgba(0,144,255,0.2));background-size:auto !important;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:21.25rem;width:34.375rem;top:31.625rem;left:38.75rem;display:block; }
#vnoovlnmWBLxIDXxn2BFtbPNbFkTIqxb { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:42.8125rem;left:40.625rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#dbtkFTo2nKHzeGcFA1brCQo0uv5E0lw1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:33.4375rem;left:40.625rem;overflow:hidden;display:block; }
#qzTUqeMHepWMoPfNpF11EKOdMJmN1VVV { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:37.625rem;left:50rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#vrnWwzmG6SiCuUhIcHbhmXUKVDXTTSDU { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:35.0625rem;left:50rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#Vch4xmQJEJpiZel7pS1e5wMR1mcAWEbp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:56.892578125rem;left:21.125rem;display:block; }
#kVTEAA1tOZH0bEABTsuTHG3whdBod72S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pfvxi0OTsenoW2bfaN9ynFFHNPt2oBAA { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:2.5625rem;left:26.1875rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJ3Xw9yrm1htGvTVQUodLnP6uF4RUI68 { box-sizing:content-box;height:1.75rem;width:0.375rem;position:absolute;display:block;z-index:15034;background-color:#0090ff;background-image:none;top:3.26171875rem;left:27.1875rem;display:block; }
#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/edae22d6-3778-46e8-9e1b-1fc3f4370f39/background7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4.adaptive-delivery-prevent-bg, #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4.lazyload, #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4.lazyloading { background-image: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { background-color: transparent; background-image: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container > .video-iframe-container { display: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container { display: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .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); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { border-width: 0; border-radius: 0; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .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:#e3e3e3;background-image:none;vertical-align:top; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .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; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-heading-text { display:block;position:relative;width:100%;font-family:gotham;font-weight:700;font-size:1.25rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:gotham; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .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; }#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-trigger.adaptive-delivery-prevent-bg, #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-trigger.lazyload, #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-trigger.lazyloading { background-image: none; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.6875rem;left:22.3125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #UUOM2vIu9WUoTTGViz5GRbznOJ8pFb63 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Te7RwdThy10hu8rDEt1KH5TXTFrBuIAx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #yl9dTLUsmsMN04Ji1SAhv9zUnMCKOuUW { display:block;position:relative; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #RqTmHqXnPhqqaukIB8sEUmiP5X54L6FS {  }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Sy3WGnu722PuanEHvkZFw25li0rFTSEP {  }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #yVLFo9oZkSL6GpML8JKU2xFvflXo8iH3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #OJr8qcHSro6syBdZTzaVU4ypoysH1UxQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #HLKQiymiJgiXUTaEATUH8WNxuaL8DfXU { display:block;position:relative; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #I9Sihof0s0Els9LWaO5d8ST1X0v2Hf1n {  }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Eml1xnaCas7o9Bv00AoV1zUwxkWkAgMs { display:none; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qb5814wVdnLRZrxv7OC7mZBpQrMIXNCg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #op919n9Oxu5HgWCozXfC0iuQ0uNSpChA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #LunSzes9TLNDF7QhLf3aNThh9DS6aSvX { display:block;position:relative; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #hKt7TFzzWHNOe6pw4oC9k47E4sRPaWb4 {  }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #BpQK3uLHnSawOKsOmlzNWxVX8IXN1gAW { display:none; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qacE7wFK13zuPtgLfcCvZ4NP5lbP7R2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Qk2SuHEksdUlxBFtK0ynTWHEQFI0bRvn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Tk5RJ539UE7Ukc2RFXW2Eq2c0hgHC8Mb { display:block;position:relative; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qQg6wq0cT24xSLbSprDEqtxNePqFRnUM {  }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #CHSB6iJJedS2IhbReoN6k0rSSgNffAWR { display:none; }
#FtyqHNTOyEldQ5uhbcqZtAGDcicuL9OR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002440;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; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#uThTOWibpTG6E1dECEyrZqEFnn8v8ZIt { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:0.875rem;left:33.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEBsChJubLP7Kvf6WADputGBUaCqJLKT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.875rem;left:36.625rem; }
#DEBsChJubLP7Kvf6WADputGBUaCqJLKT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#xNET3BJyVG1zzDZmBMld6kg2Vq3BwaaD { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.875rem;left:39.75rem; }
#xNET3BJyVG1zzDZmBMld6kg2Vq3BwaaD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#IGTivGDi1nMPwXdCVcdcKb0H0lAr5p58 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.875rem;left:33.6875rem; }
#IGTivGDi1nMPwXdCVcdcKb0H0lAr5p58 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DJnrXKkKweBTlRfgd5y16h1iMsrWvKTs { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9rem;top:3.3125rem;left:33rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW2eDDmbhUgC4r1HyaVThZDhUDZOXNbW { top:1.0625rem;left:0rem;width:47.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byX8OONe3tuJKxGB4DXvwZs6ZmCKerST { top:1.625rem;left:27.9375rem;width:19.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNxhuJteRMeBKh1dN5A0n05QWgOaMr4Z { display:block; }
 }@media only screen and (max-width: 763px) { #OEcMGyWTmeVNcaSib3f5CMWfU8ZLBcS3 { width:12rem;height:1.375rem;top:2.0625rem;left:14.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNruI2SJG7HuyMG3eOhANvLLsgD7yaTh { top:2rem;left:12.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUT799PuLH7pnphtwRvhOT4HNCr0H7sG { width:8.375rem;height:1.375rem;top:2.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccFKdFClDflP3BPMQ7tKBRnHFaGs5FWi { top:2rem;left:0.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nueVEs35eiEJuq4AT4EePQTodtCyZqwe { width:7.875rem;height:1.375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phAZ7ekTGRcFKzSmSZgQZ28kSMBeJB2O { top:1.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdVeCmCWzmhOZZJFMRcWeihfbzmQ01Tl { top:11.5rem;left:0rem;width:13.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TneHRD0OGrRL63QXWapvrXr4aXVEWtSh { top:11.6875rem;left:0rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:35.125rem;height:7.25rem;top:14.125rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHRqHzNA4EE3MxXqA5mKlHf37nGf3ro0 { top:5.9375rem;left:2rem;width:45.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:27.5rem;height:4.5rem;top:22.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg0oN1Q3z0VyEEpAiwhkrJvTFlLUnuJw { top:28.25rem;left:0rem;width:23.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odU7kwTMrZspTOsJSk8Aean1DSON2p6M { display:block; }
 }@media only screen and (max-width: 763px) { #V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW { display:block; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEU1uUCTkbFtSIfmDi83RAFFH7khzyXo { width:12rem;height:1.375rem;top:2.0625rem;left:14.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VT94GpxT9BwnOmVfb8Ckgsp1yb3AIk0m { top:2rem;left:12.375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIIGQml24SAcZLD8CwOVD8P2q5tCTPnZ { width:8.375rem;height:1.375rem;top:2.0625rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKf0vZF2qLnTAufIIFme5RQeJ1t4aQRp { top:2rem;left:0.375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoSWE7GTP2kSeb26e9ncACVswRHnnPwp { width:7.875rem;height:1.375rem;top:2rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTLCwc7zLrFL6pnWyQwN13vvx96X3sFw { top:1.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVkvNVyycNFdLo0LyAu6VRCFLXVsUTBL { top:1.0625rem;left:0rem;width:47.625rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { display:none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ah6e6gBNts2LzirvT9w5Gb7yqxFaWa3X { width:16.375rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXwR8zXRRVVJ3bu6m90osnknknTb3S01 { display:block; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCI9lAPAnrIWqcIG14DMy7pwLST3uDVq { top:1.1875rem;left:8.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiPWo4OhywmzRwQdnZJKyA0eMtIcnAy6 { top:1.75rem;left:21.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOkaPMsCno4D0PRAo8hkONnlkPlI1gra { top:1.1875rem;left:32.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyeCtlAEcOiSr5AdLtTUkDTa4oMHV0lB { top:6.625rem;left:4.875rem;width:7.0625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCGVtrJc4tWG618FKEPK4gQn1bktkzZG { top:6.625rem;left:11.4375rem;width:12.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwe2Nsr4EdoZGPvTM45VVVS7JFVsnGG { top:6.625rem;left:27.125rem;width:8.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4K2wEyTzXcne57o9eGNhJu3DKuMpDOb { top:0.375rem;left:6.5rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0WTWMINDInefdIGOc3HgM4SgXoQmHD { top:0.375rem;left:18.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0qQX5CuUTMHO2Cg5OP72EqIAbCoWVyG { top:0.375rem;left:30.375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEy6c56XkMdCN2WZJTsdMTkakLHRU3ep { top:1.5rem;left:17.78125rem;width:0.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhM3ogkcZ7qJWypQASngL2OlhJqUBeZ3 { top:1.5rem;left:29.71875rem;width:0.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFHq181vxO2KHQKmhTEKucJJAJ0lbaCw { top:4rem;left:7.59375rem;width:32.5625rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RE4DaRoU66fJPDS6NSQ1za61MoMl7v { top:12rem;left:8rem;width:31.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2bp17zI6BQOuHRKioyTmumb4T4cIRG { top:16.5rem;left:8rem;width:31.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFWggu2B0f1crtR0bt1n8IOE9zLTdti { top:24.875rem;left:10.5rem;width:26.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf7gaNLrFs8UxRTLd2mgg8glTtNADOqv { top:24.3125rem;left:8.625rem;width:30.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwI97ZgfHaTdUxBkTatcgDIXbsuTM9uN { top:19.75rem;left:28.65625rem;width:17.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW7KI2PEgQA6TwgOk4THyKwNss38JLFG { display:block; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THxUgTrCKeFoT7ac3DPDASvI51iEEABQ { top:7.75rem;left:0rem;width:40.5625rem;height:11.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJArt1tgF9Pv7U2vqzA66fuUM6EKes8A { top:26.75rem;left:11.375rem;width:34.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evc3Mkx2EOodO4f9ZnrXTd8AxlRoA9eT { top:28.375rem;left:27.625rem;width:10.8125rem;height:6.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTR36OWeJ3qVWiMgLc4iDyvI1tDQgVDb { top:35.75rem;left:27.625rem;width:13.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhTI2b4FFN7FgbnDbKbHJH6hddNfDe2 { top:19.875rem;left:0rem;width:29.875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcqqexoGm7egWo3FLeKF1WwyweTXBXu { top:31.5rem;left:0rem;width:33.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTsiAPu5Iha6BocofA5DSxQ1BsvmZzu { top:33.4375rem;left:7.625rem;width:11.5625rem;height:6.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySG9RNddpLTJDWfi2T0VtGhOTlWfgzft { top:40.9375rem;left:7.625rem;width:11.5625rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIkh5UTFwd7rOV5oMLZVctUQpHzIC2xK { top:20.625rem;left:29.0625rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMmzx4dlUNHZpoeFx1w9C5AJdEIszWPR { top:25.1875rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFN0yCUgIf3yRX411bp3Dlv1vtB6kCx0 { top:46.375rem;left:11.375rem;width:35.0625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3f854MEa8KmOS2tsDKnhI8Mc7Qr1sh { top:53.6875rem;left:27.25rem;width:13.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yobC1gXKRDqMI2tOAC3EFR2XVzHaTioT { top:48.75rem;left:27.25rem;width:14.625rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMnPGh6RDTwOVRexg1zuDxhRau5ipTc8 { top:40.1875rem;left:29.0625rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRQJeTbLWOm28aAF2eVfW54JMbGFFOm { top:50.9375rem;left:0rem;width:33.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQ4PwyRJND9h5TxtPkrtdI4DmOVyevb { top:59.375rem;left:7.625rem;width:12.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzpFWhuRrcw4EJFZwt3vmGbK3a3Tfq7V { top:54.125rem;left:7.625rem;width:11.5625rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JJ8VNJErbxFd6DaJIWMv5rqhorN1hO { top:44.75rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q { display:block; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO4Wf5kBT1q8cLOAxJdPfoVnbxxciIR4 { top:9.8125rem;left:0rem;width:26.0625rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhfSVaTMXfa91BJRZ9JbItG2u27qQOR { top:20.375rem;left:0rem;width:28.6875rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFmEVnHR9fVLxdmtq08IO2uNzaRPzMVt { top:29.0625rem;left:0rem;width:28.6875rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 { display:block; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGT8qgNfBxJkAbD4HlMpT4GgULrheENU { width:18.75rem;height:17.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq2qDICEQ2CRnuHF1C0fsBBTbfColVEG { top:22.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOumlAroGZh82fltdTSF9KxgEaQpvMf3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmpptmEa7ZLaf5NRsCizBlC8GxsFy9GT { width:18.75rem;height:17.5rem;top:20.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndprv3Er7SRS04ZTd5gf0ONaEDyWhN6R { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSfpTbd7ydILZutgBPxbTbFg0ezpFuA2 { top:22.5rem;left:6.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCfMeVKWTTceaXCI4n6LTGKdkK0f7EX { width:18.75rem;height:17.5rem;top:20.625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWRCZh7JQh0pqAzKiAeOtaRJZSGUWZmK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMgDS4hTTrzRtbKbvRGoMuU4WlT4fO3e { top:22.5rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJiuCyReP9fJ9fiVX0ex9L3z0EeRA0F { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK66haiC3H5sK62PCORdqV6At1CoIFfy { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSaAhev1vttdOvuOyMg559iQWU95TICE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkqpsspXJyip13ZpCh4z9tmNzziI13xT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vos6Qu2gnHtGoIynGa3mM0fuBBcTTIfE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5zgCxuTAydanL7xTwCGaLRqQSgX7Zx { width:18.75rem;height:17.5rem;top:20.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPnvT4TUGx1TuDTJQKAZiMu5CMICOQto { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFSpJSzE2cl6AmNSq6NW26pzMDrRKUJ { top:22.5rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 { display:block; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJaATuZCZhpWxlsilWfcuKowdt0aFnO5 { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEfgt399UcaotC52sPEfD09DGMMfZ0eD { top:15.8125rem;left:0rem;width:34.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUi2zS2b2tuWDit8CbtVc9lxv2ZD1Jxp { top:19.375rem;left:15.1875rem;width:4.375rem;height:5.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagtFsGLNIQPiUtlRqtW0GuoB63G7zit { top:17.5625rem;left:0rem;width:28.125rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKQyxyaRVgt94ARFXqcOxTfqvRiTsBU { top:21.4375rem;left:0rem;width:28.125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZeCOo6BmlV7qv8LVsvTZGXBddXaTUbq { top:21.9375rem;left:10.125rem;width:34.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fQlZrISOFEDi2AayCPIzeR8DARLF8M { top:25.5rem;left:25.0625rem;width:4.375rem;height:5.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgNgNKBvDCWkJa8UxAt4hyvdtD6LlEu { top:23.375rem;left:19.625rem;width:28.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzS507BgZv8V6o9mddBnq9tiKhyrSnf4 { top:27.375rem;left:19.625rem;width:28.125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovhsp904hVMwPJfz3u65daTmxJ7NAy3B { top:30.8125rem;left:0rem;width:34.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rey7Uy2xzIWXug0MB3oZ6yypdZLHLJi9 { top:33.0625rem;left:0rem;width:28.125rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZubT2Ei2PmO1FDiabLf3uQGcFHNowvef { top:36.9375rem;left:0rem;width:28.125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGn7cQSdIeD01MITRbTNmizT1zdPbP8G { top:34.375rem;left:15.8125rem;width:4.375rem;height:5.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krv9cFmH1l4MZPREU8xInc1SNoF4rLfE { top:36.3125rem;left:12.9375rem;width:34.6875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtuqaUWocTVulSgpWswLR1L3eTPIghw { top:40.5rem;left:25.0625rem;width:4.375rem;height:5.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhLhCtmdg2MWNwFgRAU51v0ECmoTZGR2 { top:37.875rem;left:24.9375rem;width:22.8125rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya2TwR3FqxcM2X5B3napcMHVLOrFQIlN { top:44.8125rem;left:22.625rem;width:25.125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { display:block; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyGEUp7sa93ZrDbAWGdvPEhXPrqrnQao { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTLk2glwdkZdlHaaREWHeurpBhZ5yJE { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuMaxz2VaznrTImv7KT2vB1qRvlGtcKr { width:23.75rem;height:36.5625rem;top:10.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJHCtJKTUOHP0pP7btEi2dhM9yoLLyhH { top:12.474609375rem;left:1.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44JGd789DuXEqXJ7IWqZXQsdMhkJLe2 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1hJ6mpuyX4QULWtD4Ge0K5w5QZPW0Dy { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwd0zxEVTyV8i5l0GVi60cyscGl0ZB9B { top:5.8125rem;left:12.15625rem;width:0.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt { display:block; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQIUeHIJdNpfJRHvSfqHmlzM0UhVgkkX { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvPGSZvO6z6pOopfSh2EtvNAGlUFIcGS { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzL6AQpmoNJ17umTkK3qg3vii0OSLZs4 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlsLDn8dcREkTn4i4Lu17Jm0tc1DaX1 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lPHTDTTTDbqQbHSTIBHbCVZ6ElT9qs { width:34.375rem;height:21.25rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG0VxILfBziAwNk4rhm0BbtBpWTXF3y1 { width:34.375rem;height:21.25rem;top:7.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRMMmTER3FhTQP5goPUgilQHhWdLRCk { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyPTxxd9VSg14Zl2iHHQEvMTP3dAkA5w { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbk8XE6f9DJLuHggTiPUu5oR3M0yLtQ7 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3mCAtpIStDKBPZ5c9iZ9h0yUsE4CRnk { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdpLrQmHcdBy3f0NvRLwzBhBfXTaUHC { width:34.375rem;height:21.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLIMufuK2cgzawaEPcHTNWpBT68w1Dhx { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf2Zr4oldiLI9QnTzgQGwZ4FckzyPCtp { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KTieIU8T3TsT3CEwtGyV6kQELJSeJL { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIKXVISHsFdsn38Vtrof88QwrrbJ8Xe { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJ88scLyJaLDdEz9llf5TKoryLnJtQM { width:34.375rem;height:21.25rem;top:31.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoovlnmWBLxIDXxn2BFtbPNbFkTIqxb { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbtkFTo2nKHzeGcFA1brCQo0uv5E0lw1 { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTUqeMHepWMoPfNpF11EKOdMJmN1VVV { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnWwzmG6SiCuUhIcHbhmXUKVDXTTSDU { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vch4xmQJEJpiZel7pS1e5wMR1mcAWEbp { width:32.75rem;height:3.4375rem;top:56.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTEAA1tOZH0bEABTsuTHG3whdBod72S { display:block; }
 }@media only screen and (max-width: 763px) { #Pfvxi0OTsenoW2bfaN9ynFFHNPt2oBAA { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ3Xw9yrm1htGvTVQUodLnP6uF4RUI68 { top:3.25rem;left:13.5625rem;width:0.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 { display:block; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I { display:flex;height:auto;width:27.8125rem;top:13.9375rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #UUOM2vIu9WUoTTGViz5GRbznOJ8pFb63 {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Te7RwdThy10hu8rDEt1KH5TXTFrBuIAx {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #yl9dTLUsmsMN04Ji1SAhv9zUnMCKOuUW {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #RqTmHqXnPhqqaukIB8sEUmiP5X54L6FS {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Sy3WGnu722PuanEHvkZFw25li0rFTSEP {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #yVLFo9oZkSL6GpML8JKU2xFvflXo8iH3 {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #OJr8qcHSro6syBdZTzaVU4ypoysH1UxQ {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #HLKQiymiJgiXUTaEATUH8WNxuaL8DfXU {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #I9Sihof0s0Els9LWaO5d8ST1X0v2Hf1n {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Eml1xnaCas7o9Bv00AoV1zUwxkWkAgMs {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qb5814wVdnLRZrxv7OC7mZBpQrMIXNCg {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #op919n9Oxu5HgWCozXfC0iuQ0uNSpChA {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #LunSzes9TLNDF7QhLf3aNThh9DS6aSvX {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #hKt7TFzzWHNOe6pw4oC9k47E4sRPaWb4 {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #BpQK3uLHnSawOKsOmlzNWxVX8IXN1gAW {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qacE7wFK13zuPtgLfcCvZ4NP5lbP7R2M {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Qk2SuHEksdUlxBFtK0ynTWHEQFI0bRvn {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Tk5RJ539UE7Ukc2RFXW2Eq2c0hgHC8Mb {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qQg6wq0cT24xSLbSprDEqtxNePqFRnUM {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #CHSB6iJJedS2IhbReoN6k0rSSgNffAWR {  }
 }@media only screen and (max-width: 763px) { #FtyqHNTOyEldQ5uhbcqZtAGDcicuL9OR { top:4.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uThTOWibpTG6E1dECEyrZqEFnn8v8ZIt { width:8.4375rem;height:1.5rem;top:0.875rem;left:19.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEBsChJubLP7Kvf6WADputGBUaCqJLKT { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#DEBsChJubLP7Kvf6WADputGBUaCqJLKT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #xNET3BJyVG1zzDZmBMld6kg2Vq3BwaaD { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#xNET3BJyVG1zzDZmBMld6kg2Vq3BwaaD > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #IGTivGDi1nMPwXdCVcdcKb0H0lAr5p58 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#IGTivGDi1nMPwXdCVcdcKb0H0lAr5p58 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #DJnrXKkKweBTlRfgd5y16h1iMsrWvKTs { top:3.3125rem;left:19.375rem;width:9rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW2eDDmbhUgC4r1HyaVThZDhUDZOXNbW { width:19.875rem;height:2.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byX8OONe3tuJKxGB4DXvwZs6ZmCKerST { top:1.875rem;left:1.15625rem;width:17.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNxhuJteRMeBKh1dN5A0n05QWgOaMr4Z { display:block; }
 }@media only screen and (max-width: 763px) { #OEcMGyWTmeVNcaSib3f5CMWfU8ZLBcS3 { width:12rem;height:1.04980625rem;top:2.21875rem;left:8rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qNruI2SJG7HuyMG3eOhANvLLsgD7yaTh { display:flex;width:1.5625rem;height:1.5625rem;top:2.15625rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUT799PuLH7pnphtwRvhOT4HNCr0H7sG { width:9.5rem;height:1.3994125rem;top:2.21875rem;left:10.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ccFKdFClDflP3BPMQ7tKBRnHFaGs5FWi { display:flex;width:1.5625rem;height:1.5625rem;top:2.15625rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #nueVEs35eiEJuq4AT4EePQTodtCyZqwe { width:7.875rem;height:1.3994125rem;top:2.20703125rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #phAZ7ekTGRcFKzSmSZgQZ28kSMBeJB2O { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/169ec41a-189d-4a2f-9344-5afa566a1e66/backgroundlpmobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdVeCmCWzmhOZZJFMRcWeihfbzmQ01Tl { width:13.8125rem;height:2.0625rem;top:7.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TneHRD0OGrRL63QXWapvrXr4aXVEWtSh { width:13.8125rem;height:1.625rem;top:7.5625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:19.2480625rem;height:4rem;top:10.125rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHRqHzNA4EE3MxXqA5mKlHf37nGf3ro0 { width:20rem;height:16.625rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.3730625rem;height:5.3984375rem;top:14.875rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vg0oN1Q3z0VyEEpAiwhkrJvTFlLUnuJw { top:21.84375rem;left:0.5625rem;width:18.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odU7kwTMrZspTOsJSk8Aean1DSON2p6M { display:block; }
 }@media only screen and (max-width: 763px) { #V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW { display:none; }#V1vMqoqcdiGGqzvu8dlM2r273cLLrDsW > .row .container { width:20rem;height:5.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kEU1uUCTkbFtSIfmDi83RAFFH7khzyXo { width:12rem;height:0;top:2.21875rem;left:8rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #VT94GpxT9BwnOmVfb8Ckgsp1yb3AIk0m { display:flex;width:1.5625rem;height:1.5625rem;top:2.15625rem;left:18.4375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #xIIGQml24SAcZLD8CwOVD8P2q5tCTPnZ { width:9.5rem;height:0;top:2.21875rem;left:10.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #bKf0vZF2qLnTAufIIFme5RQeJ1t4aQRp { display:flex;width:1.5625rem;height:1.5625rem;top:2.15625rem;left:14rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #EoSWE7GTP2kSeb26e9ncACVswRHnnPwp { width:7.875rem;height:0;top:2.20703125rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #FTLCwc7zLrFL6pnWyQwN13vvx96X3sFw { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:2.5rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #AVkvNVyycNFdLo0LyAu6VRCFLXVsUTBL { width:19.875rem;height:3.1875rem;top:1.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { background-color:transparent;background-image: -webkit-linear-gradient(240deg, #0090ff, #002440);background-image: -moz-linear-gradient(240deg, #0090ff, #002440);background-image: -ms-linear-gradient(240deg, #0090ff, #002440);background-image: -o-linear-gradient(240deg, #0090ff, #002440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );";background-image: linear-gradient(240deg, #0090ff, #002440);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;display:block; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { background-color: transparent; background-image: none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container > .video-iframe-container { display: none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row > .video-iframe-container { display: none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .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); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { border-width: 0; border-radius: 0; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah6e6gBNts2LzirvT9w5Gb7yqxFaWa3X { width:20rem;height:3.9931625rem;top:0.51953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vXwR8zXRRVVJ3bu6m90osnknknTb3S01 { background-color:#000000;background-image:none;display:block; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container { background-color: transparent; background-image: none; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container > .video-iframe-container { display: none; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row > .video-iframe-container { display: none; }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .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); }#vXwR8zXRRVVJ3bu6m90osnknknTb3S01 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCI9lAPAnrIWqcIG14DMy7pwLST3uDVq { display:flex;width:3.75rem;height:3.75rem;top:3rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #PiPWo4OhywmzRwQdnZJKyA0eMtIcnAy6 { display:flex;width:2.625rem;height:2.625rem;top:16.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #nOkaPMsCno4D0PRAo8hkONnlkPlI1gra { display:flex;width:3.75rem;height:3.75rem;top:28.625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #eyeCtlAEcOiSr5AdLtTUkDTa4oMHV0lB { width:6.3125rem;height:3rem;top:8.875rem;left:6.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCGVtrJc4tWG618FKEPK4gQn1bktkzZG { width:9.875rem;height:3rem;top:21.6875rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIwe2Nsr4EdoZGPvTM45VVVS7JFVsnGG { width:6.3125rem;height:3rem;top:34.5rem;left:6.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4K2wEyTzXcne57o9eGNhJu3DKuMpDOb { width:5.3125rem;height:5.3125rem;top:2.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0WTWMINDInefdIGOc3HgM4SgXoQmHD { width:5.3125rem;height:5.3125rem;top:15rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0qQX5CuUTMHO2Cg5OP72EqIAbCoWVyG { width:5.3125rem;height:5.3125rem;top:27.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEy6c56XkMdCN2WZJTsdMTkakLHRU3ep { width:0.125rem;height:10.0625rem;top:34.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhM3ogkcZ7qJWypQASngL2OlhJqUBeZ3 { width:0.125rem;height:10.0625rem;top:56.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFHq181vxO2KHQKmhTEKucJJAJ0lbaCw { width:14.625rem;height:5.71875rem;top:1.75rem;left:2.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8RE4DaRoU66fJPDS6NSQ1za61MoMl7v { width:17rem;height:3.8994125rem;top:9.3505859375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cU2bp17zI6BQOuHRKioyTmumb4T4cIRG { width:17.5rem;height:3.9306625rem;top:15.1357421875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmFWggu2B0f1crtR0bt1n8IOE9zLTdti { width:20rem;height:2.8125rem;top:21.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf7gaNLrFs8UxRTLd2mgg8glTtNADOqv { width:18.8125rem;height:3.25rem;top:21.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwI97ZgfHaTdUxBkTatcgDIXbsuTM9uN { width:12.375rem;height:6.4375rem;top:18.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW7KI2PEgQA6TwgOk4THyKwNss38JLFG { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ea76be6e-9e59-4e97-874f-320a935c1510/backgroundlpmobile3.preview.mirror.flip.webp");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG.adaptive-delivery-prevent-bg, #EW7KI2PEgQA6TwgOk4THyKwNss38JLFG.lazyload, #EW7KI2PEgQA6TwgOk4THyKwNss38JLFG.lazyloading { background-image: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container { background-color: transparent; background-image: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container > .video-iframe-container { display: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row > .video-iframe-container { display: none; }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .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); }#EW7KI2PEgQA6TwgOk4THyKwNss38JLFG > .row .container { width:20rem;height:132.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THxUgTrCKeFoT7ac3DPDASvI51iEEABQ { width:16.375rem;height:4.5rem;top:3.125rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJArt1tgF9Pv7U2vqzA66fuUM6EKes8A { width:19.875rem;height:17.8125rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evc3Mkx2EOodO4f9ZnrXTd8AxlRoA9eT { width:17.5rem;height:3.5rem;top:58.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTR36OWeJ3qVWiMgLc4iDyvI1tDQgVDb { width:17.5rem;height:2.79980625rem;top:63.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKhTI2b4FFN7FgbnDbKbHJH6hddNfDe2 { width:19.0625rem;height:2.79980625rem;top:8.25rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtcqqexoGm7egWo3FLeKF1WwyweTXBXu { width:19.875rem;height:17.8125rem;top:20.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTsiAPu5Iha6BocofA5DSxQ1BsvmZzu { width:14.8125rem;height:3.5rem;top:29.8125rem;left:2.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySG9RNddpLTJDWfi2T0VtGhOTlWfgzft { width:17.5rem;height:3.1494125rem;top:33.9375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIkh5UTFwd7rOV5oMLZVctUQpHzIC2xK { width:18.6875rem;height:18.6875rem;top:38.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMmzx4dlUNHZpoeFx1w9C5AJdEIszWPR { width:18.6875rem;height:18.6875rem;top:10rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFN0yCUgIf3yRX411bp3Dlv1vtB6kCx0 { width:19.875rem;height:14.625rem;top:110.1875rem;left:0.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3f854MEa8KmOS2tsDKnhI8Mc7Qr1sh { width:13.625rem;height:4.19970625rem;top:119.9375rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yobC1gXKRDqMI2tOAC3EFR2XVzHaTioT { width:14.625rem;height:3.75rem;top:115.6875rem;left:2.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMnPGh6RDTwOVRexg1zuDxhRau5ipTc8 { width:18.6875rem;height:18.6875rem;top:96.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRQJeTbLWOm28aAF2eVfW54JMbGFFOm { width:19.875rem;height:14.625rem;top:80.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQ4PwyRJND9h5TxtPkrtdI4DmOVyevb { width:12.4375rem;height:2.79980625rem;top:91.5625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzpFWhuRrcw4EJFZwt3vmGbK3a3Tfq7V { width:11.5625rem;height:3.5rem;top:87.5625rem;left:4.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3JJ8VNJErbxFd6DaJIWMv5rqhorN1hO { width:18.6875rem;height:18.6875rem;top:67.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q { display:block; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO4Wf5kBT1q8cLOAxJdPfoVnbxxciIR4 { width:20rem;height:4.3994125rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzhfSVaTMXfa91BJRZ9JbItG2u27qQOR { width:17.1875rem;height:9.34325rem;top:13.25rem;left:1.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFmEVnHR9fVLxdmtq08IO2uNzaRPzMVt { width:18.3125rem;height:9.34325rem;top:24.8125rem;left:0.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c9f18345-bea5-42cc-a9a1-c12a99b244a4/backgroundlpmobile4.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.adaptive-delivery-prevent-bg, #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.lazyload, #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.lazyloading { background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { background-color: transparent; background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .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); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGT8qgNfBxJkAbD4HlMpT4GgULrheENU { width:20rem;height:12.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq2qDICEQ2CRnuHF1C0fsBBTbfColVEG { display:flex;width:2.125rem;height:2.125rem;top:13.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #qOumlAroGZh82fltdTSF9KxgEaQpvMf3 { width:16.25rem;height:3.8994125rem;top:16.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hmpptmEa7ZLaf5NRsCizBlC8GxsFy9GT { width:20rem;height:12.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndprv3Er7SRS04ZTd5gf0ONaEDyWhN6R { width:17.5rem;height:5.84911875rem;top:31.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HSfpTbd7ydILZutgBPxbTbFg0ezpFuA2 { display:flex;width:2.125rem;height:2.125rem;top:28.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #beCfMeVKWTTceaXCI4n6LTGKdkK0f7EX { width:20rem;height:12.125rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWRCZh7JQh0pqAzKiAeOtaRJZSGUWZmK { width:16.25rem;height:7.7988125rem;top:60.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NMgDS4hTTrzRtbKbvRGoMuU4WlT4fO3e { display:flex;width:2.125rem;height:2.125rem;top:57.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #sKJiuCyReP9fJ9fiVX0ex9L3z0EeRA0F { width:20rem;height:5.5996125rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RK66haiC3H5sK62PCORdqV6At1CoIFfy { width:0.5rem;height:9.375rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSaAhev1vttdOvuOyMg559iQWU95TICE { width:0.5rem;height:9.375rem;top:0rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkqpsspXJyip13ZpCh4z9tmNzziI13xT { width:0.5rem;height:9.375rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vos6Qu2gnHtGoIynGa3mM0fuBBcTTIfE { width:0.5rem;height:9.375rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5zgCxuTAydanL7xTwCGaLRqQSgX7Zx { width:20rem;height:12.125rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPnvT4TUGx1TuDTJQKAZiMu5CMICOQto { width:16.25rem;height:5.84911875rem;top:46.375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dNFSpJSzE2cl6AmNSq6NW26pzMDrRKUJ { display:flex;width:2.125rem;height:2.125rem;top:43.3125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a1b11069-56cf-4e44-b274-388c008077ef/backgroundlpmobile3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8.adaptive-delivery-prevent-bg, #WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8.lazyload, #WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8.lazyloading { background-image: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container { background-color: transparent; background-image: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container > .video-iframe-container { display: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row > .video-iframe-container { display: none; }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .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); }#WZbRB4vnKMb77DPwMxl8n5p1Z9yNv8o8 > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJaATuZCZhpWxlsilWfcuKowdt0aFnO5 { width:20rem;height:4rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEfgt399UcaotC52sPEfD09DGMMfZ0eD { width:19.875rem;height:18.125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUi2zS2b2tuWDit8CbtVc9lxv2ZD1Jxp { width:2.5rem;height:4rem;top:11.0625rem;left:1.28125rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MagtFsGLNIQPiUtlRqtW0GuoB63G7zit { width:16.25rem;height:2.88671875rem;top:15.9375rem;left:1.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFKQyxyaRVgt94ARFXqcOxTfqvRiTsBU { width:16.25rem;height:9.7993125rem;top:19.4541015625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dZeCOo6BmlV7qv8LVsvTZGXBddXaTUbq { width:19.875rem;height:18.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fQlZrISOFEDi2AayCPIzeR8DARLF8M { width:2.5rem;height:4rem;top:32.875rem;left:1.875rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwgNgNKBvDCWkJa8UxAt4hyvdtD6LlEu { width:16.25rem;height:4.125rem;top:37.25rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzS507BgZv8V6o9mddBnq9tiKhyrSnf4 { width:16.25rem;height:9.7993125rem;top:42rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ovhsp904hVMwPJfz3u65daTmxJ7NAy3B { width:19.875rem;height:20.25rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rey7Uy2xzIWXug0MB3oZ6yypdZLHLJi9 { width:16.25rem;height:5.5rem;top:59.9375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZubT2Ei2PmO1FDiabLf3uQGcFHNowvef { width:16.25rem;height:9.7993125rem;top:66rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGn7cQSdIeD01MITRbTNmizT1zdPbP8G { width:2.4375rem;height:4rem;top:55.0625rem;left:1.875rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Krv9cFmH1l4MZPREU8xInc1SNoF4rLfE { width:19.875rem;height:18.125rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtuqaUWocTVulSgpWswLR1L3eTPIghw { width:2.5625rem;height:4rem;top:78.875rem;left:1.875rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhLhCtmdg2MWNwFgRAU51v0ECmoTZGR2 { width:16.9375rem;height:5.5rem;top:83.75rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ya2TwR3FqxcM2X5B3napcMHVLOrFQIlN { width:17rem;height:6.9995rem;top:90.3125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { display:block; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyGEUp7sa93ZrDbAWGdvPEhXPrqrnQao { width:12.25rem;height:1.75rem;top:1.375rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVTLk2glwdkZdlHaaREWHeurpBhZ5yJE { width:17.5rem;height:9rem;top:27.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuMaxz2VaznrTImv7KT2vB1qRvlGtcKr { width:20rem;height:36.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJHCtJKTUOHP0pP7btEi2dhM9yoLLyhH { width:15rem;height:15rem;top:6.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44JGd789DuXEqXJ7IWqZXQsdMhkJLe2 { width:17.5rem;height:1.69970625rem;top:25.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1hJ6mpuyX4QULWtD4Ge0K5w5QZPW0Dy { width:17.5rem;height:2.54980625rem;top:22.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwd0zxEVTyV8i5l0GVi60cyscGl0ZB9B { width:0.375rem;height:1.75rem;top:1.224609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt { display:block; }#lC6Am6nms1ZUJRdswaUVITEJ3hHBSrTt > .row .container { width:20rem;height:112rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQIUeHIJdNpfJRHvSfqHmlzM0UhVgkkX { width:5rem;height:5rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvPGSZvO6z6pOopfSh2EtvNAGlUFIcGS { width:17.5rem;height:15.297375rem;top:12.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzL6AQpmoNJ17umTkK3qg3vii0OSLZs4 { width:11.25rem;height:1.69970625rem;top:8.9375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlsLDn8dcREkTn4i4Lu17Jm0tc1DaX1 { width:11.25rem;height:1.9121125rem;top:7rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lPHTDTTTDbqQbHSTIBHbCVZ6ElT9qs { width:20rem;height:24.3125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG0VxILfBziAwNk4rhm0BbtBpWTXF3y1 { width:20rem;height:24.4375rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRMMmTER3FhTQP5goPUgilQHhWdLRCk { width:17.5rem;height:15.297375rem;top:38.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyPTxxd9VSg14Zl2iHHQEvMTP3dAkA5w { width:5rem;height:5rem;top:32.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbk8XE6f9DJLuHggTiPUu5oR3M0yLtQ7 { width:11.25rem;height:1.69970625rem;top:35.0625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3mCAtpIStDKBPZ5c9iZ9h0yUsE4CRnk { width:11.25rem;height:1.9121125rem;top:33.125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdpLrQmHcdBy3f0NvRLwzBhBfXTaUHC { width:20rem;height:20.5625rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLIMufuK2cgzawaEPcHTNWpBT68w1Dhx { width:17.5rem;height:11.8979375rem;top:64.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf2Zr4oldiLI9QnTzgQGwZ4FckzyPCtp { width:5rem;height:5rem;top:58.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KTieIU8T3TsT3CEwtGyV6kQELJSeJL { width:11.25rem;height:1.69970625rem;top:61.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIKXVISHsFdsn38Vtrof88QwrrbJ8Xe { width:11.25rem;height:1.9121125rem;top:59.3125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJ88scLyJaLDdEz9llf5TKoryLnJtQM { width:20rem;height:24.125rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoovlnmWBLxIDXxn2BFtbPNbFkTIqxb { width:17.5rem;height:15.297375rem;top:86.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbtkFTo2nKHzeGcFA1brCQo0uv5E0lw1 { width:5rem;height:5rem;top:80.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTUqeMHepWMoPfNpF11EKOdMJmN1VVV { width:11.25rem;height:1.69970625rem;top:83.3125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnWwzmG6SiCuUhIcHbhmXUKVDXTTSDU { width:11.25rem;height:1.9121125rem;top:81.375rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vch4xmQJEJpiZel7pS1e5wMR1mcAWEbp { width:19rem;height:2.9375rem;top:105.44140625rem;left:0.5rem;font-size:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #002440, #0090ff);background-image: -moz-linear-gradient(216deg, #002440, #0090ff);background-image: -ms-linear-gradient(216deg, #002440, #0090ff);background-image: -o-linear-gradient(216deg, #002440, #0090ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002440', endColorstr='#0090ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002440', endColorstr='#0090ff' );";background-image: linear-gradient(216deg, #002440, #0090ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kVTEAA1tOZH0bEABTsuTHG3whdBod72S { display:block; }
 }@media only screen and (max-width: 763px) { #Pfvxi0OTsenoW2bfaN9ynFFHNPt2oBAA { width:20rem;height:1.8374rem;top:2rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJ3Xw9yrm1htGvTVQUodLnP6uF4RUI68 { width:0.375rem;height:1.75rem;top:2rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 { display:block; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I { display:flex;height:21.625rem;width:17.375rem;top:8.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #UUOM2vIu9WUoTTGViz5GRbznOJ8pFb63 {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Te7RwdThy10hu8rDEt1KH5TXTFrBuIAx {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #yl9dTLUsmsMN04Ji1SAhv9zUnMCKOuUW {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #RqTmHqXnPhqqaukIB8sEUmiP5X54L6FS {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Sy3WGnu722PuanEHvkZFw25li0rFTSEP {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #yVLFo9oZkSL6GpML8JKU2xFvflXo8iH3 {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #OJr8qcHSro6syBdZTzaVU4ypoysH1UxQ {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #HLKQiymiJgiXUTaEATUH8WNxuaL8DfXU {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #I9Sihof0s0Els9LWaO5d8ST1X0v2Hf1n {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Eml1xnaCas7o9Bv00AoV1zUwxkWkAgMs {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qb5814wVdnLRZrxv7OC7mZBpQrMIXNCg {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #op919n9Oxu5HgWCozXfC0iuQ0uNSpChA {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #LunSzes9TLNDF7QhLf3aNThh9DS6aSvX {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #hKt7TFzzWHNOe6pw4oC9k47E4sRPaWb4 {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #BpQK3uLHnSawOKsOmlzNWxVX8IXN1gAW {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qacE7wFK13zuPtgLfcCvZ4NP5lbP7R2M {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Qk2SuHEksdUlxBFtK0ynTWHEQFI0bRvn {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #Tk5RJ539UE7Ukc2RFXW2Eq2c0hgHC8Mb {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #qQg6wq0cT24xSLbSprDEqtxNePqFRnUM {  }
 }@media only screen and (max-width: 763px) { #h6dtKP2zZ0qrzm9u5B6E21CaT4bMTx2I #CHSB6iJJedS2IhbReoN6k0rSSgNffAWR {  }
 }@media only screen and (max-width: 763px) { #FtyqHNTOyEldQ5uhbcqZtAGDcicuL9OR { width:20rem;height:5.19921875rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uThTOWibpTG6E1dECEyrZqEFnn8v8ZIt { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEBsChJubLP7Kvf6WADputGBUaCqJLKT { display:flex;width:1.5625rem;height:1.5625rem;top:8.5625rem;left:9.1875rem; }
#DEBsChJubLP7Kvf6WADputGBUaCqJLKT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #xNET3BJyVG1zzDZmBMld6kg2Vq3BwaaD { display:flex;width:1.5625rem;height:1.5625rem;top:8.5625rem;left:12.0625rem; }
#xNET3BJyVG1zzDZmBMld6kg2Vq3BwaaD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #IGTivGDi1nMPwXdCVcdcKb0H0lAr5p58 { display:flex;width:1.5625rem;height:1.5625rem;top:8.5625rem;left:6.4375rem; }
#IGTivGDi1nMPwXdCVcdcKb0H0lAr5p58 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DJnrXKkKweBTlRfgd5y16h1iMsrWvKTs { width:9.1875rem;height:3.4375rem;top:3.4375rem;left:5.40625rem;display:block; }
 }